Lines Matching refs:pm8001_device

383 	struct pm8001_device *pm8001_dev;  in pm8001_task_exec()
559 static struct pm8001_device *pm8001_alloc_dev(struct pm8001_hba_info *pm8001_ha) in pm8001_alloc_dev()
579 struct pm8001_device *pm8001_find_dev(struct pm8001_hba_info *pm8001_ha, in pm8001_find_dev()
594 static void pm8001_free_dev(struct pm8001_device *pm8001_dev) in pm8001_free_dev()
622 struct pm8001_device *pm8001_device; in pm8001_dev_found_notify() local
628 pm8001_device = pm8001_alloc_dev(pm8001_ha); in pm8001_dev_found_notify()
629 if (!pm8001_device) { in pm8001_dev_found_notify()
633 pm8001_device->sas_device = dev; in pm8001_dev_found_notify()
634 dev->lldd_dev = pm8001_device; in pm8001_dev_found_notify()
635 pm8001_device->dev_type = dev->dev_type; in pm8001_dev_found_notify()
636 pm8001_device->dcompletion = &completion; in pm8001_dev_found_notify()
645 pm8001_device->attached_phy = phy_id; in pm8001_dev_found_notify()
658 pm8001_device->attached_phy = in pm8001_dev_found_notify()
664 PM8001_CHIP_DISP->reg_dev_req(pm8001_ha, pm8001_device, flag); in pm8001_dev_found_notify()
715 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_exec_internal_tmf_task()
797 struct pm8001_device *pm8001_dev, struct domain_device *dev, u32 flag, in pm8001_exec_internal_task_abort()
877 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_dev_gone_notify()
926 struct pm8001_device *device_to_close) in pm8001_open_reject_retry()
939 struct pm8001_device *pm8001_dev; in pm8001_open_reject_retry()
1000 struct pm8001_device *pm8001_dev; in pm8001_I_T_nexus_reset()
1051 struct pm8001_device *pm8001_dev; in pm8001_I_T_nexus_event_handler()
1113 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_lu_reset()
1194 struct pm8001_device *pm8001_dev; in pm8001_abort_task()
1328 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_clear_task_set()