Lines Matching refs:hfcusb_data
146 struct hfcusb_data; /* forward definition */
151 struct hfcusb_data *hfc; /* pointer to main structure */
169 typedef struct hfcusb_data { struct
206 } hfcusb_data; argument
223 ctrl_start_transfer(hfcusb_data *hfc) in ctrl_start_transfer()
240 queue_control_request(hfcusb_data *hfc, __u8 reg, __u8 val, int action) in queue_control_request()
260 hfcusb_data *hfc = (hfcusb_data *) urb->context; in ctrl_complete()
274 write_led(hfcusb_data *hfc, __u8 led_state) in write_led()
283 set_led_bit(hfcusb_data *hfc, signed short led_bits, int on) in set_led_bit()
300 handle_led(hfcusb_data *hfc, int event) in handle_led()
346 l1_timer_expire_t3(hfcusb_data *hfc) in l1_timer_expire_t3()
363 l1_timer_expire_t4(hfcusb_data *hfc) in l1_timer_expire_t4()
377 s0_state_handler(hfcusb_data *hfc, __u8 state) in s0_state_handler()
546 hfcusb_data *hfc = fifo->hfc; in tx_iso_complete()
684 hfcusb_data *hfc = fifo->hfc; in rx_iso_complete()
783 hfcusb_data *hfc = fifo->hfc; in collect_rx_frame()
856 hfcusb_data *hfc = fifo->hfc; in rx_int_complete()
938 setup_bchannel(hfcusb_data *hfc, int channel, int mode) in setup_bchannel()
998 hfcusb_data *hfc = fifo->hfc; in hfc_usb_l2l1()
1094 hfc_usb_init(hfcusb_data *hfc) in hfc_usb_init()
1260 hfcusb_data *context; in hfc_usb_probe()
1359 if (!(context = kzalloc(sizeof(hfcusb_data), GFP_KERNEL))) in hfc_usb_probe()
1529 hfcusb_data *context = usb_get_intfdata(intf); in hfc_usb_disconnect()