firmware_load
GFP_KERNEL, spi, firmware_load);
struct work_struct firmware_load;
struct b43_wl, firmware_load);
INIT_WORK(&wl->firmware_load, b43_request_firmware);
schedule_work(&wl->firmware_load);
cancel_work_sync(&wl->firmware_load);
INIT_WORK(&wl->firmware_load, b43_request_firmware);
schedule_work(&wl->firmware_load);
cancel_work_sync(&wl->firmware_load);
struct work_struct firmware_load;
struct b43legacy_wl, firmware_load);
INIT_WORK(&wl->firmware_load, b43legacy_request_firmware);
schedule_work(&wl->firmware_load);
cancel_work_sync(&wl->firmware_load);