Searched defs:ufs_hba_variant_ops (Results 1 – 1 of 1) sorted by relevance
293 struct ufs_hba_variant_ops { struct294 const char *name;295 int (*init)(struct ufs_hba *);296 void (*exit)(struct ufs_hba *);297 u32 (*get_ufs_hci_version)(struct ufs_hba *);298 int (*clk_scale_notify)(struct ufs_hba *, bool,300 int (*setup_clocks)(struct ufs_hba *, bool,302 int (*setup_regulators)(struct ufs_hba *, bool);303 int (*hce_enable_notify)(struct ufs_hba *,305 int (*link_startup_notify)(struct ufs_hba *,[all …]