Searched refs:domain_dev (Results 1 – 7 of 7) sorted by relevance
547 struct device *domain_dev; in pvr_power_domains_init() local550 domain_dev = dev_pm_domain_attach_by_name(dev, dev_name); in pvr_power_domains_init()551 if (IS_ERR_OR_NULL(domain_dev)) { in pvr_power_domains_init()552 err = domain_dev ? PTR_ERR(domain_dev) : -ENODEV; in pvr_power_domains_init()556 domain_devs[i] = domain_dev; in pvr_power_domains_init()
94 struct domain_device *domain_dev; member143 void isci_remote_device_gone(struct domain_device *domain_dev);144 int isci_remote_device_found(struct domain_device *domain_dev);
117 struct domain_device *dev = idev->domain_dev; in sci_remote_node_context_construct_buffer()236 struct domain_device *dev = idev->domain_dev; in sci_remote_node_context_validate_context_buffer()309 dev = idev->domain_dev; in sci_remote_node_context_resuming_state_enter()379 if (dev_is_sata(idev->domain_dev)) in sci_remote_node_context_await_suspend_state_exit()711 struct domain_device *dev = idev->domain_dev; in sci_remote_node_context_resume()
1042 struct domain_device *dev = idev->domain_dev; in sci_remote_device_ready_state_enter()1055 struct domain_device *dev = idev->domain_dev; in sci_remote_device_ready_state_exit()1268 struct domain_device *dev = idev->domain_dev; in sci_remote_device_ea_construct()1434 struct domain_device *dev = idev->domain_dev; in isci_remote_device_construct()1495 idev->domain_dev = NULL; in isci_remote_device_release()1523 idev->domain_dev->lldd_dev = NULL; /* disable new lookups */ in isci_remote_device_stop()1590 isci_device->domain_dev = dev; in isci_remote_device_found()1656 if (dev_is_sata(idev->domain_dev)) { in isci_dev_set_hang_detection_timeout()
343 return dev_to_ihost(idev->domain_dev); in idev_to_ihost()362 struct domain_device *dev = idev->domain_dev; in sci_remote_device_node_count()
668 struct domain_device *dev = ireq->target_device->domain_dev; in sci_io_request_construct_sata()1642 struct ata_device *dev = sas_to_ata_dev(ireq->target_device->domain_dev); in scu_atapi_reconstruct_raw_frame_task_context()1659 struct ata_device *dev = sas_to_ata_dev(ireq->target_device->domain_dev); in scu_atapi_construct_task_context()2954 struct domain_device *dev = ireq->target_device->domain_dev; in sci_request_started_state_enter()3080 struct domain_device *dev = idev->domain_dev; in sci_io_request_construct()3107 struct domain_device *dev = idev->domain_dev; in sci_task_request_construct()
223 dev = idev->domain_dev; in isci_task_request_build()
Completed in 18 milliseconds