Home
last modified time | relevance | path

Searched defs:bus (Results 1 – 18 of 18) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvBus.c121 struct bus_type * bus = dev->bus; in device_attach() local
147 struct bus_type * bus = drv->bus; in driver_attach() local
221 struct bus_type * bus = drv->bus; in bus_add_driver() local
245 int bus_register(struct bus_type * bus) in bus_register()
253 void bus_unregister(struct bus_type * bus) in bus_unregister()
H A DdrvHCD.c969 struct usb_bus *usb_bus_get (struct usb_bus *bus) in usb_bus_get()
978 void usb_bus_put (struct usb_bus *bus) in usb_bus_put()
1001 void usb_bus_init (struct usb_bus *bus) in usb_bus_init()
1051 struct usb_bus *bus; in usb_alloc_bus() local
1093 int usb_register_bus(struct usb_bus *bus) in usb_register_bus()
1128 void usb_deregister_bus (struct usb_bus *bus) in usb_deregister_bus()
2213 struct usb_bus *bus; in usb_register_otg_to_bus() local
H A DdrvUSB.c2584 struct usb_device *usb_alloc_dev(struct usb_device *parent, struct usb_bus *bus) in usb_alloc_dev()
2857 struct usb_bus *bus; in usb_find_device() local
3007 struct usb_bus *bus; in usb_disconnect() local
4023 struct usb_bus *bus; in usb_buffer_map() local
4123 struct usb_bus *bus; in usb_buffer_dmasync() local
4218 struct usb_bus *bus; in usb_buffer_unmap() local
H A DdrvHcdBuf.c147 struct usb_bus *bus, in hcd_buffer_alloc()
164 struct usb_bus *bus, in hcd_buffer_free()
H A DdrvEHCIDBG.cpp648 static ssize_t show_async (struct usb_bus *bus, char *buf) in show_async()
698 static ssize_t show_periodic (struct usb_bus *bus, char *buf) in show_periodic()
934 show_registers (struct usb_bus *bus, char *buf) in show_registers()
H A DdrvHCD.h177 struct usb_bus *bus; member
591 static __inline__ void usbfs_add_bus(struct usb_bus *bus) {} in usbfs_add_bus()
592 static __inline__ void usbfs_remove_bus(struct usb_bus *bus) {} in usbfs_remove_bus()
H A DdrvEhciHcd.c6849 struct usb_bus *bus; in ehci_start() local
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHcdBuf.c168 struct usb_bus *bus, in ms_hcd_buffer_alloc()
196 struct usb_bus *bus, in ms_hcd_buffer_free()
H A DdrvUSB.c396 struct usb_device *ms_usb_alloc_dev(struct usb_device *parent, struct usb_bus *bus) in ms_usb_alloc_dev()
H A DdrvUsbd.c786 void ms_usb_bus_init (struct usb_bus *bus) in ms_usb_bus_init()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvDevice.h100 struct bus_type * bus; member
128 struct bus_type * bus; /* type of bus device is on */ member
H A DdrvUSB.h222 struct usb_bus *bus; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvDevice.h95 struct ms_bus_type * bus; member
H A DdrvUSBHost.h183 struct usb_bus *bus; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dedd.h91 __u8 bus; member
H A Dcciss_ioctl.h12 unsigned char bus; member
H A Di2o-dev.h189 } bus; member
/utopia/UTPA2-700.0.x/modules/swi2c/api/swi2c/
H A DapiSWI2C.c110 #define I2C_BUS( bus ) __I2C_BUS( bus ) argument