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

/freebsd-12-stable/sys/dev/drm/
H A Ddrm_agpsupport.c240 int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request)
265 struct drm_agp_binding request;
268 request = *(struct drm_agp_binding *) data;
277 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request)
306 struct drm_agp_binding request;
309 request = *(struct drm_agp_binding *) data;
H A Ddrm.h601 struct drm_agp_binding { struct
1052 #define DRM_IOCTL_AGP_BIND DRM_IOW( 0x36, struct drm_agp_binding)
1053 #define DRM_IOCTL_AGP_UNBIND DRM_IOW( 0x37, struct drm_agp_binding)
1137 typedef struct drm_agp_binding drm_agp_binding_t;
H A DdrmP.h813 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request);
814 int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request);
H A Dmga_dma.c462 struct drm_agp_binding bind_req;
970 struct drm_agp_binding unbind_req;
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_agpsupport.c274 * \param arg pointer to a drm_agp_binding structure.
280 int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request)
302 struct drm_agp_binding *request = data;
313 * \param arg pointer to a drm_agp_binding structure.
320 int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request)
346 struct drm_agp_binding *request = data;
H A Ddrm.h546 struct drm_agp_binding { struct
700 #define DRM_IOCTL_AGP_BIND DRM_IOW( 0x36, struct drm_agp_binding)
701 #define DRM_IOCTL_AGP_UNBIND DRM_IOW( 0x37, struct drm_agp_binding)
829 typedef struct drm_agp_binding drm_agp_binding_t;
H A DdrmP.h1818 extern int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request);
1821 extern int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request);
1930 struct drm_agp_binding *request)
1942 struct drm_agp_binding *request)
H A Ddrm_ioc32.c659 struct drm_agp_binding request;
671 struct drm_agp_binding request;

Completed in 188 milliseconds