Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/westbridge/astoria/include/linux/westbridge/
Dcyanmisc.h166 const void *fw_p,
170 #define cy_an_misc_download_firmware(handle, fw_p, size) \ argument
172 (handle), (fw_p), (size), 0, 0)
178 const void *fw_p,
184 #define cy_an_misc_download_firmware_e_x(h, fw_p, size, cb, client) \ argument
186 (fw_p), (size), (cy_as_function_callback)(cb), (client))
Dcyasmisc.h643 const void *fw_p,
/linux-2.6.39/drivers/usb/serial/
Dti_usb_3410_5052.c1704 const struct firmware *fw_p; in ti_download_firmware() local
1711 if ((status = request_firmware(&fw_p, buf, &dev->dev)) != 0) { in ti_download_firmware()
1740 status = request_firmware(&fw_p, buf, &dev->dev); in ti_download_firmware()
1746 if (fw_p->size > TI_FIRMWARE_BUF_SIZE) { in ti_download_firmware()
1747 dev_err(&dev->dev, "%s - firmware too large %zu\n", __func__, fw_p->size); in ti_download_firmware()
1754 memcpy(buffer, fw_p->data, fw_p->size); in ti_download_firmware()
1755 memset(buffer + fw_p->size, 0xff, buffer_size - fw_p->size); in ti_download_firmware()
1756 status = ti_do_download(dev, pipe, buffer, fw_p->size); in ti_download_firmware()
1762 release_firmware(fw_p); in ti_download_firmware()
/linux-2.6.39/drivers/usb/atm/
Dspeedtch.c363 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()
Dcxacru.c1070 char *phase, const struct firmware **fw_p) in cxacru_find_firmware() argument
1079 if (request_firmware(fw_p, buf, dev)) { in cxacru_find_firmware()
/linux-2.6.39/drivers/media/radio/
Dradio-wl1273.c502 const struct firmware *fw_p; in wl1273_fm_upload_firmware_patch() local
514 if (request_firmware(&fw_p, fw_name, dev)) { in wl1273_fm_upload_firmware_patch()
520 ptr = (__u8 *) fw_p->data; in wl1273_fm_upload_firmware_patch()
535 release_firmware(fw_p); in wl1273_fm_upload_firmware_patch()