Home
last modified time | relevance | path

Searched refs:usb_proc_callback_t (Results 1 – 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
Dusb_ethernet.c39 static usb_proc_callback_t ue_attach_post_task;
40 static usb_proc_callback_t ue_tick_task;
41 static usb_proc_callback_t ue_start_task;
42 static usb_proc_callback_t ue_stop_task;
78 usb_proc_callback_t *fn, in ue_queue_command()
/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c105 static usb_proc_callback_t ucom_cfg_start_transfers;
106 static usb_proc_callback_t ucom_cfg_open;
107 static usb_proc_callback_t ucom_cfg_close;
108 static usb_proc_callback_t ucom_cfg_line_state;
109 static usb_proc_callback_t ucom_cfg_status_change;
117 usb_proc_callback_t *, struct termios *pt,
386 usb_proc_callback_t *fn, struct termios *pt, in ucom_queue_command()
/third_party/FreeBSD/sys/dev/usb/
Dusbdi.h95 typedef void (usb_proc_callback_t)(struct usb_proc_msg *); typedef
461 usb_proc_callback_t *pm_callback;
Dusb_device.c52 static usb_proc_callback_t usbd_clear_stall_proc;
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c107 static usb_proc_callback_t xhci_configure_msg;