Searched refs:ctrl_buff (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.h287 struct ctrl_buf ctrl_buff[HFC_CTRL_BUFSIZE]; member in struct:hfcsusb
H A Dhfcsusb.c79 cpu_to_le16(hw->ctrl_buff[hw->ctrl_out_idx].hfcs_reg);
81 cpu_to_le16(hw->ctrl_buff[hw->ctrl_out_idx].reg_val);
104 buf = &hw->ctrl_buff[hw->ctrl_in_idx];
128 buf = &hw->ctrl_buff[hw->ctrl_out_idx];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhfc_usb.c189 ctrl_buft ctrl_buff[HFC_CTRL_BUFSIZE]; /* buffer holding queued data */ member in struct:hfcusb_data
231 cpu_to_le16(hfc->ctrl_buff[hfc->ctrl_out_idx].hfc_reg);
233 cpu_to_le16(hfc->ctrl_buff[hfc->ctrl_out_idx].reg_val);
246 buf = &hfc->ctrl_buff[hfc->ctrl_in_idx]; /* pointer to new index */
265 buf = &hfc->ctrl_buff[hfc->ctrl_out_idx];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c141 * @ctrl_buff: Buffer for EP0 control requests.
164 u8 ctrl_buff[8]; member in struct:s3c_hsotg
1231 req->buf = hsotg->ctrl_buff;

Completed in 168 milliseconds