Searched refs:usb_bus (Results 1 - 16 of 16) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/chips/
H A Disp1301_omap.c1275 isp1301_set_host(struct otg_transceiver *otg, struct usb_bus *host)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dbuffer.c4 * This implementation plugs in through generic "usb_bus" level methods,
100 struct usb_bus *bus,
123 struct usb_bus *bus,
H A Ddevices.c449 struct usb_device *usbdev, struct usb_bus *bus, int level, int index, int count)
561 struct usb_bus *bus;
H A Dhcd.c54 * Plugs into usbcore (usb_bus) and lets HCDs share code, minimizing
77 * 2002-02-21 Pull in most of the usb_bus support from usb.c; some
78 * associated cleanup. "usb_hcd" still != "usb_bus".
692 * This code is used to initialize a usb_bus structure, memory for which is
695 static void usb_bus_init (struct usb_bus *bus)
720 static int usb_register_bus(struct usb_bus *bus)
763 static void usb_deregister_bus (struct usb_bus *bus)
837 void usb_enable_root_hub_irq (struct usb_bus *bus)
1256 int hcd_bus_suspend (struct usb_bus *bus)
1274 int hcd_bus_resume (struct usb_bus *bu
[all...]
H A Dhcd.h52 * Since "struct usb_bus" is so thin, you can't share much code in it.
63 struct usb_bus self; /* hcd is-a bus */
131 static inline struct usb_bus *hcd_to_bus (struct usb_hcd *hcd)
136 static inline struct usb_hcd *bus_to_hcd (struct usb_bus *bus)
245 void *hcd_buffer_alloc (struct usb_bus *bus, size_t size,
247 void hcd_buffer_free (struct usb_bus *bus, size_t size,
260 struct usb_bus *, unsigned port);
357 extern void usb_enable_root_hub_irq (struct usb_bus *bus);
367 extern int hcd_bus_suspend (struct usb_bus *bus);
368 extern int hcd_bus_resume (struct usb_bus *bu
[all...]
H A Dhub.c1132 struct usb_bus *bus = udev->bus;
1332 struct usb_bus *bus = udev->bus;
1960 struct usb_bus *bus = hdev->bus;
H A Dinode.c616 static void usbfs_add_bus(struct usb_bus *bus)
641 static void usbfs_remove_bus(struct usb_bus *bus)
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 Dusb.c259 usb_alloc_dev(struct usb_device *parent, struct usb_bus *bus, unsigned port1)
515 struct usb_bus *bus;
522 bus = container_of(buslist, struct usb_bus, bus_list);
700 struct usb_bus *bus;
727 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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-dbg.c442 struct usb_bus *bus;
484 struct usb_bus *bus;
626 struct usb_bus *bus;
H A Dohci-dbg.c473 struct usb_bus *bus;
499 struct usb_bus *bus;
600 struct usb_bus *bus;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/mon/
H A 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)
121 static void mon_submit_error(struct usb_bus *ubus, struct urb *urb, int error)
147 static void mon_complete(struct usb_bus *ubus, struct urb *urb)
173 struct usb_bus *ubus = mbus->u_bus;
203 static void mon_bus_add(struct usb_bus *ubus)
215 static void mon_bus_remove(struct usb_bus *ubus)
256 * Tear usb_bus and mon_bus apart.
258 static void mon_dissolve(struct mon_bus *mbus, struct usb_bus *ubu
[all...]
H A Dusb_mon.h20 struct usb_bus *u_bus;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/usb/
H A Dotg.h47 struct usb_bus *host;
56 struct usb_bus *host);
95 otg_set_host(struct otg_transceiver *otg, struct usb_bus *host)
131 extern int usb_bus_start_enum(struct usb_bus *bus, unsigned port_num);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusb.h279 struct usb_bus { struct
344 struct usb_bus *bus; /* Bus we're part of */

Completed in 102 milliseconds