Searched refs:DeviceRemovable (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhub.h117 __u8 DeviceRemovable[(USB_MAXCHILDREN + 1 + 7) / 8]; member in struct:usb_hub_descriptor
H A Dhcd.h259 /* hub.h ... DeviceRemovable in 2.4.2-ac11, gone in 2.4.10 */
261 #define bitmap DeviceRemovable
H A Dhub.c261 portstr[i] = hub->descriptor->DeviceRemovable[((i + 1) / 8)] & (1 << ((i + 1) % 8)) ? 'F' : 'R';

Completed in 46 milliseconds