Lines Matching refs:fw_buffer
2671 if (hdw->fw_buffer) { in pvr2_hdw_destroy()
2672 kfree(hdw->fw_buffer); in pvr2_hdw_destroy()
2673 hdw->fw_buffer = NULL; in pvr2_hdw_destroy()
3398 if ((hdw->fw_buffer == NULL) == !enable_flag) break; in pvr2_hdw_cpufw_set_enabled()
3403 kfree(hdw->fw_buffer); in pvr2_hdw_cpufw_set_enabled()
3404 hdw->fw_buffer = NULL; in pvr2_hdw_cpufw_set_enabled()
3420 hdw->fw_buffer = kzalloc(hdw->fw_size,GFP_KERNEL); in pvr2_hdw_cpufw_set_enabled()
3421 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_set_enabled()
3440 hdw->fw_buffer+address, in pvr2_hdw_cpufw_set_enabled()
3450 hdw->fw_buffer = pvr2_full_eeprom_fetch(hdw); in pvr2_hdw_cpufw_set_enabled()
3451 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_set_enabled()
3468 return hdw->fw_buffer != NULL; in pvr2_hdw_cpufw_get_enabled()
3480 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_get()
3495 memcpy(buf,hdw->fw_buffer+offs,cnt); in pvr2_hdw_cpufw_get()