Searched refs:gm12u320 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/ |
| H A D | gm12u320.c | 48 DRM_DEV_ERROR(&gm12u320->udev->dev, fmt, ##__VA_ARGS__) 159 static int gm12u320_usb_alloc(struct gm12u320_device *gm12u320) in gm12u320_usb_alloc() argument 164 gm12u320->cmd_buf = drmm_kmalloc(&gm12u320->dev, CMD_SIZE, GFP_KERNEL); in gm12u320_usb_alloc() 165 if (!gm12u320->cmd_buf) in gm12u320_usb_alloc() 177 gm12u320->data_buf[i] = drmm_kzalloc(&gm12u320->dev, in gm12u320_usb_alloc() 179 if (!gm12u320->data_buf[i]) in gm12u320_usb_alloc() 182 memcpy(gm12u320->data_buf[i], hdr, DATA_BLOCK_HEADER_SIZE); in gm12u320_usb_alloc() 183 memcpy(gm12u320->data_buf[i] + in gm12u320_usb_alloc() 191 static int gm12u320_misc_request(struct gm12u320_device *gm12u320, in gm12u320_misc_request() argument 197 memcpy(gm12u320->cmd_buf, &cmd_misc, CMD_SIZE); in gm12u320_misc_request() [all …]
|
| H A D | Makefile | 4 obj-$(CONFIG_DRM_GM12U320) += gm12u320.o
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 5509 F: drivers/gpu/drm/tiny/gm12u320.c
|