Symbol: bochs_device
drivers/gpu/drm/tiny/bochs.c
107
static struct bochs_device *to_bochs_device(const struct drm_device *dev)
drivers/gpu/drm/tiny/bochs.c
109
return container_of(dev, struct bochs_device, dev);
drivers/gpu/drm/tiny/bochs.c
114
static __always_inline bool bochs_uses_mmio(struct bochs_device *bochs)
drivers/gpu/drm/tiny/bochs.c
119
static void bochs_vga_writeb(struct bochs_device *bochs, u16 ioport, u8 val)
drivers/gpu/drm/tiny/bochs.c
133
static u8 bochs_vga_readb(struct bochs_device *bochs, u16 ioport)
drivers/gpu/drm/tiny/bochs.c
147
static u16 bochs_dispi_read(struct bochs_device *bochs, u16 reg)
drivers/gpu/drm/tiny/bochs.c
162
static void bochs_dispi_write(struct bochs_device *bochs, u16 reg, u16 val)
drivers/gpu/drm/tiny/bochs.c
174
static void bochs_hw_set_big_endian(struct bochs_device *bochs)
drivers/gpu/drm/tiny/bochs.c
182
static void bochs_hw_set_little_endian(struct bochs_device *bochs)
drivers/gpu/drm/tiny/bochs.c
198
struct bochs_device *bochs = data;
drivers/gpu/drm/tiny/bochs.c
216
struct bochs_device *bochs = to_bochs_device(dev);
drivers/gpu/drm/tiny/bochs.c
229
static int bochs_hw_init(struct bochs_device *bochs)
drivers/gpu/drm/tiny/bochs.c
314
static void bochs_hw_blank(struct bochs_device *bochs, bool blank)
drivers/gpu/drm/tiny/bochs.c
325
static void bochs_hw_setmode(struct bochs_device *bochs, struct drm_display_mode *mode)
drivers/gpu/drm/tiny/bochs.c
359
static void bochs_hw_setformat(struct bochs_device *bochs, const struct drm_format_info *format)
drivers/gpu/drm/tiny/bochs.c
389
static void bochs_hw_setbase(struct bochs_device *bochs, int x, int y, int stride, u64 addr)
drivers/gpu/drm/tiny/bochs.c
448
struct bochs_device *bochs = to_bochs_device(dev);
drivers/gpu/drm/tiny/bochs.c
479
struct bochs_device *bochs = to_bochs_device(plane->dev);
drivers/gpu/drm/tiny/bochs.c
509
struct bochs_device *bochs = to_bochs_device(crtc->dev);
drivers/gpu/drm/tiny/bochs.c
529
struct bochs_device *bochs = to_bochs_device(crtc->dev);
drivers/gpu/drm/tiny/bochs.c
538
struct bochs_device *bochs = to_bochs_device(crtc->dev);
drivers/gpu/drm/tiny/bochs.c
601
struct bochs_device *bochs = to_bochs_device(dev);
drivers/gpu/drm/tiny/bochs.c
624
static int bochs_kms_init(struct bochs_device *bochs)
drivers/gpu/drm/tiny/bochs.c
692
static int bochs_load(struct bochs_device *bochs)
drivers/gpu/drm/tiny/bochs.c
749
struct bochs_device *bochs;
drivers/gpu/drm/tiny/bochs.c
757
bochs = devm_drm_dev_alloc(&pdev->dev, &bochs_driver, struct bochs_device, dev);