Searched refs:drm_find_file (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_auth.c48 static drm_file_t *drm_find_file(drm_device_t * dev, drm_magic_t magic) function
159 } while (drm_find_file(dev, auth.magic));
192 if ((file = drm_find_file(dev, auth.magic))) {

Completed in 90 milliseconds