Searched refs:ubus (Results 1 – 11 of 11) sorted by relevance
| /linux-4.4.14/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 | 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 | 1331 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_bin_add() argument 1334 unsigned minor = ubus? ubus->busnum: 0; in mon_bin_add() 1339 dev = device_create(mon_bin_class, ubus ? ubus->controller : NULL, in mon_bin_add()
|
| /linux-4.4.14/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 | 176 extern void usb_notify_add_bus(struct usb_bus *ubus); 177 extern void usb_notify_remove_bus(struct usb_bus *ubus);
|
| /linux-4.4.14/arch/mips/boot/dts/brcm/ |
| D | bcm3384_viper.dtsi | 48 ubus { 52 compatible = "brcm,ubus", "simple-bus";
|
| D | bcm3384_zephyr.dtsi | 53 ubus { 57 compatible = "brcm,ubus", "simple-bus";
|
| D | bcm6328.dtsi | 45 ubus {
|
| D | bcm6368.dtsi | 46 ubus {
|
| /linux-4.4.14/arch/arm/boot/dts/ |
| D | bcm63138.dtsi | 126 ubus@fffe8000 {
|