Lines Matching refs:fw_buffer
2724 if (hdw->fw_buffer) { in pvr2_hdw_destroy()
2725 kfree(hdw->fw_buffer); in pvr2_hdw_destroy()
2726 hdw->fw_buffer = NULL; in pvr2_hdw_destroy()
3449 if ((hdw->fw_buffer == NULL) == !enable_flag) break; in pvr2_hdw_cpufw_set_enabled()
3454 kfree(hdw->fw_buffer); in pvr2_hdw_cpufw_set_enabled()
3455 hdw->fw_buffer = NULL; in pvr2_hdw_cpufw_set_enabled()
3471 hdw->fw_buffer = kzalloc(hdw->fw_size,GFP_KERNEL); in pvr2_hdw_cpufw_set_enabled()
3472 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_set_enabled()
3491 hdw->fw_buffer+address, in pvr2_hdw_cpufw_set_enabled()
3501 hdw->fw_buffer = pvr2_full_eeprom_fetch(hdw); in pvr2_hdw_cpufw_set_enabled()
3502 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_set_enabled()
3519 return hdw->fw_buffer != NULL; in pvr2_hdw_cpufw_get_enabled()
3531 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_get()
3546 memcpy(buf,hdw->fw_buffer+offs,cnt); in pvr2_hdw_cpufw_get()