Lines Matching refs:fw_buffer
2672 if (hdw->fw_buffer) { in pvr2_hdw_destroy()
2673 kfree(hdw->fw_buffer); in pvr2_hdw_destroy()
2674 hdw->fw_buffer = NULL; in pvr2_hdw_destroy()
3399 if ((hdw->fw_buffer == NULL) == !enable_flag) break; in pvr2_hdw_cpufw_set_enabled()
3404 kfree(hdw->fw_buffer); in pvr2_hdw_cpufw_set_enabled()
3405 hdw->fw_buffer = NULL; in pvr2_hdw_cpufw_set_enabled()
3421 hdw->fw_buffer = kzalloc(hdw->fw_size,GFP_KERNEL); in pvr2_hdw_cpufw_set_enabled()
3422 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_set_enabled()
3441 hdw->fw_buffer+address, in pvr2_hdw_cpufw_set_enabled()
3451 hdw->fw_buffer = pvr2_full_eeprom_fetch(hdw); in pvr2_hdw_cpufw_set_enabled()
3452 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_set_enabled()
3469 return hdw->fw_buffer != NULL; in pvr2_hdw_cpufw_get_enabled()
3481 if (!hdw->fw_buffer) { in pvr2_hdw_cpufw_get()
3496 memcpy(buf,hdw->fw_buffer+offs,cnt); in pvr2_hdw_cpufw_get()