Lines Matching refs:p_data

99 	void *p_data, unsigned int bytes)  in intel_vgpu_emulate_cfg_read()  argument
107 memcpy(p_data, vgpu_cfg_space(vgpu) + offset, bytes); in intel_vgpu_emulate_cfg_read()
168 unsigned int offset, void *p_data, unsigned int bytes) in emulate_pci_command_write() argument
171 u8 new = *(u8 *)p_data; in emulate_pci_command_write()
175 vgpu_pci_cfg_mem_write(vgpu, offset, p_data, bytes); in emulate_pci_command_write()
199 unsigned int offset, void *p_data, unsigned int bytes) in emulate_pci_rom_bar_write() argument
202 u32 new = *(u32 *)(p_data); in emulate_pci_rom_bar_write()
208 vgpu_pci_cfg_mem_write(vgpu, offset, p_data, bytes); in emulate_pci_rom_bar_write()
213 void *p_data, unsigned int bytes) in emulate_pci_bar_write() argument
215 u32 new = *(u32 *)(p_data); in emulate_pci_bar_write()
286 void *p_data, unsigned int bytes) in intel_vgpu_emulate_cfg_write() argument
300 return emulate_pci_command_write(vgpu, offset, p_data, bytes); in intel_vgpu_emulate_cfg_write()
307 return emulate_pci_rom_bar_write(vgpu, offset, p_data, bytes); in intel_vgpu_emulate_cfg_write()
312 return emulate_pci_bar_write(vgpu, offset, p_data, bytes); in intel_vgpu_emulate_cfg_write()
317 ret = intel_vgpu_emulate_opregion_request(vgpu, *(u32 *)p_data); in intel_vgpu_emulate_cfg_write()
326 *(u32 *)p_data); in intel_vgpu_emulate_cfg_write()
330 vgpu_pci_cfg_mem_write(vgpu, offset, p_data, bytes); in intel_vgpu_emulate_cfg_write()
333 vgpu_pci_cfg_mem_write(vgpu, offset, p_data, bytes); in intel_vgpu_emulate_cfg_write()