Searched refs:firmware_buf (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/usb/ |
| H A D | kaweth.c | 227 __u8 *firmware_buf; member 320 memcpy(kaweth->firmware_buf, fw->data, fw->size); in kaweth_download_firmware() 324 kaweth->firmware_buf[2] = (data_len & 0xFF) - 7; in kaweth_download_firmware() 325 kaweth->firmware_buf[3] = data_len >> 8; in kaweth_download_firmware() 326 kaweth->firmware_buf[4] = type; in kaweth_download_firmware() 327 kaweth->firmware_buf[5] = interrupt; in kaweth_download_firmware() 329 netdev_dbg(kaweth->net, "High: %i, Low:%i\n", kaweth->firmware_buf[3], in kaweth_download_firmware() 330 kaweth->firmware_buf[2]); in kaweth_download_firmware() 334 kaweth->firmware_buf, kaweth); in kaweth_download_firmware() 341 kaweth->firmware_buf, data_len, in kaweth_download_firmware() [all …]
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | mxl692.c | 567 const u8 *firmware_buf, u32 buf_len) in mxl692_fwdownload() argument 582 status = mxl692_validate_fw_header(dev, firmware_buf, buf_len); in mxl692_fwdownload() 587 status = mxl692_write_fw_block(dev, firmware_buf, buf_len, &ix); /* DRAM */ in mxl692_fwdownload() 591 status = mxl692_write_fw_block(dev, firmware_buf, buf_len, &ix); /* IRAM */ in mxl692_fwdownload()
|