Home
last modified time | relevance | path

Searched refs:bochs_device (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bochs/
H A Dbochs.h52 struct bochs_device { struct
81 void bochs_hw_setmode(struct bochs_device *bochs, argument
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 Dbochs_hw.c14 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 *bochs, in bochs_hw_setmode()
[all …]
H A Dbochs_kms.c28 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 Dbochs_mm.c9 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 Dbochs_drv.c23 struct bochs_device *bochs = dev->dev_private; in bochs_unload()
30 struct bochs_device *bochs; in bochs_load()