Lines Matching refs:flexcop_usb
71 struct flexcop_usb *fc_usb = fc->bus_specific; in flexcop_usb_readwrite_dw()
108 static int flexcop_usb_v8_memory_req(struct flexcop_usb *fc_usb, in flexcop_usb_v8_memory_req()
178 static int flexcop_usb_memory_req(struct flexcop_usb *fc_usb, in flexcop_usb_memory_req()
235 struct flexcop_usb *fc_usb = i2c->fc->bus_specific; in flexcop_usb_i2c_req()
329 static void flexcop_usb_process_frame(struct flexcop_usb *fc_usb, in flexcop_usb_process_frame()
379 struct flexcop_usb *fc_usb = urb->context; in flexcop_usb_urb_complete()
412 static void flexcop_usb_transfer_exit(struct flexcop_usb *fc_usb) in flexcop_usb_transfer_exit()
427 static int flexcop_usb_transfer_init(struct flexcop_usb *fc_usb) in flexcop_usb_transfer_init()
503 static int flexcop_usb_init(struct flexcop_usb *fc_usb) in flexcop_usb_init()
538 static void flexcop_usb_exit(struct flexcop_usb *fc_usb) in flexcop_usb_exit()
547 struct flexcop_usb *fc_usb = NULL; in flexcop_usb_probe()
551 if ((fc = flexcop_device_kmalloc(sizeof(struct flexcop_usb))) == NULL) { in flexcop_usb_probe()
602 struct flexcop_usb *fc_usb = usb_get_intfdata(intf); in flexcop_usb_disconnect()