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()
232 struct flexcop_usb *fc_usb = i2c->fc->bus_specific; in flexcop_usb_i2c_req()
326 static void flexcop_usb_process_frame(struct flexcop_usb *fc_usb, in flexcop_usb_process_frame()
376 struct flexcop_usb *fc_usb = urb->context; in flexcop_usb_urb_complete()
409 static void flexcop_usb_transfer_exit(struct flexcop_usb *fc_usb) in flexcop_usb_transfer_exit()
424 static int flexcop_usb_transfer_init(struct flexcop_usb *fc_usb) in flexcop_usb_transfer_init()
502 static int flexcop_usb_init(struct flexcop_usb *fc_usb) in flexcop_usb_init()
547 static void flexcop_usb_exit(struct flexcop_usb *fc_usb) in flexcop_usb_exit()
556 struct flexcop_usb *fc_usb = NULL; in flexcop_usb_probe()
560 if ((fc = flexcop_device_kmalloc(sizeof(struct flexcop_usb))) == NULL) { in flexcop_usb_probe()
611 struct flexcop_usb *fc_usb = usb_get_intfdata(intf); in flexcop_usb_disconnect()