Searched refs:firmware_load (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | lattice-ecp3-config.c | 65 static void firmware_load(const struct firmware *fw, void *context) in firmware_load() function 203 GFP_KERNEL, spi, firmware_load); in lattice_ecp3_probe()
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | lattice-ecp3-config.c | 65 static void firmware_load(const struct firmware *fw, void *context) in firmware_load() function 203 GFP_KERNEL, spi, firmware_load); in lattice_ecp3_probe()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | b43legacy.h | 587 struct work_struct firmware_load; member
|
H A D | main.c | 1564 struct b43legacy_wl, firmware_load); in b43legacy_request_firmware() 3869 INIT_WORK(&wl->firmware_load, b43legacy_request_firmware); in b43legacy_probe() 3870 schedule_work(&wl->firmware_load); in b43legacy_probe() 3889 cancel_work_sync(&wl->firmware_load); in b43legacy_remove()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | b43legacy.h | 587 struct work_struct firmware_load; member
|
H A D | main.c | 1564 struct b43legacy_wl, firmware_load); in b43legacy_request_firmware() 3867 INIT_WORK(&wl->firmware_load, b43legacy_request_firmware); in b43legacy_probe() 3868 schedule_work(&wl->firmware_load); in b43legacy_probe() 3887 cancel_work_sync(&wl->firmware_load); in b43legacy_remove()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 2551 struct b43_wl, firmware_load); in b43_request_firmware() 5646 INIT_WORK(&wl->firmware_load, b43_request_firmware); in b43_bcma_probe() 5647 schedule_work(&wl->firmware_load); in b43_bcma_probe() 5666 cancel_work_sync(&wl->firmware_load); in b43_bcma_remove() 5728 INIT_WORK(&wl->firmware_load, b43_request_firmware); in b43_ssb_probe() 5729 schedule_work(&wl->firmware_load); in b43_ssb_probe() 5749 cancel_work_sync(&wl->firmware_load); in b43_ssb_remove()
|
H A D | b43.h | 967 struct work_struct firmware_load; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 2551 struct b43_wl, firmware_load); in b43_request_firmware() 5646 INIT_WORK(&wl->firmware_load, b43_request_firmware); in b43_bcma_probe() 5647 schedule_work(&wl->firmware_load); in b43_bcma_probe() 5666 cancel_work_sync(&wl->firmware_load); in b43_bcma_remove() 5728 INIT_WORK(&wl->firmware_load, b43_request_firmware); in b43_ssb_probe() 5729 schedule_work(&wl->firmware_load); in b43_ssb_probe() 5749 cancel_work_sync(&wl->firmware_load); in b43_ssb_remove()
|
H A D | b43.h | 967 struct work_struct firmware_load; member
|
Completed in 33 milliseconds