Searched refs:firmware_load (Results 1 – 5 of 5) sorted by relevance
69 static void firmware_load(const struct firmware *fw, void *context) in firmware_load() function208 GFP_KERNEL, spi, firmware_load); in lattice_ecp3_probe()
586 struct work_struct firmware_load; member
1594 struct b43legacy_wl, firmware_load); in b43legacy_request_firmware()3901 INIT_WORK(&wl->firmware_load, b43legacy_request_firmware); in b43legacy_probe()3902 schedule_work(&wl->firmware_load); in b43legacy_probe()3921 cancel_work_sync(&wl->firmware_load); in b43legacy_remove()
966 struct work_struct firmware_load; member
2559 struct b43_wl, firmware_load); in b43_request_firmware()5686 INIT_WORK(&wl->firmware_load, b43_request_firmware); in b43_bcma_probe()5687 schedule_work(&wl->firmware_load); in b43_bcma_probe()5705 cancel_work_sync(&wl->firmware_load); in b43_bcma_remove()5767 INIT_WORK(&wl->firmware_load, b43_request_firmware); in b43_ssb_probe()5768 schedule_work(&wl->firmware_load); in b43_ssb_probe()5788 cancel_work_sync(&wl->firmware_load); in b43_ssb_remove()