Home
last modified time | relevance | path

Searched refs:fw1 (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/media/as102/
Das102_fw.c170 char *fw1, *fw2; in as102_fw_upload() local
177 fw1 = as102_dt_fw1; in as102_fw_upload()
180 fw1 = as102_st_fw1; in as102_fw_upload()
192 errno = request_firmware(&firmware, fw1, &dev->dev); in as102_fw_upload()
195 DRIVER_NAME, fw1); in as102_fw_upload()
208 DRIVER_NAME, fw1); in as102_fw_upload()
/linux-3.4.99/drivers/usb/atm/
Dspeedtch.c247 const struct firmware *fw1, in speedtch_upload_firmware() argument
283 for (offset = 0; offset < fw1->size; offset += PAGE_SIZE) { in speedtch_upload_firmware()
284 int thislen = min_t(int, PAGE_SIZE, fw1->size - offset); in speedtch_upload_firmware()
285 memcpy(buffer, fw1->data + offset, thislen); in speedtch_upload_firmware()
294 usb_dbg(usbatm, "%s: BLOCK1 uploaded (%zu bytes)\n", __func__, fw1->size); in speedtch_upload_firmware()
396 const struct firmware *fw1, *fw2; in speedtch_heavy_init() local
400 if ((ret = speedtch_find_firmware(usbatm, intf, 1, &fw1)) < 0) in speedtch_heavy_init()
404 release_firmware(fw1); in speedtch_heavy_init()
408 if ((ret = speedtch_upload_firmware(instance, fw1, fw2)) < 0) in speedtch_heavy_init()
412 release_firmware(fw1); in speedtch_heavy_init()