Searched refs:fw1 (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/usb/as102/ |
| H A D | as102_fw.c | 160 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 D | speedtch.c | 232 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 D | fw_upload.sh | 20 fwname1=fw1
|
| /linux/Documentation/core-api/ |
| H A D | debugging-via-ohci1394.rst | 118 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 D | rt5677.h | 1772 const struct firmware *fw1, *fw2; member
|