1
2
3
4
5
6
7
8
9
10
11
12
|
type fpc_data_file, file_type;
type fpc_images_file, file_type;
type sysfs_fpc_irq, sysfs_type, fs_type;
type sysfs_fpc_proximity, sysfs_type, fs_type;
type sysfs_fpc_utouch_disable, fs_type, sysfs_type;
type proc_touchpanel, fs_type;
type nv_data_file, file_type;
type proc_stat, fs_type;
type debugfs_msm_core, debugfs_type, fs_type;
type debugfs_rmts, debugfs_type, fs_type;
type thermal_data_file, file_type;
type netmgrd_data_file, file_type;
|