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