usb_driver        281 core/usb_input.c void (*usb_driver[NUM_USB_INPUT_DRV])(int) =    // jump table for input drivers - must match gui_USB_switch_types[] in gui.c
usb_driver        374 core/usb_remote.c extern void (*usb_driver[])( ) ;
usb_driver        408 core/usb_remote.c         (*usb_driver[switch_type])(get_usb_power(USB_STATE));           // jump to driver state machine