Lines Matching defs:ufs_hba_variant_ops
262 struct ufs_hba_variant_ops { struct
263 const char *name;
264 int (*init)(struct ufs_hba *);
265 void (*exit)(struct ufs_hba *);
266 void (*clk_scale_notify)(struct ufs_hba *);
267 int (*setup_clocks)(struct ufs_hba *, bool);
268 int (*setup_regulators)(struct ufs_hba *, bool);
269 int (*hce_enable_notify)(struct ufs_hba *, bool);
270 int (*link_startup_notify)(struct ufs_hba *, bool);
271 int (*pwr_change_notify)(struct ufs_hba *,
274 int (*suspend)(struct ufs_hba *, enum ufs_pm_op);
275 int (*resume)(struct ufs_hba *, enum ufs_pm_op);