port_handle       924 drivers/ata/libata-acpi.c 	acpi_handle port_handle;
port_handle       926 drivers/ata/libata-acpi.c 	port_handle = ACPI_HANDLE(&ap->tdev);
port_handle       927 drivers/ata/libata-acpi.c 	if (!port_handle)
port_handle       933 drivers/ata/libata-acpi.c 		acpi_bus_set_power(port_handle, ACPI_STATE_D0);
port_handle       945 drivers/ata/libata-acpi.c 		acpi_bus_set_power(port_handle, ACPI_STATE_D3_COLD);
port_handle        90 drivers/s390/scsi/zfcp_dbf.c 	rec->u.res.port_handle = q_head->port_handle;
port_handle       140 drivers/s390/scsi/zfcp_dbf.h 	u32 port_handle;
port_handle       938 drivers/s390/scsi/zfcp_fsf.c 	req->qtcb->header.port_handle = zfcp_sdev->port->handle;
port_handle      1119 drivers/s390/scsi/zfcp_fsf.c 	req->qtcb->header.port_handle = wka_port->handle;
port_handle      1455 drivers/s390/scsi/zfcp_fsf.c 		port->handle = header->port_handle;
port_handle      1587 drivers/s390/scsi/zfcp_fsf.c 	req->qtcb->header.port_handle = erp_action->port->handle;
port_handle      1622 drivers/s390/scsi/zfcp_fsf.c 		wka_port->handle = header->port_handle;
port_handle      1720 drivers/s390/scsi/zfcp_fsf.c 	req->qtcb->header.port_handle = wka_port->handle;
port_handle      1813 drivers/s390/scsi/zfcp_fsf.c 	req->qtcb->header.port_handle = erp_action->port->handle;
port_handle      1932 drivers/s390/scsi/zfcp_fsf.c 	req->qtcb->header.port_handle = erp_action->port->handle;
port_handle      2024 drivers/s390/scsi/zfcp_fsf.c 	req->qtcb->header.port_handle = erp_action->port->handle;
port_handle      2310 drivers/s390/scsi/zfcp_fsf.c 	req->qtcb->header.port_handle = zfcp_sdev->port->handle;
port_handle      2414 drivers/s390/scsi/zfcp_fsf.c 	req->qtcb->header.port_handle = zfcp_sdev->port->handle;
port_handle       289 drivers/s390/scsi/zfcp_fsf.h 	u32 port_handle;
port_handle       233 drivers/s390/scsi/zfcp_scsi.c 	u32 port_handle;
port_handle       248 drivers/s390/scsi/zfcp_scsi.c 	if (old_req->qtcb->header.port_handle != filter->port_handle)
port_handle       264 drivers/s390/scsi/zfcp_scsi.c 		.port_handle = zsdev->port->handle,
port_handle       162 drivers/staging/vc04_services/bcm2835-camera/mmal-msg.h 	u32 port_handle;	/* Handle to use for this port */
port_handle       187 drivers/staging/vc04_services/bcm2835-camera/mmal-msg.h 	u32 port_handle;	/* Handle to use for this port */
port_handle       197 drivers/staging/vc04_services/bcm2835-camera/mmal-msg.h 	u32 port_handle;
port_handle       205 drivers/staging/vc04_services/bcm2835-camera/mmal-msg.h 	u32 port_handle;
port_handle       259 drivers/staging/vc04_services/bcm2835-camera/mmal-msg.h 	u32 port_handle;
port_handle       318 drivers/staging/vc04_services/bcm2835-camera/mmal-msg.h 	u32 port_handle;	/* port */
port_handle       334 drivers/staging/vc04_services/bcm2835-camera/mmal-msg.h 	u32 port_handle;	/* port */
port_handle       405 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.u.buffer_from_host.drvbuf.port_handle = port->handle;
port_handle       861 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	port->handle = rmsg->u.port_info_get_reply.port_handle;
port_handle      1108 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.u.port_action_port.port_handle = port->handle;
port_handle      1153 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.u.port_action_handle.port_handle = port->handle;
port_handle      1198 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.u.port_parameter_set.port_handle = port->handle;
port_handle      1239 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.c 	m.u.port_parameter_get.port_handle = port->handle;
port_handle        28 drivers/usb/core/usb-acpi.c 	acpi_handle port_handle;
port_handle        31 drivers/usb/core/usb-acpi.c 	port_handle = usb_get_hub_port_acpi_handle(hdev,
port_handle        33 drivers/usb/core/usb-acpi.c 	if (port_handle)
port_handle        34 drivers/usb/core/usb-acpi.c 		return acpi_bus_power_manageable(port_handle);
port_handle        56 drivers/usb/core/usb-acpi.c 	acpi_handle port_handle;
port_handle        65 drivers/usb/core/usb-acpi.c 	port_handle = (acpi_handle) usb_get_hub_port_acpi_handle(hdev, port1);
port_handle        66 drivers/usb/core/usb-acpi.c 	if (!port_handle)
port_handle        74 drivers/usb/core/usb-acpi.c 	error = acpi_bus_set_power(port_handle, state);