Lines Matching refs:pm8001_device

384 	struct pm8001_device *pm8001_dev;  in pm8001_task_exec()
560 static struct pm8001_device *pm8001_alloc_dev(struct pm8001_hba_info *pm8001_ha) in pm8001_alloc_dev()
581 struct pm8001_device *pm8001_find_dev(struct pm8001_hba_info *pm8001_ha, in pm8001_find_dev()
596 static void pm8001_free_dev(struct pm8001_device *pm8001_dev) in pm8001_free_dev()
624 struct pm8001_device *pm8001_device; in pm8001_dev_found_notify() local
630 pm8001_device = pm8001_alloc_dev(pm8001_ha); in pm8001_dev_found_notify()
631 if (!pm8001_device) { in pm8001_dev_found_notify()
635 pm8001_device->sas_device = dev; in pm8001_dev_found_notify()
636 dev->lldd_dev = pm8001_device; in pm8001_dev_found_notify()
637 pm8001_device->dev_type = dev->dev_type; in pm8001_dev_found_notify()
638 pm8001_device->dcompletion = &completion; in pm8001_dev_found_notify()
647 pm8001_device->attached_phy = phy_id; in pm8001_dev_found_notify()
660 pm8001_device->attached_phy = in pm8001_dev_found_notify()
666 PM8001_CHIP_DISP->reg_dev_req(pm8001_ha, pm8001_device, flag); in pm8001_dev_found_notify()
717 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_exec_internal_tmf_task()
799 struct pm8001_device *pm8001_dev, struct domain_device *dev, u32 flag, in pm8001_exec_internal_task_abort()
879 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_dev_gone_notify()
928 struct pm8001_device *device_to_close) in pm8001_open_reject_retry()
941 struct pm8001_device *pm8001_dev; in pm8001_open_reject_retry()
1003 struct pm8001_device *pm8001_dev; in pm8001_I_T_nexus_reset()
1054 struct pm8001_device *pm8001_dev; in pm8001_I_T_nexus_event_handler()
1116 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_lu_reset()
1197 struct pm8001_device *pm8001_dev; in pm8001_abort_task()
1355 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_clear_task_set()