Searched refs:bochs_device (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/bochs/ |
H A D | bochs.h | 52 struct bochs_device { struct 81 void bochs_hw_setmode(struct bochs_device *bochs, 83 void bochs_hw_setformat(struct bochs_device *bochs, 85 void bochs_hw_setbase(struct bochs_device *bochs, 87 int bochs_hw_load_edid(struct bochs_device *bochs); 90 int bochs_mm_init(struct bochs_device *bochs); 91 void bochs_mm_fini(struct bochs_device *bochs); 94 int bochs_kms_init(struct bochs_device *bochs);
|
H A D | bochs_hw.c | 14 static void bochs_vga_writeb(struct bochs_device *bochs, u16 ioport, u8 val) in bochs_vga_writeb() 27 static u16 bochs_dispi_read(struct bochs_device *bochs, u16 reg) in bochs_dispi_read() 41 static void bochs_dispi_write(struct bochs_device *bochs, u16 reg, u16 val) in bochs_dispi_write() 52 static void bochs_hw_set_big_endian(struct bochs_device *bochs) in bochs_hw_set_big_endian() 60 static void bochs_hw_set_little_endian(struct bochs_device *bochs) in bochs_hw_set_little_endian() 77 struct bochs_device *bochs = data; in bochs_get_edid_block() 89 int bochs_hw_load_edid(struct bochs_device *bochs) in bochs_hw_load_edid() 112 struct bochs_device *bochs = dev->dev_private; in bochs_hw_init() 194 struct bochs_device *bochs = dev->dev_private; in bochs_hw_fini() 208 void bochs_hw_setmode(struct bochs_device *boch [all...] |
H A D | bochs_kms.c | 28 static void bochs_plane_update(struct bochs_device *bochs, in bochs_plane_update() 54 struct bochs_device *bochs = pipe->crtc.dev->dev_private; in bochs_pipe_enable() 63 struct bochs_device *bochs = pipe->crtc.dev->dev_private; in bochs_pipe_update() 77 struct bochs_device *bochs = in bochs_connector_get_modes() 78 container_of(connector, struct bochs_device, connector); in bochs_connector_get_modes() 105 struct bochs_device *bochs = dev->dev_private; in bochs_connector_init() 139 int bochs_kms_init(struct bochs_device *bochs) in bochs_kms_init()
|
H A D | bochs_mm.c | 9 int bochs_mm_init(struct bochs_device *bochs) in bochs_mm_init() 18 void bochs_mm_fini(struct bochs_device *bochs) in bochs_mm_fini()
|
H A D | bochs_drv.c | 23 struct bochs_device *bochs = dev->dev_private; in bochs_unload() 30 struct bochs_device *bochs; in bochs_load()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/ |
H A D | bochs.c | 73 struct bochs_device { struct 98 static void bochs_vga_writeb(struct bochs_device *bochs, u16 ioport, u8 val) in bochs_vga_writeb() 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 *boch in bochs_hw_init() [all...] |
Completed in 3 milliseconds