Home
last modified time | relevance | path

Searched refs:DEVPATH (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/Documentation/firmware_class/
Dhotplug-script11 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-v6.6/tools/testing/selftests/firmware/
Dfw_fallback.sh160 DEVPATH="$DIR"/"nope-$NAME"/loading
169 if [ ! -f $DEVPATH ]; then
172 echo "The file never appeared: $DEVPATH"
/Linux-v6.6/Documentation/ABI/testing/
Dusb-charger-uevent27 DEVPATH=/devices/soc0/usbphynop1
44 DEVPATH=/devices/soc0/usbphynop1
Dusb-uevent16 DEVPATH=/devices/pci0000:00/0000:00:10.0/usb2
/Linux-v6.6/tools/testing/selftests/dmabuf-heaps/
Ddmabuf-heap.c19 #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()
/Linux-v6.6/Documentation/admin-guide/device-mapper/
Ddm-uevent.rst82 DEVPATH=/block/dm-3
99 DEVPATH=/block/dm-3
/Linux-v6.6/Documentation/driver-api/firmware/
Dfallback-mechanisms.rst86 * /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-v6.6/Documentation/translations/zh_CN/core-api/
Dcpu_hotplug.rst644 …SUBSYSTEM=="cpu", DRIVERS=="processor", DEVPATH=="/devices/system/cpu/*", RUN+="the_hotplug_receiv…
652 echo "CPU ${DEVPATH##*/} offline"
656 echo "CPU ${DEVPATH##*/} online"
/Linux-v6.6/Documentation/core-api/
Dcpu_hotplug.rst726 …SUBSYSTEM=="cpu", DRIVERS=="processor", DEVPATH=="/devices/system/cpu/*", RUN+="the_hotplug_receiv…
734 echo "CPU ${DEVPATH##*/} offline"
738 echo "CPU ${DEVPATH##*/} online"
/Linux-v6.6/Documentation/admin-guide/
Dsysfs-rules.rst49 - identical to the DEVPATH value in the event sent from the kernel
/Linux-v6.6/Documentation/driver-api/driver-model/
Dporting.rst388 - DEVPATH: set to the device's physical path in sysfs.