Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h107863 struct ufs_hba_variant_ops { struct
107864 const char *name;
107865 int (*init)(struct ufs_hba *);
107866 void (*exit)(struct ufs_hba *);
107867 u32 (*get_ufs_hci_version)(struct ufs_hba *);
107868 int (*clk_scale_notify)(struct ufs_hba *, bool, enum ufs_notify_change_status);
107869 int (*setup_clocks)(struct ufs_hba *, bool, enum ufs_notify_change_status);
107870 int (*hce_enable_notify)(struct ufs_hba *, enum ufs_notify_change_status);
107871 int (*link_startup_notify)(struct ufs_hba *, enum ufs_notify_change_status);
107872 … ufs_hba *, enum ufs_notify_change_status, struct ufs_pa_layer_attr *, struct ufs_pa_layer_attr *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h117729 struct ufs_hba_variant_ops { struct
117730 const char *name;
117731 int (*init)(struct ufs_hba *);
117732 void (*exit)(struct ufs_hba *);
117733 u32 (*get_ufs_hci_version)(struct ufs_hba *);
117734 int (*clk_scale_notify)(struct ufs_hba *, bool, enum ufs_notify_change_status);
117735 int (*setup_clocks)(struct ufs_hba *, bool, enum ufs_notify_change_status);
117736 int (*hce_enable_notify)(struct ufs_hba *, enum ufs_notify_change_status);
117737 int (*link_startup_notify)(struct ufs_hba *, enum ufs_notify_change_status);
117738 … ufs_hba *, enum ufs_notify_change_status, struct ufs_pa_layer_attr *, struct ufs_pa_layer_attr *);
[all …]