Home
last modified time | relevance | path

Searched refs:port_handle (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/usb/core/
Dusb-acpi.c32 acpi_handle port_handle; in usb_acpi_power_manageable() local
35 port_handle = usb_get_hub_port_acpi_handle(hdev, in usb_acpi_power_manageable()
37 if (port_handle) in usb_acpi_power_manageable()
38 return acpi_bus_power_manageable(port_handle); in usb_acpi_power_manageable()
60 acpi_handle port_handle; in usb_acpi_set_power_state() local
69 port_handle = (acpi_handle) usb_get_hub_port_acpi_handle(hdev, port1); in usb_acpi_set_power_state()
70 if (!port_handle) in usb_acpi_set_power_state()
78 error = acpi_bus_set_power(port_handle, state); in usb_acpi_set_power_state()
/linux-4.4.14/drivers/ata/
Dlibata-acpi.c923 acpi_handle port_handle; in pata_acpi_set_state() local
925 port_handle = ACPI_HANDLE(&ap->tdev); in pata_acpi_set_state()
926 if (!port_handle) in pata_acpi_set_state()
932 acpi_bus_set_power(port_handle, ACPI_STATE_D0); in pata_acpi_set_state()
944 acpi_bus_set_power(port_handle, ACPI_STATE_D3_COLD); in pata_acpi_set_state()
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_fsf.c901 req->qtcb->header.port_handle = zfcp_sdev->port->handle; in zfcp_fsf_abort_fcp_cmnd()
1075 req->qtcb->header.port_handle = wka_port->handle; in zfcp_fsf_send_ct()
1396 port->handle = header->port_handle; in zfcp_fsf_open_port_handler()
1527 req->qtcb->header.port_handle = erp_action->port->handle; in zfcp_fsf_close_port()
1561 wka_port->handle = header->port_handle; in zfcp_fsf_open_wka_port_handler()
1652 req->qtcb->header.port_handle = wka_port->handle; in zfcp_fsf_close_wka_port()
1740 req->qtcb->header.port_handle = erp_action->port->handle; in zfcp_fsf_close_physical_port()
1858 req->qtcb->header.port_handle = erp_action->port->handle; in zfcp_fsf_open_lun()
1949 req->qtcb->header.port_handle = erp_action->port->handle; in zfcp_fsf_close_lun()
2234 req->qtcb->header.port_handle = zfcp_sdev->port->handle; in zfcp_fsf_fcp_cmnd()
[all …]
Dzfcp_fsf.h287 u32 port_handle; member