Lines Matching defs:ufs_hba_variant_ops
266 struct ufs_hba_variant_ops { struct
267 const char *name;
268 int (*init)(struct ufs_hba *);
269 void (*exit)(struct ufs_hba *);
270 u32 (*get_ufs_hci_version)(struct ufs_hba *);
271 int (*clk_scale_notify)(struct ufs_hba *, bool,
273 int (*setup_clocks)(struct ufs_hba *, bool);
274 int (*setup_regulators)(struct ufs_hba *, bool);
275 int (*hce_enable_notify)(struct ufs_hba *,
277 int (*link_startup_notify)(struct ufs_hba *,
279 int (*pwr_change_notify)(struct ufs_hba *,
283 int (*suspend)(struct ufs_hba *, enum ufs_pm_op);
284 int (*resume)(struct ufs_hba *, enum ufs_pm_op);
285 void (*dbg_register_dump)(struct ufs_hba *hba);