Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h107588 struct ufs_clk_gating { struct
107589 struct delayed_work gate_work;
107590 struct work_struct ungate_work;
107591 enum clk_gating_state state;
107592 unsigned long delay_ms;
107593 bool is_suspended;
107594 struct device_attribute delay_attr;
107595 struct device_attribute enable_attr;
107596 bool is_enabled;
107597 bool is_initialized;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h117454 struct ufs_clk_gating { struct
117455 struct delayed_work gate_work;
117456 struct work_struct ungate_work;
117457 enum clk_gating_state state;
117458 unsigned long delay_ms;
117459 bool is_suspended;
117460 struct device_attribute delay_attr;
117461 struct device_attribute enable_attr;
117462 bool is_enabled;
117463 bool is_initialized;
[all …]