Home
last modified time | relevance | path

Searched refs:usb_bus (Results 1 – 19 of 19) sorted by relevance

/drivers/usb/core/
Dhcd.h75 struct usb_bus self; /* hcd is-a bus */
145 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd) in hcd_to_bus()
150 static inline struct usb_hcd *bus_to_hcd(struct usb_bus *bus) in bus_to_hcd()
271 void *hcd_buffer_alloc(struct usb_bus *bus, size_t size,
273 void hcd_buffer_free(struct usb_bus *bus, size_t size,
286 struct usb_bus *, unsigned port);
427 void (*urb_submit)(struct usb_bus *bus, struct urb *urb);
428 void (*urb_submit_error)(struct usb_bus *bus, struct urb *urb, int err);
429 void (*urb_complete)(struct usb_bus *bus, struct urb *urb, int status);
435 static inline void usbmon_urb_submit(struct usb_bus *bus, struct urb *urb) in usbmon_urb_submit()
[all …]
Dusb.c317 static unsigned usb_bus_is_wusb(struct usb_bus *bus) in usb_bus_is_wusb()
337 struct usb_bus *bus, unsigned port1) in usb_alloc_dev()
601 struct usb_bus *bus; in usb_find_device()
608 bus = container_of(buslist, struct usb_bus, bus_list); in usb_find_device()
748 struct usb_bus *bus;
791 struct usb_bus *bus;
825 struct usb_bus *bus;
881 struct usb_bus *bus; in usb_buffer_map_sg()
916 struct usb_bus *bus;
943 struct usb_bus *bus; in usb_buffer_unmap_sg()
Dnotify.c60 void usb_notify_add_bus(struct usb_bus *ubus) in usb_notify_add_bus()
65 void usb_notify_remove_bus(struct usb_bus *ubus) in usb_notify_remove_bus()
Dhcd.c713 struct usb_bus *usb_bus = rh_usb_dev->bus; in usb_host_authorized_default_show() local
716 if (usb_bus == NULL) /* FIXME: not sure if this case is possible */ in usb_host_authorized_default_show()
718 usb_hcd = bus_to_hcd(usb_bus); in usb_host_authorized_default_show()
729 struct usb_bus *usb_bus = rh_usb_dev->bus; in usb_host_authorized_default_store() local
732 if (usb_bus == NULL) /* FIXME: not sure if this case is possible */ in usb_host_authorized_default_store()
734 usb_hcd = bus_to_hcd(usb_bus); in usb_host_authorized_default_store()
789 static void usb_bus_init (struct usb_bus *bus) in usb_bus_init()
814 static int usb_register_bus(struct usb_bus *bus) in usb_register_bus()
859 static void usb_deregister_bus (struct usb_bus *bus) in usb_deregister_bus()
1154 static int hcd_alloc_coherent(struct usb_bus *bus, in hcd_alloc_coherent()
[all …]
Dbuffer.c102 struct usb_bus *bus, in hcd_buffer_alloc()
126 struct usb_bus *bus, in hcd_buffer_free()
Dusb.h162 extern void usb_notify_add_bus(struct usb_bus *ubus);
163 extern void usb_notify_remove_bus(struct usb_bus *ubus);
Ddevices.c477 struct usb_device *usbdev, struct usb_bus *bus, in usb_device_dump()
595 struct usb_bus *bus; in usb_device_read()
Dinode.c647 static void usbfs_add_bus(struct usb_bus *bus) in usbfs_add_bus()
672 static void usbfs_remove_bus(struct usb_bus *bus) in usbfs_remove_bus()
Dhub.c1329 struct usb_bus *bus = udev->bus; in choose_address()
1514 struct usb_bus *bus = udev->bus; in usb_configure_device_otg()
/drivers/usb/mon/
Dmon_main.c19 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubus);
21 static void mon_bus_init(struct usb_bus *ubus);
94 static void mon_submit(struct usb_bus *ubus, struct urb *urb) in mon_submit()
121 static void mon_submit_error(struct usb_bus *ubus, struct urb *urb, int error) in mon_submit_error()
147 static void mon_complete(struct usb_bus *ubus, struct urb *urb, int status) in mon_complete()
163 struct usb_bus *ubus; in mon_stop()
193 static void mon_bus_add(struct usb_bus *ubus) in mon_bus_add()
205 static void mon_bus_remove(struct usb_bus *ubus) in mon_bus_remove()
250 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubus) in mon_dissolve()
279 static void mon_bus_init(struct usb_bus *ubus) in mon_bus_init()
[all …]
Dusb_mon.h20 struct usb_bus *u_bus;
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);
Dmon_text.c660 int mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_text_add()
Dmon_bin.c1187 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus) in mon_bin_add()
/drivers/usb/wusbcore/
Dwusbhc.c44 struct usb_bus *usb_bus = dev_get_drvdata(dev); in usbhc_dev_to_wusbhc() local
45 struct usb_hcd *usb_hcd = bus_to_hcd(usb_bus); in usbhc_dev_to_wusbhc()
/drivers/usb/host/
Dohci-dbg.c508 struct usb_bus *bus; in fill_async_buffer()
532 struct usb_bus *bus; in fill_periodic_buffer()
545 bus = (struct usb_bus *)dev_get_drvdata(buf->dev); in fill_periodic_buffer()
629 struct usb_bus *bus; in fill_registers_buffer()
638 bus = (struct usb_bus *)dev_get_drvdata(buf->dev); in fill_registers_buffer()
812 struct usb_bus *bus = &ohci_to_hcd(ohci)->self; in create_debug_files()
Dehci-dbg.c358 struct usb_bus *bus;
813 static struct debug_buffer *alloc_buffer(struct usb_bus *bus, in alloc_buffer()
918 struct usb_bus *bus = &ehci_to_hcd(ehci)->self; in create_debug_files()
Dr8a66597-hcd.c2061 struct usb_bus *bus; in r8a66597_check_detect_child()
/drivers/usb/otg/
Dtwl4030-usb.c582 static int twl4030_set_host(struct otg_transceiver *x, struct usb_bus *host) in twl4030_set_host()
Disp1301_omap.c1314 isp1301_set_host(struct otg_transceiver *otg, struct usb_bus *host) in isp1301_set_host()