Searched refs:ubus (Results 1 – 6 of 6) sorted by relevance
/drivers/usb/mon/ |
D | mon_main.c | 21 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubus); 23 static void mon_bus_init(struct usb_bus *ubus); 95 static void mon_submit(struct usb_bus *ubus, struct urb *urb) in mon_submit() argument 99 mbus = ubus->mon_bus; in mon_submit() 122 static void mon_submit_error(struct usb_bus *ubus, struct urb *urb, int error) in mon_submit_error() argument 126 mbus = ubus->mon_bus; in mon_submit_error() 149 static void mon_complete(struct usb_bus *ubus, struct urb *urb, int status) in mon_complete() argument 153 mbus = ubus->mon_bus; in mon_complete() 166 struct usb_bus *ubus; in mon_stop() local 175 if (mbus->nreaders == 0 && (ubus = mbus->u_bus) != NULL) in mon_stop() [all …]
|
D | usb_mon.h | 58 int /*bool*/ mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus); 60 int /*bool*/ mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus);
|
D | mon_text.c | 701 int mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_text_add() argument 706 int busnum = ubus? ubus->busnum: 0; in mon_text_add() 712 if (ubus != NULL) { in mon_text_add() 747 if (ubus != NULL) { in mon_text_add()
|
D | mon_bin.c | 1350 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_bin_add() argument 1353 unsigned minor = ubus? ubus->busnum: 0; in mon_bin_add() 1358 dev = device_create(mon_bin_class, ubus ? ubus->controller : NULL, in mon_bin_add()
|
/drivers/usb/core/ |
D | notify.c | 63 void usb_notify_add_bus(struct usb_bus *ubus) in usb_notify_add_bus() argument 65 blocking_notifier_call_chain(&usb_notifier_list, USB_BUS_ADD, ubus); in usb_notify_add_bus() 68 void usb_notify_remove_bus(struct usb_bus *ubus) in usb_notify_remove_bus() argument 70 blocking_notifier_call_chain(&usb_notifier_list, USB_BUS_REMOVE, ubus); in usb_notify_remove_bus()
|
D | usb.h | 187 extern void usb_notify_add_bus(struct usb_bus *ubus); 188 extern void usb_notify_remove_bus(struct usb_bus *ubus);
|