Searched refs:ubus (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/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 | 666 int mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_text_add() argument 671 int busnum = ubus? ubus->busnum: 0; in mon_text_add() 677 if (ubus != NULL) { in mon_text_add() 712 if (ubus != NULL) { in mon_text_add()
|
D | mon_bin.c | 1330 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_bin_add() argument 1333 unsigned minor = ubus? ubus->busnum: 0; in mon_bin_add() 1338 dev = device_create(mon_bin_class, ubus ? ubus->controller : NULL, in mon_bin_add()
|
/linux-3.4.99/drivers/usb/core/ |
D | notify.c | 61 void usb_notify_add_bus(struct usb_bus *ubus) in usb_notify_add_bus() argument 63 blocking_notifier_call_chain(&usb_notifier_list, USB_BUS_ADD, ubus); in usb_notify_add_bus() 66 void usb_notify_remove_bus(struct usb_bus *ubus) in usb_notify_remove_bus() argument 68 blocking_notifier_call_chain(&usb_notifier_list, USB_BUS_REMOVE, ubus); in usb_notify_remove_bus()
|
D | usb.h | 160 extern void usb_notify_add_bus(struct usb_bus *ubus); 161 extern void usb_notify_remove_bus(struct usb_bus *ubus);
|
/linux-3.4.99/drivers/staging/usbip/userspace/src/ |
D | usbip_list.c | 192 struct sysfs_bus *ubus; in list_devices() local 203 ubus = sysfs_open_bus(bus_type); in list_devices() 204 if (!ubus) { in list_devices() 209 devlist = sysfs_get_bus_devices(ubus); in list_devices() 255 sysfs_close_bus(ubus); in list_devices()
|