Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h73449 struct regulator_dev { struct
73450 const struct regulator_desc *desc;
73451 int exclusive;
73452 u32 use_count;
73453 u32 open_count;
73454 u32 bypass_count;
73455 struct list_head list;
73456 struct list_head consumer_list;
73457 struct coupling_desc coupling_desc;
73458 struct blocking_notifier_head notifier;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h83631 struct regulator_dev { struct
83632 const struct regulator_desc *desc;
83633 int exclusive;
83634 u32 use_count;
83635 u32 open_count;
83636 u32 bypass_count;
83637 struct list_head list;
83638 struct list_head consumer_list;
83639 struct coupling_desc coupling_desc;
83640 struct blocking_notifier_head notifier;
[all …]