Searched refs:bochs_device (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/bochs/ |
D | bochs.h | 59 struct bochs_device { struct 132 void bochs_hw_setmode(struct bochs_device *bochs, 134 void bochs_hw_setbase(struct bochs_device *bochs, 138 int bochs_mm_init(struct bochs_device *bochs); 139 void bochs_mm_fini(struct bochs_device *bochs); 161 int bochs_kms_init(struct bochs_device *bochs); 162 void bochs_kms_fini(struct bochs_device *bochs); 165 int bochs_fbdev_init(struct bochs_device *bochs); 166 void bochs_fbdev_fini(struct bochs_device *bochs);
|
D | bochs_kms.c | 36 struct bochs_device *bochs = in bochs_crtc_mode_set_base() 37 container_of(crtc, struct bochs_device, crtc); in bochs_crtc_mode_set_base() 80 struct bochs_device *bochs = in bochs_crtc_mode_set() 81 container_of(crtc, struct bochs_device, crtc); in bochs_crtc_mode_set() 102 struct bochs_device *bochs = in bochs_crtc_page_flip() 103 container_of(crtc, struct bochs_device, crtc); in bochs_crtc_page_flip() 134 struct bochs_device *bochs = dev->dev_private; in bochs_crtc_init() 172 struct bochs_device *bochs = dev->dev_private; in bochs_encoder_init() 194 struct bochs_device *bochs = in bochs_connector_mode_valid() 195 container_of(connector, struct bochs_device, connector); in bochs_connector_mode_valid() [all …]
|
D | bochs_fbdev.c | 16 struct bochs_device *bochs = in bochsfb_mmap() 17 container_of(fb_helper, struct bochs_device, fb.helper); in bochsfb_mmap() 32 static int bochsfb_create_object(struct bochs_device *bochs, in bochsfb_create_object() 53 struct bochs_device *bochs = in bochsfb_create() 54 container_of(helper, struct bochs_device, fb.helper); in bochsfb_create() 138 static int bochs_fbdev_destroy(struct bochs_device *bochs) in bochs_fbdev_destroy() 161 int bochs_fbdev_init(struct bochs_device *bochs) in bochs_fbdev_init() 189 void bochs_fbdev_fini(struct bochs_device *bochs) in bochs_fbdev_fini()
|
D | bochs_hw.c | 12 static void bochs_vga_writeb(struct bochs_device *bochs, u16 ioport, u8 val) in bochs_vga_writeb() 25 static u16 bochs_dispi_read(struct bochs_device *bochs, u16 reg) in bochs_dispi_read() 39 static void bochs_dispi_write(struct bochs_device *bochs, u16 reg, u16 val) in bochs_dispi_write() 52 struct bochs_device *bochs = dev->dev_private; in bochs_hw_init() 141 struct bochs_device *bochs = dev->dev_private; in bochs_hw_fini() 152 void bochs_hw_setmode(struct bochs_device *bochs, in bochs_hw_setmode() 182 void bochs_hw_setbase(struct bochs_device *bochs, in bochs_hw_setbase()
|
D | bochs_mm.c | 14 static inline struct bochs_device *bochs_bdev(struct ttm_bo_device *bd) in bochs_bdev() 16 return container_of(bd, struct bochs_device, ttm.bdev); in bochs_bdev() 29 static int bochs_ttm_global_init(struct bochs_device *bochs) in bochs_ttm_global_init() 63 static void bochs_ttm_global_release(struct bochs_device *bochs) in bochs_ttm_global_release() 139 struct bochs_device *bochs = bochs_bdev(bdev); in bochs_ttm_io_mem_reserve() 206 int bochs_mm_init(struct bochs_device *bochs) in bochs_mm_init() 237 void bochs_mm_fini(struct bochs_device *bochs) in bochs_mm_fini() 330 struct bochs_device *bochs; in bochs_mmap() 345 struct bochs_device *bochs = dev->dev_private; in bochs_bo_create()
|
D | bochs_drv.c | 28 struct bochs_device *bochs = dev->dev_private; in bochs_unload() 40 struct bochs_device *bochs; in bochs_load() 106 struct bochs_device *bochs = drm_dev->dev_private; in bochs_pm_suspend() 123 struct bochs_device *bochs = drm_dev->dev_private; in bochs_pm_resume()
|