Searched refs:ubus (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/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 if ((mbus = ubus->mon_bus) != NULL) in mon_submit() 121 static void mon_submit_error(struct usb_bus *ubus, struct urb *urb, int error) in mon_submit_error() argument 125 if ((mbus = ubus->mon_bus) != NULL) in mon_submit_error() 147 static void mon_complete(struct usb_bus *ubus, struct urb *urb, int status) in mon_complete() argument 151 if ((mbus = ubus->mon_bus) != NULL) in mon_complete() 163 struct usb_bus *ubus; in mon_stop() local 172 if (mbus->nreaders == 0 && (ubus = mbus->u_bus) != NULL) in mon_stop() [all …]
|
D | usb_mon.h | 57 int /*bool*/ mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus); 59 int /*bool*/ mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus);
|
D | mon_text.c | 665 int mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_text_add() argument 670 int busnum = ubus? ubus->busnum: 0; in mon_text_add() 673 if (ubus != NULL) { in mon_text_add() 708 if (ubus != NULL) { in mon_text_add()
|
D | mon_bin.c | 1329 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_bin_add() argument 1332 unsigned minor = ubus? ubus->busnum: 0; in mon_bin_add() 1337 dev = device_create(mon_bin_class, ubus ? ubus->controller : NULL, in mon_bin_add()
|
/linux-2.6.39/drivers/usb/core/ |
D | notify.c | 60 void usb_notify_add_bus(struct usb_bus *ubus) in usb_notify_add_bus() argument 62 blocking_notifier_call_chain(&usb_notifier_list, USB_BUS_ADD, ubus); in usb_notify_add_bus() 65 void usb_notify_remove_bus(struct usb_bus *ubus) in usb_notify_remove_bus() argument 67 blocking_notifier_call_chain(&usb_notifier_list, USB_BUS_REMOVE, ubus); in usb_notify_remove_bus()
|
D | usb.h | 162 extern void usb_notify_add_bus(struct usb_bus *ubus); 163 extern void usb_notify_remove_bus(struct usb_bus *ubus);
|