Lines Matching refs:pm8001_device

358 	struct pm8001_device *pm8001_dev;  in pm8001_task_exec()
527 struct pm8001_device *pm8001_alloc_dev(struct pm8001_hba_info *pm8001_ha) in pm8001_alloc_dev()
547 struct pm8001_device *pm8001_find_dev(struct pm8001_hba_info *pm8001_ha, in pm8001_find_dev()
562 static void pm8001_free_dev(struct pm8001_device *pm8001_dev) in pm8001_free_dev()
590 struct pm8001_device *pm8001_device; in pm8001_dev_found_notify() local
596 pm8001_device = pm8001_alloc_dev(pm8001_ha); in pm8001_dev_found_notify()
597 if (!pm8001_device) { in pm8001_dev_found_notify()
601 pm8001_device->sas_device = dev; in pm8001_dev_found_notify()
602 dev->lldd_dev = pm8001_device; in pm8001_dev_found_notify()
603 pm8001_device->dev_type = dev->dev_type; in pm8001_dev_found_notify()
604 pm8001_device->dcompletion = &completion; in pm8001_dev_found_notify()
613 pm8001_device->attached_phy = phy_id; in pm8001_dev_found_notify()
626 pm8001_device->attached_phy = in pm8001_dev_found_notify()
632 PM8001_CHIP_DISP->reg_dev_req(pm8001_ha, pm8001_device, flag); in pm8001_dev_found_notify()
682 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_exec_internal_tmf_task()
765 struct pm8001_device *pm8001_dev, struct domain_device *dev, u32 flag, in pm8001_exec_internal_task_abort()
846 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_dev_gone_notify()
893 struct pm8001_device *device_to_close) in pm8001_open_reject_retry()
906 struct pm8001_device *pm8001_dev; in pm8001_open_reject_retry()
967 struct pm8001_device *pm8001_dev; in pm8001_I_T_nexus_reset()
1018 struct pm8001_device *pm8001_dev; in pm8001_I_T_nexus_event_handler()
1082 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_lu_reset()
1165 struct pm8001_device *pm8001_dev; in pm8001_abort_task()
1257 struct pm8001_device *pm8001_dev = dev->lldd_dev; in pm8001_clear_task_set()