Lines Matching defs:bochs_device

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