Searched defs:ufs_hba_variant_ops (Results 1 – 1 of 1) sorted by relevance
332 struct ufs_hba_variant_ops { struct333 const char *name;334 int (*init)(struct ufs_hba *);335 void (*exit)(struct ufs_hba *);336 u32 (*get_ufs_hci_version)(struct ufs_hba *);337 int (*clk_scale_notify)(struct ufs_hba *, bool,339 int (*setup_clocks)(struct ufs_hba *, bool,341 int (*hce_enable_notify)(struct ufs_hba *,343 int (*link_startup_notify)(struct ufs_hba *,345 int (*pwr_change_notify)(struct ufs_hba *,[all …]