Searched defs:bus (Results 1 – 18 of 18) sorted by relevance
121 struct bus_type * bus = dev->bus; in device_attach() local147 struct bus_type * bus = drv->bus; in driver_attach() local221 struct bus_type * bus = drv->bus; in bus_add_driver() local245 int bus_register(struct bus_type * bus) in bus_register()253 void bus_unregister(struct bus_type * bus) in bus_unregister()
969 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() local1093 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
2584 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() local3007 struct usb_bus *bus; in usb_disconnect() local4023 struct usb_bus *bus; in usb_buffer_map() local4123 struct usb_bus *bus; in usb_buffer_dmasync() local4218 struct usb_bus *bus; in usb_buffer_unmap() local
147 struct usb_bus *bus, in hcd_buffer_alloc()164 struct usb_bus *bus, in hcd_buffer_free()
648 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()
177 struct usb_bus *bus; member591 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()
6849 struct usb_bus *bus; in ehci_start() local
168 struct usb_bus *bus, in ms_hcd_buffer_alloc()196 struct usb_bus *bus, in ms_hcd_buffer_free()
396 struct usb_device *ms_usb_alloc_dev(struct usb_device *parent, struct usb_bus *bus) in ms_usb_alloc_dev()
786 void ms_usb_bus_init (struct usb_bus *bus) in ms_usb_bus_init()
100 struct bus_type * bus; member128 struct bus_type * bus; /* type of bus device is on */ member
222 struct usb_bus *bus; member
95 struct ms_bus_type * bus; member
183 struct usb_bus *bus; member
91 __u8 bus; member
12 unsigned char bus; member
189 } bus; member
110 #define I2C_BUS( bus ) __I2C_BUS( bus ) argument