Home
last modified time | relevance | path

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

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

Completed in 21 milliseconds