Searched defs:usb_port (Results 1 – 2 of 2) sorted by relevance
89504 struct usb_port { struct89508 struct usb_port *peer; argument89510 enum usb_port_connect_type connect_type; argument89513 usb_port_location_t location; argument89514 struct mutex status_lock;89515 u32 over_current_count;89516 u8 portnum;89517 u32 quirks;89518 unsigned int early_stop: 1;89519 unsigned int ignore_event: 1;[all …]
99240 struct usb_port { struct99244 struct usb_port *peer; argument99246 enum usb_port_connect_type connect_type; argument99249 usb_port_location_t location; argument99250 struct mutex status_lock;99251 u32 over_current_count;99252 u8 portnum;99253 u32 quirks;99254 unsigned int early_stop: 1;99255 unsigned int ignore_event: 1;[all …]