Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h587 struct work_struct firmware_load; member
H A Dmain.c1564 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()
/linux/drivers/net/wireless/broadcom/b43/
H A Db43.h967 struct work_struct firmware_load; member