Home
last modified time | relevance | path

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

/linux-6.1.9/include/ufs/
Dufshcd.h301 struct ufs_hba_variant_ops { struct
302 const char *name;
303 int (*init)(struct ufs_hba *);
304 void (*exit)(struct ufs_hba *);
305 u32 (*get_ufs_hci_version)(struct ufs_hba *);
306 int (*clk_scale_notify)(struct ufs_hba *, bool,
308 int (*setup_clocks)(struct ufs_hba *, bool,
310 int (*hce_enable_notify)(struct ufs_hba *,
312 int (*link_startup_notify)(struct ufs_hba *,
314 int (*pwr_change_notify)(struct ufs_hba *,
[all …]