Lines Matching refs:kernel
9 Today, the most extended way to use firmware in the Linux kernel is linking
21 1), kernel(driver):
23 - kernel searchs the fimware image with name $FIRMWARE directly
34 if firmware_class is built in kernel(the general situation)
42 3), kernel: Discard any previous partial load.
48 5), kernel: grows a buffer in PAGE_SIZE increments to hold the image as it
54 7), kernel: request_firmware() returns and the driver has the firmware
59 8), kernel(driver): Driver code calls release_firmware(fw_entry) releasing
97 about in-kernel persistence:
100 firmware images in non-swappable kernel memory or even in the kernel image
105 - Why OPTIONAL in-kernel persistence may be a good idea sometimes:
116 within the kernel image, probably within initramfs.