Lines Matching refs:cb
2322 void (*cb)(struct usb_ep *ep, struct usb_request *req); member
2328 .cb = cb_reboot,
2331 .cb = cb_getvar,
2334 .cb = cb_download,
2337 .cb = cb_upload,
2340 .cb = cb_boot,
2343 .cb = cb_continue,
2346 .cb = cb_set_active,
2351 .cb = cb_flashing,
2355 .cb = cb_flash,
2358 .cb = cb_erase,
2363 .cb = cb_oem,
2378 func_cb = cmd_dispatch_info[i].cb; in rx_handler_command()