2020-08-06 04:08:04 -04:00
|
|
|
type ir_dev_file, file_type;
|
2021-04-17 13:30:26 -04:00
|
|
|
type public_adsprpcd_file, file_type;
|
|
|
|
type sysfs_fingerprint, fs_type, sysfs_type;
|
|
|
|
type sysfs_touchpanel, fs_type, sysfs_type;
|
2020-08-06 04:08:04 -04:00
|
|
|
type thermal_data_file, file_type, data_file_type;
|
2019-08-13 12:38:26 -04:00
|
|
|
type sysfs_info, fs_type, sysfs_type;
|
2019-04-09 22:41:54 -04:00
|
|
|
|
2021-04-17 13:30:26 -04:00
|
|
|
# DeviceSettings
|
|
|
|
type sysfs_fpsinfo, sysfs_type, fs_type;
|
|
|
|
type sysfs_headphonegain, sysfs_type, fs_type;
|
|
|
|
type sysfs_micgain, sysfs_type, fs_type;
|
2021-07-22 02:30:35 -04:00
|
|
|
type sysfs_earpiecegain, sysfs_type, fs_type;
|
2019-04-09 22:41:54 -04:00
|
|
|
|
2021-06-27 12:45:59 -04:00
|
|
|
# HVDCP
|
|
|
|
type vendor_sysfs_hvdcp, fs_type, sysfs_type;
|
|
|
|
|
2022-03-15 03:21:14 -04:00
|
|
|
# Hall Switch
|
|
|
|
type hall_dev, sysfs_type, fs_type;
|
|
|
|
|
2019-07-20 06:16:00 -04:00
|
|
|
# Kcal
|
|
|
|
type kcal_dev, sysfs_type, fs_type;
|
|
|
|
|
2021-02-22 19:50:07 -05:00
|
|
|
# Sockets
|
|
|
|
type audio_socket, file_type;
|
2021-07-25 01:25:15 -04:00
|
|
|
|
|
|
|
# Battery Saver
|
|
|
|
type sysfs_battery_saver, fs_type, sysfs_type;
|
2021-11-04 11:38:20 -04:00
|
|
|
|
|
|
|
# PowerHAL
|
|
|
|
type proc_sched_energy_aware, proc_type, fs_type;
|
|
|
|
|
2022-11-20 08:48:06 -05:00
|
|
|
type debugfs_sched_features, debugfs_type, fs_type;
|
|
|
|
type debugfs_wlan, debugfs_type, fs_type;
|
|
|
|
type proc_sysctl_schedboost, proc_type, fs_type;
|
|
|
|
type sysfs_msm_subsys, sysfs_type, fs_type;
|
|
|
|
type sysfs_rpm, sysfs_type, fs_type;
|
|
|
|
type sysfs_system_sleep_stats, sysfs_type, fs_type;
|