Lines Matching defs:bochs
110 static __always_inline bool bochs_uses_mmio(struct bochs_device *bochs) in bochs_uses_mmio()
115 static void bochs_vga_writeb(struct bochs_device *bochs, u16 ioport, u8 val) in bochs_vga_writeb()
129 static u8 bochs_vga_readb(struct bochs_device *bochs, u16 ioport) in bochs_vga_readb()
143 static u16 bochs_dispi_read(struct bochs_device *bochs, u16 reg) in bochs_dispi_read()
158 static void bochs_dispi_write(struct bochs_device *bochs, u16 reg, u16 val) in bochs_dispi_write()
170 static void bochs_hw_set_big_endian(struct bochs_device *bochs) in bochs_hw_set_big_endian()
178 static void bochs_hw_set_little_endian(struct bochs_device *bochs) in bochs_hw_set_little_endian()
194 struct bochs_device *bochs = data; in bochs_get_edid_block() local
212 struct bochs_device *bochs = to_bochs_device(dev); in bochs_hw_read_edid() local
225 static int bochs_hw_init(struct bochs_device *bochs) in bochs_hw_init()
310 static void bochs_hw_blank(struct bochs_device *bochs, bool blank) in bochs_hw_blank()
321 static void bochs_hw_setmode(struct bochs_device *bochs, struct drm_display_mode *mode) in bochs_hw_setmode()
355 static void bochs_hw_setformat(struct bochs_device *bochs, const struct drm_format_info *format) in bochs_hw_setformat()
385 static void bochs_hw_setbase(struct bochs_device *bochs, int x, int y, int stride, u64 addr) in bochs_hw_setbase()
444 struct bochs_device *bochs = to_bochs_device(dev); in bochs_primary_plane_helper_atomic_update() local
487 struct bochs_device *bochs = to_bochs_device(crtc->dev); in bochs_crtc_helper_mode_set_nofb() local
507 struct bochs_device *bochs = to_bochs_device(crtc->dev); in bochs_crtc_helper_atomic_enable() local
515 struct bochs_device *bochs = to_bochs_device(crtc->dev); in bochs_crtc_helper_atomic_disable() local
575 struct bochs_device *bochs = to_bochs_device(dev); in bochs_mode_config_mode_valid() local
598 static int bochs_kms_init(struct bochs_device *bochs) in bochs_kms_init()
662 static int bochs_load(struct bochs_device *bochs) in bochs_load()
719 struct bochs_device *bochs; in bochs_pci_probe() local