Lines Matching refs:firmware
3 Ueventd manages `/dev`, sets permissions for `/sys`, and handles firmware uevents. It has default
85 Ueventd by default serves firmware requests by searching through a list of firmware directories
86 for a file matching the uevent `FIRMWARE`. It then forks a process to serve this firmware to the
89 The list of firmware directories is customized by a `firmware_directories` line in a ueventd.rc
95 firmware_directories /etc/firmware/ /odm/firmware/ /vendor/firmware/ /firmware/image/
96 Adds those 4 directories, in that order to the list of firmware directories that will be tried by
103 The exact firmware file to be served can be customized by running an external program by a
109 … external_firmware_handler /devices/leds/red/firmware/coeffs.bin system /vendor/bin/led_coeffs.bin
110 Will launch `/vendor/bin/led_coeffs.bin` as the system user instead of serving the default firmware
111 for `/devices/leds/red/firmware/coeffs.bin`.
115 new name of the firmware to load. It will still look for the new firmware in the list of firmware
118 `EXIT_SUCCESS`, or the program crashes, the default firmware from the uevent will be loaded.