Home
last modified time | relevance | path

Searched refs:gm12u320 (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/tiny/
Dgm12u320.c50 DRM_DEV_ERROR(gm12u320->dev.dev, fmt, ##__VA_ARGS__)
161 static inline struct usb_device *gm12u320_to_usb_device(struct gm12u320_device *gm12u320) in gm12u320_to_usb_device() argument
163 return interface_to_usbdev(to_usb_interface(gm12u320->dev.dev)); in gm12u320_to_usb_device()
166 static int gm12u320_usb_alloc(struct gm12u320_device *gm12u320) in gm12u320_usb_alloc() argument
171 gm12u320->cmd_buf = drmm_kmalloc(&gm12u320->dev, CMD_SIZE, GFP_KERNEL); in gm12u320_usb_alloc()
172 if (!gm12u320->cmd_buf) in gm12u320_usb_alloc()
184 gm12u320->data_buf[i] = drmm_kzalloc(&gm12u320->dev, in gm12u320_usb_alloc()
186 if (!gm12u320->data_buf[i]) in gm12u320_usb_alloc()
189 memcpy(gm12u320->data_buf[i], hdr, DATA_BLOCK_HEADER_SIZE); in gm12u320_usb_alloc()
190 memcpy(gm12u320->data_buf[i] + in gm12u320_usb_alloc()
[all …]
DMakefile6 obj-$(CONFIG_DRM_GM12U320) += gm12u320.o
/Linux-v6.1/
DMAINTAINERS6477 F: drivers/gpu/drm/tiny/gm12u320.c