Symbol: gud_device
drivers/gpu/drm/gud/gud_connector.c
154
struct gud_device *gdrm = to_gud_device(connector->dev);
drivers/gpu/drm/gud/gud_connector.c
219
struct gud_device *gdrm = to_gud_device(connector->dev);
drivers/gpu/drm/gud/gud_connector.c
377
static int gud_connector_add_tv_mode(struct gud_device *gdrm, struct drm_connector *connector)
drivers/gpu/drm/gud/gud_connector.c
474
static int gud_connector_add_properties(struct gud_device *gdrm, struct gud_connector *gconn)
drivers/gpu/drm/gud/gud_connector.c
613
static int gud_connector_create(struct gud_device *gdrm, unsigned int index,
drivers/gpu/drm/gud/gud_connector.c
695
int gud_get_connectors(struct gud_device *gdrm)
drivers/gpu/drm/gud/gud_drv.c
153
static int gud_usb_transfer(struct gud_device *gdrm, bool in, u8 request, u16 index,
drivers/gpu/drm/gud/gud_drv.c
196
int gud_usb_get(struct gud_device *gdrm, u8 request, u16 index, void *buf, size_t max_len)
drivers/gpu/drm/gud/gud_drv.c
205
int gud_usb_set(struct gud_device *gdrm, u8 request, u16 index, void *buf, size_t len)
drivers/gpu/drm/gud/gud_drv.c
228
int gud_usb_get_u8(struct gud_device *gdrm, u8 request, u16 index, u8 *val)
drivers/gpu/drm/gud/gud_drv.c
247
int gud_usb_set_u8(struct gud_device *gdrm, u8 request, u8 val)
drivers/gpu/drm/gud/gud_drv.c
252
static int gud_plane_add_properties(struct gud_device *gdrm)
drivers/gpu/drm/gud/gud_drv.c
315
struct gud_device *gdrm = to_gud_device(entry->dev);
drivers/gpu/drm/gud/gud_drv.c
398
static int gud_alloc_bulk_buffer(struct gud_device *gdrm)
drivers/gpu/drm/gud/gud_drv.c
426
struct gud_device *gdrm = data;
drivers/gpu/drm/gud/gud_drv.c
445
struct gud_device *gdrm;
drivers/gpu/drm/gud/gud_drv.c
467
gdrm = devm_drm_dev_alloc(dev, &gud_drm_driver, struct gud_device, drm);
drivers/gpu/drm/gud/gud_drv.c
660
struct gud_device *gdrm = usb_get_intfdata(interface);
drivers/gpu/drm/gud/gud_drv.c
670
struct gud_device *gdrm = usb_get_intfdata(intf);
drivers/gpu/drm/gud/gud_drv.c
677
struct gud_device *gdrm = usb_get_intfdata(intf);
drivers/gpu/drm/gud/gud_internal.h
48
static inline struct gud_device *to_gud_device(struct drm_device *drm)
drivers/gpu/drm/gud/gud_internal.h
50
return container_of(drm, struct gud_device, drm);
drivers/gpu/drm/gud/gud_internal.h
53
static inline struct usb_device *gud_to_usb_device(struct gud_device *gdrm)
drivers/gpu/drm/gud/gud_internal.h
58
int gud_usb_get(struct gud_device *gdrm, u8 request, u16 index, void *buf, size_t len);
drivers/gpu/drm/gud/gud_internal.h
59
int gud_usb_set(struct gud_device *gdrm, u8 request, u16 index, void *buf, size_t len);
drivers/gpu/drm/gud/gud_internal.h
60
int gud_usb_get_u8(struct gud_device *gdrm, u8 request, u16 index, u8 *val);
drivers/gpu/drm/gud/gud_internal.h
61
int gud_usb_set_u8(struct gud_device *gdrm, u8 request, u8 val);
drivers/gpu/drm/gud/gud_internal.h
63
void gud_clear_damage(struct gud_device *gdrm);
drivers/gpu/drm/gud/gud_internal.h
75
int gud_get_connectors(struct gud_device *gdrm);
drivers/gpu/drm/gud/gud_pipe.c
152
static int gud_prep_flush(struct gud_device *gdrm, struct drm_framebuffer *fb,
drivers/gpu/drm/gud/gud_pipe.c
246
static int gud_usb_bulk(struct gud_device *gdrm, size_t len)
drivers/gpu/drm/gud/gud_pipe.c
273
static int gud_flush_rect(struct gud_device *gdrm, struct drm_framebuffer *fb,
drivers/gpu/drm/gud/gud_pipe.c
316
void gud_clear_damage(struct gud_device *gdrm)
drivers/gpu/drm/gud/gud_pipe.c
324
static void gud_flush_damage(struct gud_device *gdrm, struct drm_framebuffer *fb,
drivers/gpu/drm/gud/gud_pipe.c
367
struct gud_device *gdrm = container_of(work, struct gud_device, work);
drivers/gpu/drm/gud/gud_pipe.c
394
static int gud_fb_queue_damage(struct gud_device *gdrm, struct drm_framebuffer *fb,
drivers/gpu/drm/gud/gud_pipe.c
435
static void gud_fb_handle_damage(struct gud_device *gdrm, struct drm_framebuffer *fb,
drivers/gpu/drm/gud/gud_pipe.c
456
struct gud_device *gdrm = to_gud_device(plane->dev);
drivers/gpu/drm/gud/gud_pipe.c
587
struct gud_device *gdrm = to_gud_device(drm);
drivers/gpu/drm/gud/gud_pipe.c
604
struct gud_device *gdrm = to_gud_device(drm);
drivers/gpu/drm/gud/gud_pipe.c
620
struct gud_device *gdrm = to_gud_device(drm);