Searched defs:rtc_device (Results  1 – 12 of 12) sorted by relevance
| /system/sepolicy/microdroid/system/public/ | 
| D | device.te | 22 type rtc_device, dev_type;  type
 | 
| /system/sepolicy/prebuilts/api/29.0/public/ | 
| D | device.te | 17 type rtc_device, dev_type;  type
 | 
| /system/sepolicy/prebuilts/api/30.0/public/ | 
| D | device.te | 18 type rtc_device, dev_type;  type
 | 
| /system/sepolicy/prebuilts/api/32.0/public/ | 
| D | device.te | 19 type rtc_device, dev_type;  type
 | 
| /system/sepolicy/prebuilts/api/31.0/public/ | 
| D | device.te | 19 type rtc_device, dev_type;  type
 | 
| /system/sepolicy/prebuilts/api/33.0/public/ | 
| D | device.te | 19 type rtc_device, dev_type;  type
 | 
| /system/sepolicy/prebuilts/api/34.0/public/ | 
| D | device.te | 22 type rtc_device, dev_type;  type
 | 
| /system/sepolicy/prebuilts/api/202404/public/ | 
| D | device.te | 22 type rtc_device, dev_type;  type
 | 
| /system/sepolicy/prebuilts/api/202504/public/ | 
| D | device.te | 22 type rtc_device, dev_type;  type
 | 
| /system/sepolicy/public/ | 
| D | device.te | 22 type rtc_device, dev_type;  type
 | 
| /system/bpf/include/vmlinux/android15_6.6/arm64/ | 
| D | vmlinux.h | 26961 struct rtc_device {  struct26962 	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/ | 
| D | vmlinux.h | 36955 struct rtc_device {  struct36956 	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 …]
 
 |