Searched defs:ufs_hba_variant_ops (Results 1 – 1 of 1) sorted by relevance
340 struct ufs_hba_variant_ops { struct341 const char *name;342 int max_num_rtt;343 int (*init)(struct ufs_hba *);344 void (*exit)(struct ufs_hba *);345 u32 (*get_ufs_hci_version)(struct ufs_hba *);346 int (*set_dma_mask)(struct ufs_hba *);347 int (*clk_scale_notify)(struct ufs_hba *, bool,349 int (*setup_clocks)(struct ufs_hba *, bool,351 int (*hce_enable_notify)(struct ufs_hba *,[all …]