Searched refs:usb_bus (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dnotify.c60 void usb_notify_add_bus(struct usb_bus *ubus)
65 void usb_notify_remove_bus(struct usb_bus *ubus)
H A Dbuffer.c4 * This implementation plugs in through generic "usb_bus" level methods,
101 struct usb_bus *bus,
125 struct usb_bus *bus,
H A Dusb.h148 extern void usb_notify_add_bus(struct usb_bus *ubus);
149 extern void usb_notify_remove_bus(struct usb_bus *ubus);
H A Dhcd.c55 * Plugs into usbcore (usb_bus) and lets HCDs share code, minimizing
78 * 2002-02-21 Pull in most of the usb_bus support from usb.c; some
79 * associated cleanup. "usb_hcd" still != "usb_bus".
798 struct usb_bus *usb_bus = rh_usb_dev->bus; local
801 if (usb_bus == NULL)
803 usb_hcd = bus_to_hcd(usb_bus);
814 struct usb_bus *usb_bus = rh_usb_dev->bus; local
817 if (usb_bus
[all...]
H A Ddevices.c485 struct usb_device *usbdev, struct usb_bus *bus,
603 struct usb_bus *bus;
H A Dinode.c648 static void usbfs_add_bus(struct usb_bus *bus)
673 static void usbfs_remove_bus(struct usb_bus *bus)
H A Dusb.c343 /* Returns 1 if @usb_bus is WUSB, 0 otherwise */
344 static unsigned usb_bus_is_wusb(struct usb_bus *bus)
364 struct usb_bus *bus, unsigned port1)
H A Dhub.c1506 struct usb_bus *bus = udev->bus;
1669 struct usb_bus *bus = udev->bus;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/mon/
H A 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);
H A Dmon_main.c21 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubus);
23 static void mon_bus_init(struct usb_bus *ubus);
96 static void mon_submit(struct usb_bus *ubus, struct urb *urb)
123 static void mon_submit_error(struct usb_bus *ubus, struct urb *urb, int error)
149 static void mon_complete(struct usb_bus *ubus, struct urb *urb, int status)
165 struct usb_bus *ubus;
195 static void mon_bus_add(struct usb_bus *ubus)
207 static void mon_bus_remove(struct usb_bus *ubus)
250 * Tear usb_bus and mon_bus apart.
252 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubu
[all...]
H A Dmon_text.c662 int mon_text_add(struct mon_bus *mbus, const struct usb_bus *ubus)
H A Dmon_bin.c1289 int mon_bin_add(struct mon_bus *mbus, const struct usb_bus *ubus)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dhcd.h58 * Since "struct usb_bus" is so thin, you can't share much code in it.
75 struct usb_bus self; /* hcd is-a bus */
174 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd)
179 static inline struct usb_hcd *bus_to_hcd(struct usb_bus *bus)
373 void *hcd_buffer_alloc(struct usb_bus *bus, size_t size,
375 void hcd_buffer_free(struct usb_bus *bus, size_t size,
395 struct usb_bus *, unsigned port);
575 void (*urb_submit)(struct usb_bus *bus, struct urb *urb);
576 void (*urb_submit_error)(struct usb_bus *bus, struct urb *urb, int err);
577 void (*urb_complete)(struct usb_bus *bu
[all...]
H A Dotg.h70 struct usb_bus *host;
89 struct usb_bus *host);
186 otg_set_host(struct otg_transceiver *otg, struct usb_bus *host)
236 extern int usb_bus_start_enum(struct usb_bus *bus, unsigned port_num);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dwusbhc.c44 struct usb_bus *usb_bus = dev_get_drvdata(dev); local
45 struct usb_hcd *usb_hcd = bus_to_hcd(usb_bus);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/otg/
H A Dnop-usb-xceiv.c91 static int nop_set_host(struct otg_transceiver *x, struct usb_bus *host)
H A Dulpi.c164 static int ulpi_set_host(struct otg_transceiver *otg, struct usb_bus *host)
H A Dtwl4030-usb.c547 static int twl4030_set_host(struct otg_transceiver *x, struct usb_bus *host)
H A Disp1301_omap.c1295 isp1301_set_host(struct otg_transceiver *otg, struct usb_bus *host)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dusb.h311 struct usb_bus { struct
326 struct usb_bus *hs_companion; /* Companion EHCI bus, if any */
377 struct usb_bus *bus;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-dbg.c396 struct usb_bus *bus;
854 static struct debug_buffer *alloc_buffer(struct usb_bus *bus,
1046 struct usb_bus *bus = &ehci_to_hcd(ehci)->self;
H A Dohci-dbg.c802 struct usb_bus *bus = &ohci_to_hcd(ohci)->self;
H A Dr8a66597-hcd.c2105 struct usb_bus *bus;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/doshift/
H A Dlcdoshift.c890 struct usb_bus *bus;

Completed in 221 milliseconds