Searched defs:ufs_hba_variant_ops (Results 1 – 1 of 1) sorted by relevance
338 struct ufs_hba_variant_ops { struct339 const char *name;340 int max_num_rtt;341 int (*init)(struct ufs_hba *);342 void (*exit)(struct ufs_hba *);343 u32 (*get_ufs_hci_version)(struct ufs_hba *);344 int (*clk_scale_notify)(struct ufs_hba *, bool,346 int (*setup_clocks)(struct ufs_hba *, bool,348 int (*hce_enable_notify)(struct ufs_hba *,350 int (*link_startup_notify)(struct ufs_hba *,[all …]