Home
last modified time | relevance | path

Searched refs:sysfs (Results 1 – 18 of 18) sorted by relevance

/hardware/google/graphics/zuma/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp27 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/
Dgenfs_contexts1 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
Dfile.te1 # sysfs
/hardware/google/pixel-sepolicy/common/vendor/
Dgenfs_contexts1 genfscon sysfs /bus/iio/devices u:object_r:sysfs_iio_devices:s0
/hardware/google/pixel-sepolicy/sscoredump/
Dgenfs_contexts1 genfscon sysfs /class/sscoredump/level u:object_r:sysfs_sscoredump_level:s0
Dfile.te5 # sysfs
/hardware/google/pixel-sepolicy/wifi_sniffer/
Dgenfs_contexts1 genfscon sysfs /module/wlan/parameters/con_mode u:object_r:sysfs_wifi_conmode:s0
/hardware/google/pixel-sepolicy/rebalance_interrupts/
Dgenfs_contexts1 genfscon sysfs /kernel/irq u:object_r:sysfs_irq:s0
/hardware/google/pixel-sepolicy/mm/
Dgenfs_contexts2 genfscon sysfs /kernel/fastrpc/total_dma_kb u:object_r:sysfs_fastrpc:s0
/hardware/google/pixel-sepolicy/pixelstats/
Dgenfs_contexts2 genfscon sysfs /kernel/pixel_stat u:object_r:sysfs_pixel_sta…
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
Dread_device_node.c225 char sysfs[100]; in main() local
251 inv_get_sysfs_path(sysfs); in main()
/hardware/google/pixel/common/
Dinit.pixel.rc23 # by writing a sysfs file; and the file will be read by kernel.
/hardware/google/pixel-sepolicy/power-libperfmgr/
Dhal_power_default.te31 # Allow read/write thermal sysfs and property
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp469 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/
Dstress_iio.c929 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/
Dmpu_iio.c584 char sysfs[100]; in main() local
592 inv_get_sysfs_path(sysfs); in main()
/hardware/interfaces/health/1.0/
Dtypes.hal83 * power_supply sysfs attribute file paths. Set these to specific paths
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp1697 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()