Searched refs:reg_first (Results 1 – 2 of 2) sorted by relevance
54 if (reg->reg_first == NULL) in Wb35Reg_BurstWrite()55 reg->reg_first = reg_queue; in Wb35Reg_BurstWrite()196 if (reg->reg_first == NULL) in Wb35Reg_Write()197 reg->reg_first = reg_queue; in Wb35Reg_Write()261 if (reg->reg_first == NULL) in Wb35Reg_WriteWithCallbackValue()262 reg->reg_first = reg_queue; in Wb35Reg_WriteWithCallbackValue()364 if (reg->reg_first == NULL) in Wb35Reg_Read()365 reg->reg_first = reg_queue; in Wb35Reg_Read()414 reg_queue = reg->reg_first; in Wb35Reg_EP0VM()467 reg_queue = reg->reg_first; in Wb35Reg_EP0VM_complete()[all …]
147 struct wb35_reg_queue *reg_first; member