Searched refs:sysfs (Results 1 – 18 of 18) sorted by relevance
/hardware/google/graphics/zuma/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterfaceModule.cpp | 27 const std::string& sysfs = display->getPanelSysfsPath(); in ExynosPrimaryDisplayDrmInterfaceModule() local 30 if (sysfs.empty()) { in ExynosPrimaryDisplayDrmInterfaceModule() 34 if (readLineFromFile(sysfs + "/panel_model", panelModel, '\n') != OK) { in ExynosPrimaryDisplayDrmInterfaceModule()
|
/hardware/google/pixel-sepolicy/debugpolicy/ |
D | genfs_contexts | 1 genfscon sysfs /firmware/devicetree/base/dpm/variant u:object_r:sysfs_dpm:s0 2 genfscon sysfs /firmware/devicetree/base/dpm/version u:object_r:sysfs_dpm:s0
|
D | file.te | 1 # sysfs
|
/hardware/google/pixel-sepolicy/common/vendor/ |
D | genfs_contexts | 1 genfscon sysfs /bus/iio/devices u:object_r:sysfs_iio_devices:s0
|
/hardware/google/pixel-sepolicy/sscoredump/ |
D | genfs_contexts | 1 genfscon sysfs /class/sscoredump/level u:object_r:sysfs_sscoredump_level:s0
|
D | file.te | 5 # sysfs
|
/hardware/google/pixel-sepolicy/wifi_sniffer/ |
D | genfs_contexts | 1 genfscon sysfs /module/wlan/parameters/con_mode u:object_r:sysfs_wifi_conmode:s0
|
/hardware/google/pixel-sepolicy/rebalance_interrupts/ |
D | genfs_contexts | 1 genfscon sysfs /kernel/irq u:object_r:sysfs_irq:s0
|
/hardware/google/pixel-sepolicy/mm/ |
D | genfs_contexts | 2 genfscon sysfs /kernel/fastrpc/total_dma_kb u:object_r:sysfs_fastrpc:s0
|
/hardware/google/pixel-sepolicy/pixelstats/ |
D | genfs_contexts | 2 genfscon sysfs /kernel/pixel_stat u:object_r:sysfs_pixel_sta…
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
D | read_device_node.c | 225 char sysfs[100]; in main() local 251 inv_get_sysfs_path(sysfs); in main()
|
/hardware/google/pixel/common/ |
D | init.pixel.rc | 23 # by writing a sysfs file; and the file will be read by kernel.
|
/hardware/google/pixel-sepolicy/power-libperfmgr/ |
D | hal_power_default.te | 31 # Allow read/write thermal sysfs and property
|
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterfaceModule.cpp | 469 const std::string& sysfs = display->getPanelSysfsPath(); in GetPanelInfo() local 471 if (sysfs.empty()) { in GetPanelInfo() 476 if (readLineFromFile(sysfs + "/" + sysfs_rel, info, delim) != OK) { in GetPanelInfo() 477 ALOGE("failed reading %s/%s", sysfs.c_str(), sysfs_rel.c_str()); in GetPanelInfo()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | stress_iio.c | 929 char sysfs[100]; in main() local 961 inv_get_sysfs_path(sysfs); in main() 962 printf("sss:::%s\n", sysfs); in main()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
D | mpu_iio.c | 584 char sysfs[100]; in main() local 592 inv_get_sysfs_path(sysfs); in main()
|
/hardware/interfaces/health/1.0/ |
D | types.hal | 83 * power_supply sysfs attribute file paths. Set these to specific paths
|
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplay.cpp | 1697 const std::string& sysfs = getPanelSysfsPath(); in getPanelName() local 1698 if (!sysfs.empty()) { in getPanelName() 1700 if (readLineFromFile(sysfs + "/" + sysfs_rel, mPanelName, '\n') != OK) { in getPanelName() 1701 ALOGE("failed reading %s/%s", sysfs.c_str(), sysfs_rel.c_str()); in getPanelName()
|