Lines Matching refs:fw_buffer
2722 if (hdw->fw_buffer) { in pvr2_hdw_destroy()
2723 kfree(hdw->fw_buffer); in pvr2_hdw_destroy()
2724 hdw->fw_buffer = NULL; in pvr2_hdw_destroy()
3440 if ((hdw->fw_buffer == NULL) == !enable_flag) break; in pvr2_hdw_cpufw_set_enabled()
3445 kfree(hdw->fw_buffer); in pvr2_hdw_cpufw_set_enabled()
3446 hdw->fw_buffer = NULL; in pvr2_hdw_cpufw_set_enabled()
3462 hdw->fw_buffer = kzalloc(hdw->fw_size,GFP_KERNEL); in pvr2_hdw_cpufw_set_enabled()
3463 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_set_enabled()
3482 hdw->fw_buffer+address, in pvr2_hdw_cpufw_set_enabled()
3492 hdw->fw_buffer = pvr2_full_eeprom_fetch(hdw); in pvr2_hdw_cpufw_set_enabled()
3493 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_set_enabled()
3510 return hdw->fw_buffer != NULL; in pvr2_hdw_cpufw_get_enabled()
3522 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_get()
3537 memcpy(buf,hdw->fw_buffer+offs,cnt); in pvr2_hdw_cpufw_get()