Searched defs:ufs_hba_variant_ops (Results 1 – 1 of 1) sorted by relevance
262 struct ufs_hba_variant_ops { struct263 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 *,[all …]