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

/linux-master/drivers/net/ethernet/3com/
H A Dtyphoon.c1265 static const struct firmware *typhoon_fw; variable in typeref:struct:firmware
1278 if (typhoon_fw)
1281 err = request_firmware(&typhoon_fw, FIRMWARE_NAME, &tp->pdev->dev);
1288 image_data = typhoon_fw->data;
1289 remaining = typhoon_fw->size;
1320 release_firmware(typhoon_fw);
1321 typhoon_fw = NULL;
1346 image_data = typhoon_fw->data;
2583 release_firmware(typhoon_fw);

Completed in 96 milliseconds