connect_type     4299 drivers/scsi/qla2xxx/qla_init.c 	char		connect_type[22];
connect_type     4346 drivers/scsi/qla2xxx/qla_init.c 		strcpy(connect_type, "(Loop)");
connect_type     4353 drivers/scsi/qla2xxx/qla_init.c 		strcpy(connect_type, "(FL_Port)");
connect_type     4360 drivers/scsi/qla2xxx/qla_init.c 		strcpy(connect_type, "(N_Port-to-N_Port)");
connect_type     4368 drivers/scsi/qla2xxx/qla_init.c 		strcpy(connect_type, "(F_Port)");
connect_type     4375 drivers/scsi/qla2xxx/qla_init.c 		strcpy(connect_type, "(Loop)");
connect_type     4393 drivers/scsi/qla2xxx/qla_init.c 		    connect_type, vha->loop_id);
connect_type     2441 drivers/usb/core/hub.c 	switch (hub->ports[udev->portnum - 1]->connect_type) {
connect_type     4495 drivers/usb/core/hub.c 	int connect_type = USB_PORT_CONNECT_TYPE_UNKNOWN;
connect_type     4501 drivers/usb/core/hub.c 		connect_type = hub->ports[udev->portnum - 1]->connect_type;
connect_type     4504 drivers/usb/core/hub.c 			connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) {
connect_type     6020 drivers/usb/core/hub.c 	enum usb_port_connect_type connect_type;
connect_type     6030 drivers/usb/core/hub.c 			connect_type = port_dev->connect_type;
connect_type     6031 drivers/usb/core/hub.c 			if (connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) {
connect_type     6046 drivers/usb/core/hub.c 			connect_type = port_dev->connect_type;
connect_type     6047 drivers/usb/core/hub.c 			if (connect_type == USB_PORT_CONNECT_TYPE_HARD_WIRED) {
connect_type       99 drivers/usb/core/hub.h 	enum usb_port_connect_type connect_type;
connect_type       34 drivers/usb/core/port.c 	switch (port_dev->connect_type) {
connect_type       51 drivers/usb/core/port.c static DEVICE_ATTR_RO(connect_type);
connect_type       87 drivers/usb/core/usb-acpi.c 	enum usb_port_connect_type connect_type = USB_PORT_CONNECT_TYPE_UNKNOWN;
connect_type      109 drivers/usb/core/usb-acpi.c 			connect_type = USB_PORT_CONNECT_TYPE_HOT_PLUG;
connect_type      111 drivers/usb/core/usb-acpi.c 			connect_type = USB_PORT_CONNECT_TYPE_HARD_WIRED;
connect_type      113 drivers/usb/core/usb-acpi.c 		connect_type = USB_PORT_NOT_USED;
connect_type      116 drivers/usb/core/usb-acpi.c 	return connect_type;
connect_type      192 drivers/usb/core/usb-acpi.c 		port_dev->connect_type = usb_acpi_get_connect_type(handle, pld);
connect_type      555 drivers/usb/core/usb.c 		return hub->ports[dev->portnum - 1]->connect_type ==