Lines Matching defs:bochs
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() local
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() local
194 struct bochs_device *bochs = dev->dev_private; in bochs_hw_fini() local
208 void bochs_hw_setmode(struct bochs_device *bochs, in bochs_hw_setmode()
245 void bochs_hw_setformat(struct bochs_device *bochs, in bochs_hw_setformat()
276 void bochs_hw_setbase(struct bochs_device *bochs, in bochs_hw_setbase()