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()
3402 if ((hdw->fw_buffer == NULL) == !enable_flag) break; in pvr2_hdw_cpufw_set_enabled()
3407 kfree(hdw->fw_buffer); in pvr2_hdw_cpufw_set_enabled()
3408 hdw->fw_buffer = NULL; in pvr2_hdw_cpufw_set_enabled()
3424 hdw->fw_buffer = kzalloc(hdw->fw_size,GFP_KERNEL); in pvr2_hdw_cpufw_set_enabled()
3425 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_set_enabled()
3444 hdw->fw_buffer+address, in pvr2_hdw_cpufw_set_enabled()
3454 hdw->fw_buffer = pvr2_full_eeprom_fetch(hdw); in pvr2_hdw_cpufw_set_enabled()
3455 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_set_enabled()
3472 return hdw->fw_buffer != NULL; in pvr2_hdw_cpufw_get_enabled()
3484 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_get()
3499 memcpy(buf,hdw->fw_buffer+offs,cnt); in pvr2_hdw_cpufw_get()