Home
last modified time | relevance | path

Searched refs:ubus (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/usb/mon/
H A Dmon_main.c22 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 …]
H A Dusb_mon.h58 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);
H A Dmon_text.c701 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()
H A Dmon_bin.c1356 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_bin_add() argument
1359 unsigned minor = ubus? ubus->busnum: 0; in mon_bin_add()
1364 dev = device_create(mon_bin_class, ubus ? ubus->controller : NULL, in mon_bin_add()
/OK3568_Linux_fs/buildroot/package/ubus/
H A DConfig.in1 comment "ubus needs a toolchain w/ dynamic library"
6 bool "ubus"
16 (ubus). Although created for the OpenWRT project, it can be
22 https://openwrt.org/docs/techref/ubus
27 bool "build and install ubus examples"
29 Build and install client and server ubus examples.
H A Dubus.hash2 sha256 275d184006f2f60c9b0172d8fd0ccc8952f182960c0d3d0945be640873c1bef6 ubus-a72457b61df045d3c499…
H A Dubus.mk8 UBUS_SITE = https://git.openwrt.org/project/ubus.git
H A D0001-Install-server-and-client-examples.patch20 TARGET_LINK_LIBRARIES(client ubus ${ubox_library})
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dnotify.c60 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()
H A Dusb.h209 extern void usb_notify_add_bus(struct usb_bus *ubus);
210 extern void usb_notify_remove_bus(struct usb_bus *ubus);
/OK3568_Linux_fs/kernel/arch/mips/boot/dts/brcm/
H A Dbcm3384_viper.dtsi49 ubus {
53 compatible = "brcm,ubus", "simple-bus";
H A Dbcm3384_zephyr.dtsi54 ubus {
58 compatible = "brcm,ubus", "simple-bus";
H A Dbcm3368.dtsi47 ubus {
H A Dbcm6368.dtsi47 ubus {
H A Dbcm6362.dtsi47 ubus {
H A Dbcm63268.dtsi47 ubus {
H A Dbcm6358.dtsi47 ubus {
H A Dbcm6328.dtsi47 ubus {
/OK3568_Linux_fs/buildroot/package/uhttpd/
H A Duhttpd.mk29 UHTTPD_DEPENDENCIES += ubus
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dbrcm,bcm63xx-clocks.txt7 "brcm,bcm6318-ubus-clocks"
/OK3568_Linux_fs/buildroot/package/dnsmasq/
H A Ddnsmasq.mk78 DNSMASQ_DEPENDENCIES += ubus
/OK3568_Linux_fs/u-boot/arch/mips/dts/
H A Dbrcm,bcm6338.dtsi59 ubus {
H A Dbrcm,bcm6348.dtsi59 ubus {
H A Dbrcm,bcm6328.dtsi57 ubus {
H A Dbrcm,bcm3380.dtsi62 ubus {

12