Home
last modified time | relevance | path

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

/system/sepolicy/microdroid/system/public/
Ddevice.te22 type rtc_device, dev_type; type
/system/sepolicy/prebuilts/api/29.0/public/
Ddevice.te17 type rtc_device, dev_type; type
/system/sepolicy/prebuilts/api/30.0/public/
Ddevice.te18 type rtc_device, dev_type; type
/system/sepolicy/prebuilts/api/32.0/public/
Ddevice.te19 type rtc_device, dev_type; type
/system/sepolicy/prebuilts/api/31.0/public/
Ddevice.te19 type rtc_device, dev_type; type
/system/sepolicy/prebuilts/api/33.0/public/
Ddevice.te19 type rtc_device, dev_type; type
/system/sepolicy/prebuilts/api/34.0/public/
Ddevice.te22 type rtc_device, dev_type; type
/system/sepolicy/prebuilts/api/202404/public/
Ddevice.te22 type rtc_device, dev_type; type
/system/sepolicy/prebuilts/api/202504/public/
Ddevice.te22 type rtc_device, dev_type; type
/system/sepolicy/public/
Ddevice.te22 type rtc_device, dev_type; type
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h26961 struct rtc_device { struct
26962 struct device dev;
26963 struct module *owner;
26964 int id;
26965 const struct rtc_class_ops *ops;
26966 struct mutex ops_lock;
26967 struct cdev char_dev;
26968 unsigned long flags;
26969 unsigned long irq_data;
26970 spinlock_t irq_lock;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h36955 struct rtc_device { struct
36956 struct device dev;
36957 struct module *owner;
36958 int id;
36959 const struct rtc_class_ops *ops;
36960 struct mutex ops_lock;
36961 struct cdev char_dev;
36962 unsigned long flags;
36963 unsigned long irq_data;
36964 spinlock_t irq_lock;
[all …]