Searched defs:usb_bus (Results 1 – 2 of 2) sorted by relevance
267 struct usb_bus { struct268 struct device *controller; /* host/master side hardware */269 int busnum; /* Bus number (in order of reg) */270 char *bus_name; /* stable id (PCI slot_name etc) */271 u8 otg_port; /* 0, or number of OTG/HNP port */272 unsigned is_b_host:1; /* true during some HNP roleswitches */273 unsigned b_hnp_enable:1; /* OTG: did A-Host enable HNP? */298 void (*release)(struct usb_bus *bus); argument301 struct mon_bus *mon_bus; /* non-null when associated */302 int monitored; /* non-zero when monitored */
263 struct usb_bus { struct264 struct usb_bus *next, *prev; argument278 extern struct usb_bus *usb_busses; argument