Home
last modified time | relevance | path

Searched refs:firmware_load (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/misc/
Dlattice-ecp3-config.c65 static void firmware_load(const struct firmware *fw, void *context) in firmware_load() function
203 GFP_KERNEL, spi, firmware_load); in lattice_ecp3_probe()
/linux-6.1.9/drivers/net/wireless/broadcom/b43legacy/
Db43legacy.h587 struct work_struct firmware_load; member
Dmain.c1564 struct b43legacy_wl, firmware_load); in b43legacy_request_firmware()
3866 INIT_WORK(&wl->firmware_load, b43legacy_request_firmware); in b43legacy_probe()
3867 schedule_work(&wl->firmware_load); in b43legacy_probe()
3886 cancel_work_sync(&wl->firmware_load); in b43legacy_remove()
/linux-6.1.9/drivers/net/wireless/broadcom/b43/
Db43.h967 struct work_struct firmware_load; member
Dmain.c2551 struct b43_wl, firmware_load); in b43_request_firmware()
5643 INIT_WORK(&wl->firmware_load, b43_request_firmware); in b43_bcma_probe()
5644 schedule_work(&wl->firmware_load); in b43_bcma_probe()
5663 cancel_work_sync(&wl->firmware_load); in b43_bcma_remove()
5725 INIT_WORK(&wl->firmware_load, b43_request_firmware); in b43_ssb_probe()
5726 schedule_work(&wl->firmware_load); in b43_ssb_probe()
5746 cancel_work_sync(&wl->firmware_load); in b43_ssb_remove()