Searched defs:pm8001_dispatch (Results 1 – 1 of 1) sorted by relevance
176 struct pm8001_dispatch { struct177 char *name;178 int (*chip_init)(struct pm8001_hba_info *pm8001_ha);180 void (*chip_rst)(struct pm8001_hba_info *pm8001_ha);181 int (*chip_ioremap)(struct pm8001_hba_info *pm8001_ha);189 int (*smp_req)(struct pm8001_hba_info *pm8001_ha,191 int (*ssp_io_req)(struct pm8001_hba_info *pm8001_ha,193 int (*sata_req)(struct pm8001_hba_info *pm8001_ha,197 int (*reg_dev_req)(struct pm8001_hba_info *pm8001_ha,200 int (*phy_ctl_req)(struct pm8001_hba_info *pm8001_ha,[all …]
Completed in 9 milliseconds