Searched refs:DEV_NODE (Results 1 – 4 of 4) sorted by relevance
/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | get_pwr_stats.c | 18 #define DEV_NODE "/dev/iaxxx-module-celldrv" macro 81 if((pwr->dev_node = fopen(DEV_NODE, "r")) == NULL) { in main() 83 __func__, DEV_NODE, strerror(errno)); in main() 85 …fprintf(stderr, "%s: ERROR file %s open for write error: %s\n", __func__, DEV_NODE, strerror(errno… in main()
|
D | crash_trigger_test.c | 34 #define DEV_NODE "/dev/iaxxx-module-celldrv" macro 113 if((smd->dev_node = fopen(DEV_NODE, "rw")) == NULL) { in main() 115 __func__, DEV_NODE, strerror(errno)); in main()
|
D | sensor_param_test.c | 33 #define DEV_NODE "/dev/iaxxx-module-celldrv" macro 183 if((smd->dev_node = fopen(DEV_NODE, "rw")) == NULL) { in main() 184 ALOGE("%s: ERROR file %s open for write error: %s\n", __func__, DEV_NODE, strerror(errno)); in main()
|
/hardware/knowles/athletico/sound_trigger_hal/ |
D | iaxxx_odsp_hw.c | 28 #define DEV_NODE "/dev/iaxxx-odsp-celldrv" macro 60 ioh->dev_node = fopen(DEV_NODE, "rw"); in iaxxx_odsp_init() 62 ALOGE("%s: ERROR: Failed to open %s", __func__, DEV_NODE); in iaxxx_odsp_init()
|