Symbol: usb_proc_msg
sys/bus/u4b/audio/uaudio.c
1411
uaudio_configure_msg(struct usb_proc_msg *pm)
sys/bus/u4b/audio/uaudio.c
176
struct usb_proc_msg hdr;
sys/bus/u4b/controller/usb_controller.c
356
usb_bus_explore(struct usb_proc_msg *pm)
sys/bus/u4b/controller/usb_controller.c
420
usb_bus_detach(struct usb_proc_msg *pm)
sys/bus/u4b/controller/usb_controller.c
459
usb_bus_suspend(struct usb_proc_msg *pm)
sys/bus/u4b/controller/usb_controller.c
516
usb_bus_resume(struct usb_proc_msg *pm)
sys/bus/u4b/controller/usb_controller.c
579
usb_bus_reset(struct usb_proc_msg *pm)
sys/bus/u4b/controller/usb_controller.c
601
usb_bus_shutdown(struct usb_proc_msg *pm)
sys/bus/u4b/controller/usb_controller.c
648
usb_bus_cleanup(struct usb_proc_msg *pm)
sys/bus/u4b/controller/usb_controller.c
700
usb_bus_attach(struct usb_proc_msg *pm)
sys/bus/u4b/controller/xhci.c
4002
xhci_configure_msg(struct usb_proc_msg *pm)
sys/bus/u4b/net/usb_ethernet.c
105
struct usb_proc_msg *t0, struct usb_proc_msg *t1)
sys/bus/u4b/net/usb_ethernet.c
192
ue_attach_post_task(struct usb_proc_msg *_task)
sys/bus/u4b/net/usb_ethernet.c
332
ue_start_task(struct usb_proc_msg *_task)
sys/bus/u4b/net/usb_ethernet.c
351
ue_stop_task(struct usb_proc_msg *_task)
sys/bus/u4b/net/usb_ethernet.c
388
ue_promisc_task(struct usb_proc_msg *_task)
sys/bus/u4b/net/usb_ethernet.c
398
ue_setmulti_task(struct usb_proc_msg *_task)
sys/bus/u4b/net/usb_ethernet.c
430
ue_ifmedia_task(struct usb_proc_msg *_task)
sys/bus/u4b/net/usb_ethernet.c
457
ue_tick_task(struct usb_proc_msg *_task)
sys/bus/u4b/net/usb_ethernet.h
76
struct usb_proc_msg hdr;
sys/bus/u4b/serial/usb_serial.c
1357
ucom_cfg_line_state(struct usb_proc_msg *_task)
sys/bus/u4b/serial/usb_serial.c
1492
ucom_cfg_status_change(struct usb_proc_msg *_task)
sys/bus/u4b/serial/usb_serial.c
1620
ucom_cfg_param(struct usb_proc_msg *_task)
sys/bus/u4b/serial/usb_serial.c
164
struct usb_proc_msg *t0, struct usb_proc_msg *t1);
sys/bus/u4b/serial/usb_serial.c
638
struct usb_proc_msg *t0, struct usb_proc_msg *t1)
sys/bus/u4b/serial/usb_serial.c
713
ucom_cfg_start_transfers(struct usb_proc_msg *_task)
sys/bus/u4b/serial/usb_serial.c
757
ucom_cfg_open(struct usb_proc_msg *_task)
sys/bus/u4b/serial/usb_serial.c
907
ucom_cfg_close(struct usb_proc_msg *_task)
sys/bus/u4b/serial/usb_serial.h
125
struct usb_proc_msg hdr;
sys/bus/u4b/serial/usb_serial.h
130
struct usb_proc_msg hdr;
sys/bus/u4b/serial/usb_serial.h
167
struct usb_proc_msg *sc_last_start_xfer;
sys/bus/u4b/usb_bus.h
38
struct usb_proc_msg hdr;
sys/bus/u4b/usb_device.c
1506
usbd_clear_stall_proc(struct usb_proc_msg *_pm)
sys/bus/u4b/usb_device.h
55
struct usb_proc_msg hdr;
sys/bus/u4b/usb_hub.c
256
uhub_reset_tt_proc(struct usb_proc_msg *_pm)
sys/bus/u4b/usb_process.c
261
struct usb_proc_msg *pm0 = _pm0;
sys/bus/u4b/usb_process.c
262
struct usb_proc_msg *pm1 = _pm1;
sys/bus/u4b/usb_process.c
263
struct usb_proc_msg *pm2;
sys/bus/u4b/usb_process.c
366
struct usb_proc_msg *pm0 = _pm0;
sys/bus/u4b/usb_process.c
367
struct usb_proc_msg *pm1 = _pm1;
sys/bus/u4b/usb_process.c
83
struct usb_proc_msg *pm;
sys/bus/u4b/usb_process.h
44
struct usb_proc_msg;
sys/bus/u4b/usb_process.h
51
TAILQ_HEAD(, usb_proc_msg) up_qhead;
sys/bus/u4b/usb_transfer.c
111
static void usb_callback_proc(struct usb_proc_msg *);
sys/bus/u4b/usb_transfer.c
2286
usb_callback_proc(struct usb_proc_msg *_pm)
sys/bus/u4b/usb_transfer.c
3314
struct usb_proc_msg *pm;
sys/bus/u4b/usb_transfer.h
149
struct usb_proc_msg hdr;
sys/bus/u4b/usbdi.h
38
struct usb_proc_msg;
sys/bus/u4b/usbdi.h
435
TAILQ_ENTRY(usb_proc_msg) pm_qentry;
sys/bus/u4b/usbdi.h
93
typedef void (usb_proc_callback_t)(struct usb_proc_msg *);