Searched refs:DEVPATH (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/ |
H A D | fw_fallback.sh | 160 DEVPATH="$DIR"/"nope-$NAME"/loading 169 if [ ! -f $DEVPATH ]; then 172 echo "The file never appeared: $DEVPATH"
|
/kernel/linux/linux-6.6/tools/testing/selftests/firmware/ |
H A D | fw_fallback.sh | 160 DEVPATH="$DIR"/"nope-$NAME"/loading 169 if [ ! -f $DEVPATH ]; then 172 echo "The file never appeared: $DEVPATH"
|
/kernel/linux/linux-5.10/tools/testing/selftests/dmabuf-heaps/ |
H A D | dmabuf-heap.c | 20 #define DEVPATH "/dev/dma_heap" macro 93 ret = snprintf(buf, 256, "%s/%s", DEVPATH, name); in dmabuf_heap_open() 370 d = opendir(DEVPATH); in main() 372 printf("No %s directory?\n", DEVPATH); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/dmabuf-heaps/ |
H A D | dmabuf-heap.c | 19 #define DEVPATH "/dev/dma_heap" macro 92 ret = snprintf(buf, 256, "%s/%s", DEVPATH, name); in dmabuf_heap_open() 448 d = opendir(DEVPATH); in main() 450 printf("No %s directory?\n", DEVPATH); in main()
|
Completed in 3 milliseconds