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

/linux-4.4.14/drivers/usb/serial/
H A Dmxuport.c992 const struct firmware *fw_p) mxuport_download_fw()
1010 txlen = min_t(size_t, (fw_p->size - fwidx), DOWN_BLOCK_SIZE); mxuport_download_fw()
1012 memcpy(fw_buf, &fw_p->data[fwidx], txlen); mxuport_download_fw()
1024 } while (fwidx < fw_p->size); mxuport_download_fw()
1043 const struct firmware *fw_p = NULL; mxuport_probe() local
1067 err = request_firmware(&fw_p, buf, &serial->interface->dev); mxuport_probe()
1075 local_ver = ((fw_p->data[VER_ADDR_1] << 16) | mxuport_probe()
1076 (fw_p->data[VER_ADDR_2] << 8) | mxuport_probe()
1077 fw_p->data[VER_ADDR_3]); mxuport_probe()
1080 fw_p->data[VER_ADDR_1], fw_p->data[VER_ADDR_2], mxuport_probe()
1081 fw_p->data[VER_ADDR_3]); mxuport_probe()
1083 err = mxuport_download_fw(serial, fw_p); mxuport_probe()
1104 if (fw_p) mxuport_probe()
1105 release_firmware(fw_p); mxuport_probe()
991 mxuport_download_fw(struct usb_serial *serial, const struct firmware *fw_p) mxuport_download_fw() argument
H A Dti_usb_3410_5052.c1450 const struct firmware *fw_p; ti_download_firmware() local
1457 status = request_firmware(&fw_p, buf, &dev->dev); ti_download_firmware()
1488 status = request_firmware(&fw_p, buf, &dev->dev); ti_download_firmware()
1494 if (fw_p->size > TI_FIRMWARE_BUF_SIZE) { ti_download_firmware()
1495 dev_err(&dev->dev, "%s - firmware too large %zu\n", __func__, fw_p->size); ti_download_firmware()
1496 release_firmware(fw_p); ti_download_firmware()
1503 memcpy(buffer, fw_p->data, fw_p->size); ti_download_firmware()
1504 memset(buffer + fw_p->size, 0xff, buffer_size - fw_p->size); ti_download_firmware()
1505 status = ti_do_download(dev, pipe, buffer, fw_p->size); ti_download_firmware()
1510 release_firmware(fw_p); ti_download_firmware()
/linux-4.4.14/drivers/usb/atm/
H A Dspeedtch.c363 int phase, const struct firmware **fw_p) speedtch_find_firmware()
374 if (request_firmware(fw_p, buf, dev)) { speedtch_find_firmware()
378 if (request_firmware(fw_p, buf, dev)) { speedtch_find_firmware()
382 if (request_firmware(fw_p, buf, dev)) { speedtch_find_firmware()
362 speedtch_find_firmware(struct usbatm_data *usbatm, struct usb_interface *intf, int phase, const struct firmware **fw_p) speedtch_find_firmware() argument
H A Dcxacru.c1075 char *phase, const struct firmware **fw_p) cxacru_find_firmware()
1084 if (request_firmware(fw_p, buf, dev)) { cxacru_find_firmware()
1074 cxacru_find_firmware(struct cxacru_data *instance, char *phase, const struct firmware **fw_p) cxacru_find_firmware() argument
/linux-4.4.14/drivers/media/radio/
H A Dradio-wl1273.c505 const struct firmware *fw_p; wl1273_fm_upload_firmware_patch() local
517 if (request_firmware(&fw_p, fw_name, dev)) { wl1273_fm_upload_firmware_patch()
523 ptr = (__u8 *) fw_p->data; wl1273_fm_upload_firmware_patch()
538 release_firmware(fw_p); wl1273_fm_upload_firmware_patch()

Completed in 257 milliseconds