Lines Matching defs:bochs
94 static void bochs_vga_writeb(struct bochs_device *bochs, u16 ioport, u8 val) in bochs_vga_writeb()
108 static u8 bochs_vga_readb(struct bochs_device *bochs, u16 ioport) in bochs_vga_readb()
122 static u16 bochs_dispi_read(struct bochs_device *bochs, u16 reg) in bochs_dispi_read()
137 static void bochs_dispi_write(struct bochs_device *bochs, u16 reg, u16 val) in bochs_dispi_write()
149 static void bochs_hw_set_big_endian(struct bochs_device *bochs) in bochs_hw_set_big_endian()
157 static void bochs_hw_set_little_endian(struct bochs_device *bochs) in bochs_hw_set_little_endian()
174 struct bochs_device *bochs = data; in bochs_get_edid_block() local
186 static int bochs_hw_load_edid(struct bochs_device *bochs) in bochs_hw_load_edid()
209 struct bochs_device *bochs = dev->dev_private; in bochs_hw_init() local
291 struct bochs_device *bochs = dev->dev_private; in bochs_hw_fini() local
305 static void bochs_hw_blank(struct bochs_device *bochs, bool blank) in bochs_hw_blank()
314 static void bochs_hw_setmode(struct bochs_device *bochs, struct drm_display_mode *mode) in bochs_hw_setmode()
350 static void bochs_hw_setformat(struct bochs_device *bochs, const struct drm_format_info *format) in bochs_hw_setformat()
380 static void bochs_hw_setbase(struct bochs_device *bochs, int x, int y, int stride, u64 addr) in bochs_hw_setbase()
412 static void bochs_plane_update(struct bochs_device *bochs, struct drm_plane_state *state) in bochs_plane_update()
437 struct bochs_device *bochs = pipe->crtc.dev->dev_private; in bochs_pipe_enable() local
445 struct bochs_device *bochs = pipe->crtc.dev->dev_private; in bochs_pipe_disable() local
453 struct bochs_device *bochs = pipe->crtc.dev->dev_private; in bochs_pipe_update() local
468 struct bochs_device *bochs = in bochs_connector_get_modes() local
496 struct bochs_device *bochs = dev->dev_private; in bochs_connector_init() local
529 static int bochs_kms_init(struct bochs_device *bochs) in bochs_kms_init()
567 struct bochs_device *bochs; in bochs_load() local