Searched refs:firmware_load (Results 1 – 5 of 5) sorted by relevance
65 static void firmware_load(const struct firmware *fw, void *context) in firmware_load() function203 GFP_KERNEL, spi, firmware_load); in lattice_ecp3_probe()
587 struct work_struct firmware_load; member
1564 struct b43legacy_wl, firmware_load); in b43legacy_request_firmware()3870 INIT_WORK(&wl->firmware_load, b43legacy_request_firmware); in b43legacy_probe()3871 schedule_work(&wl->firmware_load); in b43legacy_probe()3890 cancel_work_sync(&wl->firmware_load); in b43legacy_remove()
967 struct work_struct firmware_load; member
2560 struct b43_wl, firmware_load); in b43_request_firmware() 5664 INIT_WORK(&wl->firmware_load, b43_request_firmware); in b43_bcma_remove() 5665 schedule_work(&wl->firmware_load); in b43_bcma_remove() 5684 cancel_work_sync(&wl->firmware_load); in b43_bcma_remove() 5746 INIT_WORK(&wl->firmware_load, b43_request_firmware); in b43_ssb_remove() 5747 schedule_work(&wl->firmware_load); in b43_ssb_remove() 5767 cancel_work_sync(&wl->firmware_load); in b43_ssb_remove()