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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/siano/
H A Dsmsusb.c207 u8 *fw_buffer; local
233 fw_buffer = kmalloc(fw->size, GFP_KERNEL);
234 if (fw_buffer) {
235 memcpy(fw_buffer, fw->data, fw->size);
238 fw_buffer, fw->size, &dummy, 1000);
242 kfree(fw_buffer);
H A Dsmscoreapi.c638 u8 *fw_buffer; local
650 fw_buffer = kmalloc(ALIGN(fw->size, SMS_ALLOC_ALIGNMENT),
652 if (fw_buffer) {
653 memcpy(fw_buffer, fw->data, fw->size);
657 fw_buffer,
660 fw_buffer, fw->size);
662 kfree(fw_buffer);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw-internal.h292 char *fw_buffer; member in struct:pvr2_hdw
H A Dpvrusb2-hdw.c2761 if (hdw->fw_buffer) {
2762 kfree(hdw->fw_buffer);
2763 hdw->fw_buffer = NULL;
3541 if ((hdw->fw_buffer == NULL) == !enable_flag) break;
3546 kfree(hdw->fw_buffer);
3547 hdw->fw_buffer = NULL;
3563 hdw->fw_buffer = kzalloc(hdw->fw_size,GFP_KERNEL);
3564 if (!hdw->fw_buffer) {
3583 hdw->fw_buffer+address,
3593 hdw->fw_buffer
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dorinoco_usb.c808 u8 fw_buffer[FW_BUF_SIZE]; local
835 memcpy(fw_buffer, &fw->code[addr], FW_BUF_SIZE);
840 fw_buffer[variant_offset - addr] = FW_VAR_VALUE;
848 fw_buffer, FW_BUF_SIZE,

Completed in 84 milliseconds