Searched defs:drm (Results 1 - 4 of 4) sorted by relevance

/drivers/gpu/drm/
H A DMakefile2 # Makefile for the drm device driver. This driver provides support for the
5 ccflags-y := -Iinclude/drm
7 drm-y := drm_auth.o drm_buffer.o drm_bufs.o drm_cache.o \
17 drm-$(CONFIG_COMPAT) += drm_ioc32.o
19 drm-usb-y := drm_usb.o
28 obj-$(CONFIG_DRM) += drm.o
/drivers/hid/
H A Dhid-wiimote-debug.c23 struct dentry *drm; member in struct:wiimote_debug
106 __u8 drm; local
109 drm = dbg->wdata->state.drm;
112 if (drm < WIIPROTO_REQ_MAX)
113 str = wiidebug_drmmap[drm];
188 dbg->drm = debugfs_create_file("drm", S_IRUSR,
190 if (!dbg->drm)
218 debugfs_remove(dbg->drm);
[all...]
H A Dhid-wiimote.h55 __u8 drm; member in struct:wiimote_state
119 extern void wiiproto_req_drm(struct wiimote_data *wdata, __u8 drm);
H A Dhid-wiimote-core.c229 void wiiproto_req_drm(struct wiimote_data *wdata, __u8 drm) argument
233 if (drm == WIIPROTO_REQ_NULL)
234 drm = select_drm(wdata);
238 cmd[2] = drm;
240 wdata->state.drm = drm;
796 /* on status reports the drm is reset so we need to resend the drm */
1143 wdata->state.drm = WIIPROTO_REQ_DRM_K;

Completed in 133 milliseconds