port_removable 6041 drivers/usb/core/hub.c u16 port_removable = le16_to_cpu(desc->u.ss.DeviceRemovable); port_removable 6050 drivers/usb/core/hub.c if (!(port_removable & mask)) { port_removable 6052 drivers/usb/core/hub.c port_removable |= mask; port_removable 6057 drivers/usb/core/hub.c desc->u.ss.DeviceRemovable = cpu_to_le16(port_removable); port_removable 198 drivers/usb/host/xhci-hub.c __u8 port_removable[(USB_MAXCHILDREN + 1 + 7) / 8]; port_removable 213 drivers/usb/host/xhci-hub.c memset(port_removable, 0, sizeof(port_removable)); port_removable 223 drivers/usb/host/xhci-hub.c port_removable[(i + 1) / 8] |= 1 << ((i + 1) % 8); port_removable 242 drivers/usb/host/xhci-hub.c memset(&desc->u.hs.DeviceRemovable[i], port_removable[i], port_removable 251 drivers/usb/host/xhci-hub.c u16 port_removable; port_removable 268 drivers/usb/host/xhci-hub.c port_removable = 0; port_removable 273 drivers/usb/host/xhci-hub.c port_removable |= 1 << (i + 1); port_removable 276 drivers/usb/host/xhci-hub.c desc->u.ss.DeviceRemovable = cpu_to_le16(port_removable);