Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h73944 struct reset_controller_dev rc_dev; member
100562 struct rc_dev { struct
100563 struct device dev;
100564 bool managed_alloc;
100565 const struct attribute_group *sysfs_groups[5];
100566 const char *device_name;
100567 const char *input_phys;
100568 struct input_id input_id;
100569 const char *driver_name;
100570 const char *map_name;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h110420 struct rc_dev { struct
110421 struct device dev;
110422 bool managed_alloc;
110423 const struct attribute_group *sysfs_groups[5];
110424 const char *device_name;
110425 const char *input_phys;
110426 struct input_id input_id;
110427 const char *driver_name;
110428 const char *map_name;
110429 struct rc_map rc_map;
[all …]