Searched refs:fw_p (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/usb/serial/ ! |
D | ti_usb_3410_5052.c | 1685 const struct firmware *fw_p; in ti_download_firmware() local 1693 if ((status = request_firmware(&fw_p, buf, &dev->dev)) != 0) { in ti_download_firmware() 1722 status = request_firmware(&fw_p, buf, &dev->dev); in ti_download_firmware() 1728 if (fw_p->size > TI_FIRMWARE_BUF_SIZE) { in ti_download_firmware() 1729 dev_err(&dev->dev, "%s - firmware too large %zu\n", __func__, fw_p->size); in ti_download_firmware() 1730 release_firmware(fw_p); in ti_download_firmware() 1737 memcpy(buffer, fw_p->data, fw_p->size); in ti_download_firmware() 1738 memset(buffer + fw_p->size, 0xff, buffer_size - fw_p->size); in ti_download_firmware() 1739 status = ti_do_download(dev, pipe, buffer, fw_p->size); in ti_download_firmware() 1745 release_firmware(fw_p); in ti_download_firmware()
|
/linux-3.4.99/drivers/usb/atm/ ! |
D | speedtch.c | 363 int phase, const struct firmware **fw_p) in speedtch_find_firmware() argument 374 if (request_firmware(fw_p, buf, dev)) { in speedtch_find_firmware() 378 if (request_firmware(fw_p, buf, dev)) { in speedtch_find_firmware() 382 if (request_firmware(fw_p, buf, dev)) { in speedtch_find_firmware()
|
D | cxacru.c | 1071 char *phase, const struct firmware **fw_p) in cxacru_find_firmware() argument 1080 if (request_firmware(fw_p, buf, dev)) { in cxacru_find_firmware()
|
/linux-3.4.99/drivers/media/radio/ ! |
D | radio-wl1273.c | 503 const struct firmware *fw_p; in wl1273_fm_upload_firmware_patch() local 515 if (request_firmware(&fw_p, fw_name, dev)) { in wl1273_fm_upload_firmware_patch() 521 ptr = (__u8 *) fw_p->data; in wl1273_fm_upload_firmware_patch() 536 release_firmware(fw_p); in wl1273_fm_upload_firmware_patch()
|