Home
last modified time | relevance | path

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

/linux/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/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/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/tools/testing/selftests/dmabuf-heaps/
A Ddmabuf-heap.c20 #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/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/Documentation/admin-guide/device-mapper/
A Ddm-uevent.rst82 DEVPATH=/block/dm-3
99 DEVPATH=/block/dm-3
/linux/Documentation/translations/zh_CN/core-api/
A Dcpu_hotplug.rst325 …SUBSYSTEM=="cpu", DRIVERS=="processor", DEVPATH=="/devices/system/cpu/*", RUN+="the_hotplug_receiv…
333 echo "CPU ${DEVPATH##*/} offline"
337 echo "CPU ${DEVPATH##*/} online"
/linux/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/Documentation/admin-guide/
A Dsysfs-rules.rst49 - identical to the DEVPATH value in the event sent from the kernel
/linux/Documentation/driver-api/nvdimm/
A Dnvdimm.rst637 E: DEVPATH=/devices/platform/nfit_test.0/ndbus0/region0
644 E: DEVPATH=/devices/platform/nfit_test.0/ndbus0/region4
/linux/Documentation/driver-api/driver-model/
A Dporting.rst388 - DEVPATH: set to the device's physical path in sysfs.

Completed in 11 milliseconds