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