Searched refs:usb_process (Results 1 – 12 of 12) sorted by relevance
| /dragonfly/sys/bus/u4b/ |
| HD | usb_process.h | 50 struct usb_process { struct 70 uint8_t usb_proc_is_gone(struct usb_process *up); argument 71 int usb_proc_create(struct usb_process *up, struct lock *p_lock, 73 void usb_proc_drain(struct usb_process *up); 74 void usb_proc_mwait(struct usb_process *up, void *pm0, void *pm1); 75 void usb_proc_free(struct usb_process *up); 76 void *usb_proc_msignal(struct usb_process *up, void *pm0, void *pm1); 77 void usb_proc_rewakeup(struct usb_process *up); 78 int usb_proc_is_called_from(struct usb_process *up);
|
| HD | usb_process.c | 80 usb_process(void *arg) in usb_process() function 82 struct usb_process *up = arg; in usb_process() 197 usb_proc_create(struct usb_process *up, struct lock *p_lock, in usb_proc_create() 208 if (USB_THREAD_CREATE(&usb_process, up, in usb_proc_create() 232 usb_proc_free(struct usb_process *up) in usb_proc_free() 259 usb_proc_msignal(struct usb_process *up, void *_pm0, void *_pm1) in usb_proc_msignal() 342 usb_proc_is_gone(struct usb_process *up) in usb_proc_is_gone() 364 usb_proc_mwait(struct usb_process *up, void *_pm0, void *_pm1) in usb_proc_mwait() 406 usb_proc_drain(struct usb_process *up) in usb_proc_drain() 463 usb_proc_rewakeup(struct usb_process *up) in usb_proc_rewakeup() [all …]
|
| HD | usb_bus.h | 71 struct usb_process giant_callback_proc; 72 struct usb_process non_giant_callback_proc; 75 struct usb_process explore_proc; 78 struct usb_process control_xfer_proc;
|
| HD | usbdi_util.h | 42 usb_error_t usbd_do_request_proc(struct usb_device *udev, struct usb_process *pproc,
|
| HD | usb_transfer.h | 172 struct usb_process *done_p; /* pointer to callback process */
|
| HD | usb_request.h | 30 struct usb_process;
|
| HD | usbdi.h | 37 struct usb_process;
|
| HD | usb_request.c | 760 usbd_do_request_proc(struct usb_device *udev, struct usb_process *pproc,
|
| /dragonfly/sys/bus/u4b/usb/ |
| HD | Makefile | 11 usb_msctest.c usb_parse.c usb_pf.c usb_process.c usb_request.c \
|
| /dragonfly/sys/bus/u4b/net/ |
| HD | usb_ethernet.h | 94 struct usb_process ue_tq;
|
| /dragonfly/sys/bus/u4b/serial/ |
| HD | usb_serial.h | 136 struct usb_process sc_tq;
|
| /dragonfly/sys/conf/ |
| HD | files | 2867 bus/u4b/usb_process.c optional usb
|