Lines Matching refs:fw_buffer
2675 if (hdw->fw_buffer) { in pvr2_hdw_destroy()
2676 kfree(hdw->fw_buffer); in pvr2_hdw_destroy()
2677 hdw->fw_buffer = NULL; in pvr2_hdw_destroy()
3403 if ((hdw->fw_buffer == NULL) == !enable_flag) break; in pvr2_hdw_cpufw_set_enabled()
3408 kfree(hdw->fw_buffer); in pvr2_hdw_cpufw_set_enabled()
3409 hdw->fw_buffer = NULL; in pvr2_hdw_cpufw_set_enabled()
3425 hdw->fw_buffer = kzalloc(hdw->fw_size,GFP_KERNEL); in pvr2_hdw_cpufw_set_enabled()
3426 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_set_enabled()
3445 hdw->fw_buffer+address, in pvr2_hdw_cpufw_set_enabled()
3455 hdw->fw_buffer = pvr2_full_eeprom_fetch(hdw); in pvr2_hdw_cpufw_set_enabled()
3456 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_set_enabled()
3473 return hdw->fw_buffer != NULL; in pvr2_hdw_cpufw_get_enabled()
3486 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_get()
3501 memcpy(buf,hdw->fw_buffer+offs,cnt); in pvr2_hdw_cpufw_get()