Searched refs:DEVPATH (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/Documentation/firmware_class/ |
D | hotplug-script | 11 echo 1 > /sys/$DEVPATH/loading 12 cat $HOTPLUG_FW_DIR/$FIRMWARE > /sys/$DEVPATH/data 13 echo 0 > /sys/$DEVPATH/loading 15 echo -1 > /sys/$DEVPATH/loading
|
/linux-6.1.9/tools/testing/selftests/firmware/ |
D | fw_fallback.sh | 160 DEVPATH="$DIR"/"nope-$NAME"/loading 169 if [ ! -f $DEVPATH ]; then 172 echo "The file never appeared: $DEVPATH"
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | usb-charger-uevent | 27 DEVPATH=/devices/soc0/usbphynop1 44 DEVPATH=/devices/soc0/usbphynop1
|
D | usb-uevent | 16 DEVPATH=/devices/pci0000:00/0000:00:10.0/usb2
|
/linux-6.1.9/tools/testing/selftests/dmabuf-heaps/ |
D | dmabuf-heap.c | 20 #define DEVPATH "/dev/dma_heap" macro 93 ret = snprintf(buf, 256, "%s/%s", DEVPATH, name); in dmabuf_heap_open() 449 d = opendir(DEVPATH); in main() 451 printf("No %s directory?\n", DEVPATH); in main()
|
/linux-6.1.9/Documentation/admin-guide/device-mapper/ |
D | dm-uevent.rst | 82 DEVPATH=/block/dm-3 99 DEVPATH=/block/dm-3
|
/linux-6.1.9/Documentation/driver-api/firmware/ |
D | fallback-mechanisms.rst | 86 * /sys/$DEVPATH/loading 87 * /sys/$DEVPATH/data 102 echo 1 > /sys/$DEVPATH/loading 155 By default DEVPATH is set by the internal kernel kobject infrastructure. 158 # Both $DEVPATH and $FIRMWARE are already provided in the environment. 160 echo 1 > /sys/$DEVPATH/loading 161 cat $MY_FW_DIR/$FIRMWARE > /sys/$DEVPATH/data 162 echo 0 > /sys/$DEVPATH/loading
|
/linux-6.1.9/Documentation/translations/zh_CN/core-api/ |
D | cpu_hotplug.rst | 644 …SUBSYSTEM=="cpu", DRIVERS=="processor", DEVPATH=="/devices/system/cpu/*", RUN+="the_hotplug_receiv… 652 echo "CPU ${DEVPATH##*/} offline" 656 echo "CPU ${DEVPATH##*/} online"
|
/linux-6.1.9/Documentation/core-api/ |
D | cpu_hotplug.rst | 735 …SUBSYSTEM=="cpu", DRIVERS=="processor", DEVPATH=="/devices/system/cpu/*", RUN+="the_hotplug_receiv… 743 echo "CPU ${DEVPATH##*/} offline" 747 echo "CPU ${DEVPATH##*/} online"
|
/linux-6.1.9/Documentation/admin-guide/ |
D | sysfs-rules.rst | 49 - identical to the DEVPATH value in the event sent from the kernel
|
/linux-6.1.9/Documentation/driver-api/driver-model/ |
D | porting.rst | 388 - DEVPATH: set to the device's physical path in sysfs.
|