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

/linux-4.4.14/drivers/misc/
H A Dlattice-ecp3-config.c69 static void firmware_load(const struct firmware *fw, void *context) firmware_load() function
208 GFP_KERNEL, spi, firmware_load); lattice_ecp3_probe()
/linux-4.4.14/drivers/net/wireless/b43/
H A Dmain.c2559 struct b43_wl, firmware_load); b43_request_firmware()
5682 INIT_WORK(&wl->firmware_load, b43_request_firmware); b43_bcma_probe()
5683 schedule_work(&wl->firmware_load); b43_bcma_probe()
5701 cancel_work_sync(&wl->firmware_load); b43_bcma_remove()
5763 INIT_WORK(&wl->firmware_load, b43_request_firmware); b43_ssb_probe()
5764 schedule_work(&wl->firmware_load); b43_ssb_probe()
5784 cancel_work_sync(&wl->firmware_load); b43_ssb_remove()
H A Db43.h966 struct work_struct firmware_load; member in struct:b43_wl
/linux-4.4.14/drivers/net/wireless/b43legacy/
H A Db43legacy.h586 struct work_struct firmware_load; member in struct:b43legacy_wl
H A Dmain.c1594 struct b43legacy_wl, firmware_load); b43legacy_request_firmware()
3898 INIT_WORK(&wl->firmware_load, b43legacy_request_firmware); b43legacy_probe()
3899 schedule_work(&wl->firmware_load); b43legacy_probe()
3918 cancel_work_sync(&wl->firmware_load); b43legacy_remove()

Completed in 331 milliseconds