Searched refs:ubus (Results 1 – 16 of 16) sorted by relevance
/linux-5.19.10/drivers/usb/mon/ |
D | mon_main.c | 22 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubus); 24 static void mon_bus_init(struct usb_bus *ubus); 96 static void mon_submit(struct usb_bus *ubus, struct urb *urb) in mon_submit() argument 100 mbus = ubus->mon_bus; in mon_submit() 123 static void mon_submit_error(struct usb_bus *ubus, struct urb *urb, int error) in mon_submit_error() argument 127 mbus = ubus->mon_bus; in mon_submit_error() 150 static void mon_complete(struct usb_bus *ubus, struct urb *urb, int status) in mon_complete() argument 154 mbus = ubus->mon_bus; in mon_complete() 167 struct usb_bus *ubus; in mon_stop() local 176 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 705 int busnum = ubus? ubus->busnum: 0; in mon_text_add() 711 if (ubus != NULL) { in mon_text_add() 737 if (ubus != NULL) { in mon_text_add()
|
D | mon_bin.c | 1351 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_bin_add() argument 1354 unsigned minor = ubus? ubus->busnum: 0; in mon_bin_add() 1359 dev = device_create(mon_bin_class, ubus ? ubus->controller : NULL, in mon_bin_add()
|
/linux-5.19.10/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 | 209 extern void usb_notify_add_bus(struct usb_bus *ubus); 210 extern void usb_notify_remove_bus(struct usb_bus *ubus);
|
/linux-5.19.10/arch/mips/boot/dts/brcm/ |
D | bcm3384_viper.dtsi | 49 ubus { 53 compatible = "brcm,ubus", "simple-bus";
|
D | bcm3384_zephyr.dtsi | 54 ubus { 58 compatible = "brcm,ubus", "simple-bus";
|
D | bcm3368.dtsi | 50 ubus {
|
D | bcm6358.dtsi | 54 ubus {
|
D | bcm6368.dtsi | 55 ubus {
|
D | bcm6328.dtsi | 62 ubus {
|
D | bcm6362.dtsi | 65 ubus {
|
D | bcm63268.dtsi | 65 ubus {
|
/linux-5.19.10/Documentation/devicetree/bindings/clock/ |
D | brcm,bcm63xx-clocks.txt | 7 "brcm,bcm6318-ubus-clocks"
|
/linux-5.19.10/arch/arm/boot/dts/ |
D | bcm63138.dtsi | 177 ubus@fffe8000 {
|