Lines Matching refs:flexcop_usb
7 #define FC_LOG_PREFIX "flexcop_usb"
71 struct flexcop_usb *fc_usb = fc->bus_specific;
108 static int flexcop_usb_v8_memory_req(struct flexcop_usb *fc_usb,
178 static int flexcop_usb_memory_req(struct flexcop_usb *fc_usb,
234 struct flexcop_usb *fc_usb = i2c->fc->bus_specific;
328 static void flexcop_usb_process_frame(struct flexcop_usb *fc_usb,
378 struct flexcop_usb *fc_usb = urb->context;
411 static void flexcop_usb_transfer_exit(struct flexcop_usb *fc_usb)
426 static int flexcop_usb_transfer_init(struct flexcop_usb *fc_usb)
504 static int flexcop_usb_init(struct flexcop_usb *fc_usb)
543 static void flexcop_usb_exit(struct flexcop_usb *fc_usb)
552 struct flexcop_usb *fc_usb = NULL;
556 if ((fc = flexcop_device_kmalloc(sizeof(struct flexcop_usb))) == NULL) {
607 struct flexcop_usb *fc_usb = usb_get_intfdata(intf);