Home
last modified time | relevance | path

Searched defs:ufs_hba_variant_ops (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/include/ufs/
Dufshcd.h297 struct ufs_hba_variant_ops { struct
298 const char *name;
299 int (*init)(struct ufs_hba *);
300 void (*exit)(struct ufs_hba *);
301 u32 (*get_ufs_hci_version)(struct ufs_hba *);
302 int (*clk_scale_notify)(struct ufs_hba *, bool,
304 int (*setup_clocks)(struct ufs_hba *, bool,
306 int (*hce_enable_notify)(struct ufs_hba *,
308 int (*link_startup_notify)(struct ufs_hba *,
310 int (*pwr_change_notify)(struct ufs_hba *,
[all …]