Home
last modified time | relevance | path

Searched refs:wb35_reg_queue (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/winbond/
Dwb35reg.c21 struct wb35_reg_queue *reg_queue = NULL; in Wb35Reg_BurstWrite()
31 UrbSize = sizeof(struct wb35_reg_queue) + DataSize + sizeof(struct usb_ctrlrequest); in Wb35Reg_BurstWrite()
37 reg_queue->pBuffer = (u32 *)((u8 *)reg_queue + sizeof(struct wb35_reg_queue)); in Wb35Reg_BurstWrite()
43 dr = (struct usb_ctrlrequest *)((u8 *)reg_queue + sizeof(struct wb35_reg_queue) + DataSize); in Wb35Reg_BurstWrite()
167 struct wb35_reg_queue *reg_queue = NULL; in Wb35Reg_Write()
175 UrbSize = sizeof(struct wb35_reg_queue) + sizeof(struct usb_ctrlrequest); in Wb35Reg_Write()
183 dr = (struct usb_ctrlrequest *)((u8 *)reg_queue + sizeof(struct wb35_reg_queue)); in Wb35Reg_Write()
231 struct wb35_reg_queue *reg_queue = NULL; in Wb35Reg_WriteWithCallbackValue()
239 UrbSize = sizeof(struct wb35_reg_queue) + sizeof(struct usb_ctrlrequest); in Wb35Reg_WriteWithCallbackValue()
249 dr = (struct usb_ctrlrequest *)((u8 *)reg_queue + sizeof(struct wb35_reg_queue)); in Wb35Reg_WriteWithCallbackValue()
[all …]
Dwb35reg_s.h73 struct wb35_reg_queue { struct
147 struct wb35_reg_queue *reg_first;
148 struct wb35_reg_queue *reg_last;