Home
last modified time | relevance | path

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

/linux/drivers/media/usb/as102/
H A Das102_fw.c160 const char *fw1, *fw2; in as102_fw_upload() local
165 fw1 = as102_dt_fw1; in as102_fw_upload()
168 fw1 = as102_st_fw1; in as102_fw_upload()
180 errno = request_firmware(&firmware, fw1, &dev->dev); in as102_fw_upload()
183 DRIVER_NAME, fw1); in as102_fw_upload()
196 DRIVER_NAME, fw1); in as102_fw_upload()
/linux/drivers/usb/atm/
H A Dspeedtch.c232 const struct firmware *fw1, in speedtch_upload_firmware() argument
269 for (offset = 0; offset < fw1->size; offset += PAGE_SIZE) { in speedtch_upload_firmware()
270 int thislen = min_t(int, PAGE_SIZE, fw1->size - offset); in speedtch_upload_firmware()
271 memcpy(buffer, fw1->data + offset, thislen); in speedtch_upload_firmware()
280 usb_dbg(usbatm, "%s: BLOCK1 uploaded (%zu bytes)\n", __func__, fw1->size); in speedtch_upload_firmware()
382 const struct firmware *fw1, *fw2; in speedtch_heavy_init() local
386 if ((ret = speedtch_find_firmware(usbatm, intf, 1, &fw1)) < 0) in speedtch_heavy_init()
390 release_firmware(fw1); in speedtch_heavy_init()
394 if ((ret = speedtch_upload_firmware(instance, fw1, fw2)) < 0) in speedtch_heavy_init()
398 release_firmware(fw1); in speedtch_heavy_init()
/linux/tools/testing/selftests/firmware/
H A Dfw_upload.sh20 fwname1=fw1
/linux/drivers/net/phy/
H A Dair_en8811h.c505 const struct firmware *fw1, *fw2; in __air_write_buf()
508 ret = request_firmware_direct(&fw1, EN8811H_MD32_DM, dev); in __air_write_buf()
527 ret = air_write_buf(phydev, AIR_FW_ADDR_DM, fw1); in air_write_buf()
550 release_firmware(fw1);
706 const struct firmware *fw1, *fw2; en8811h_load_firmware() local
/linux/Documentation/core-api/
H A Ddebugging-via-ohci1394.rst118 firewire_core 0000:15:00.1: created device fw1: GUID 00061b0020105917, S400
129 Port 0 (/dev/fw1) opened, 2 nodes detected
/linux/sound/soc/codecs/
H A Drt5677.h1772 const struct firmware *fw1, *fw2; member