Lines Matching defs:pm8001_dispatch
173 struct pm8001_dispatch { struct
174 char *name;
175 int (*chip_init)(struct pm8001_hba_info *pm8001_ha);
176 void (*chip_post_init)(struct pm8001_hba_info *pm8001_ha);
177 int (*chip_soft_rst)(struct pm8001_hba_info *pm8001_ha);
178 void (*chip_rst)(struct pm8001_hba_info *pm8001_ha);
179 int (*chip_ioremap)(struct pm8001_hba_info *pm8001_ha);
180 void (*chip_iounmap)(struct pm8001_hba_info *pm8001_ha);
181 irqreturn_t (*isr)(struct pm8001_hba_info *pm8001_ha, u8 vec);
182 u32 (*is_our_interrupt)(struct pm8001_hba_info *pm8001_ha);
183 int (*isr_process_oq)(struct pm8001_hba_info *pm8001_ha, u8 vec);
184 void (*interrupt_enable)(struct pm8001_hba_info *pm8001_ha, u8 vec);
185 void (*interrupt_disable)(struct pm8001_hba_info *pm8001_ha, u8 vec);
186 void (*make_prd)(struct scatterlist *scatter, int nr, void *prd);
187 int (*smp_req)(struct pm8001_hba_info *pm8001_ha,
189 int (*ssp_io_req)(struct pm8001_hba_info *pm8001_ha,
191 int (*sata_req)(struct pm8001_hba_info *pm8001_ha,
193 int (*phy_start_req)(struct pm8001_hba_info *pm8001_ha, u8 phy_id);
194 int (*phy_stop_req)(struct pm8001_hba_info *pm8001_ha, u8 phy_id);
195 int (*reg_dev_req)(struct pm8001_hba_info *pm8001_ha,
197 int (*dereg_dev_req)(struct pm8001_hba_info *pm8001_ha, u32 device_id);
198 int (*phy_ctl_req)(struct pm8001_hba_info *pm8001_ha,
200 int (*task_abort)(struct pm8001_hba_info *pm8001_ha,
224 const struct pm8001_dispatch *dispatch; argument