Lines Matching refs:bochs_device

73 struct bochs_device {  struct
98 static void bochs_vga_writeb(struct bochs_device *bochs, u16 ioport, u8 val) in bochs_vga_writeb() argument
112 static u8 bochs_vga_readb(struct bochs_device *bochs, u16 ioport) in bochs_vga_readb()
126 static u16 bochs_dispi_read(struct bochs_device *bochs, u16 reg) in bochs_dispi_read()
141 static void bochs_dispi_write(struct bochs_device *bochs, u16 reg, u16 val) in bochs_dispi_write()
153 static void bochs_hw_set_big_endian(struct bochs_device *bochs) in bochs_hw_set_big_endian()
161 static void bochs_hw_set_little_endian(struct bochs_device *bochs) in bochs_hw_set_little_endian()
178 struct bochs_device *bochs = data; in bochs_get_edid_block()
190 static int bochs_hw_load_edid(struct bochs_device *bochs) in bochs_hw_load_edid()
213 struct bochs_device *bochs = dev->dev_private; in bochs_hw_init()
295 struct bochs_device *bochs = dev->dev_private; in bochs_hw_fini()
309 static void bochs_hw_blank(struct bochs_device *bochs, bool blank) in bochs_hw_blank()
320 static void bochs_hw_setmode(struct bochs_device *bochs, struct drm_display_mode *mode) in bochs_hw_setmode()
356 static void bochs_hw_setformat(struct bochs_device *bochs, const struct drm_format_info *format) in bochs_hw_setformat()
386 static void bochs_hw_setbase(struct bochs_device *bochs, int x, int y, int stride, u64 addr) in bochs_hw_setbase()
418 static void bochs_plane_update(struct bochs_device *bochs, struct drm_plane_state *state) in bochs_plane_update()
443 struct bochs_device *bochs = pipe->crtc.dev->dev_private; in bochs_pipe_enable()
451 struct bochs_device *bochs = pipe->crtc.dev->dev_private; in bochs_pipe_disable()
459 struct bochs_device *bochs = pipe->crtc.dev->dev_private; in bochs_pipe_update()
474 struct bochs_device *bochs = in bochs_connector_get_modes()
475 container_of(connector, struct bochs_device, connector); in bochs_connector_get_modes()
502 struct bochs_device *bochs = dev->dev_private; in bochs_connector_init()
535 static int bochs_kms_init(struct bochs_device *bochs) in bochs_kms_init()
571 struct bochs_device *bochs; in bochs_load()