Searched defs:dev (Results 651 - 675 of 2506) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/sys/dev/dpms/
H A Ddpms.c133 dpms_probe(device_t dev) argument
146 dpms_attach(device_t dev) argument
160 dpms_detach(device_t dev) argument
167 dpms_suspend(device_t dev) argument
178 dpms_resume(device_t dev) argument
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_context.c44 void drm_ctxbitmap_free(struct drm_device *dev, int ctx_handle) argument
60 int drm_ctxbitmap_next(struct drm_device *dev) argument
97 drm_ctxbitmap_init(struct drm_device *dev) argument
121 drm_ctxbitmap_cleanup(struct drm_device *dev) argument
134 drm_getsareactx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
155 drm_setsareactx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
183 drm_context_switch(struct drm_device *dev, int old, int new) argument
200 drm_context_switch_complete(struct drm_device *dev, int new) argument
216 drm_resctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
236 drm_addctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
261 drm_modctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
267 drm_getctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
277 drm_switchctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
286 drm_newctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
296 drm_rmctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
[all...]
H A Ddrm_sysctl.c60 int drm_sysctl_init(struct drm_device *dev) argument
114 int drm_sysctl_cleanup(struct drm_device *dev) argument
135 struct drm_device *dev variable in typeref:struct:drm_device
161 struct drm_device *dev = arg1; variable in typeref:struct:drm_device
223 struct drm_device *dev = arg1; variable in typeref:struct:drm_device
280 struct drm_device *dev = arg1; variable in typeref:struct:drm_device
325 struct drm_device *dev = arg1; variable in typeref:struct:drm_device
[all...]
H A Di915_mem.c49 static void mark_block(struct drm_device * dev, struct mem_block *p, int in_use) argument
214 void i915_mem_release(struct drm_device * dev, struct drm_file *file_priv, argument
274 int i915_mem_alloc(struct drm_device *dev, void *data, argument
312 i915_mem_free(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
340 i915_mem_init_heap(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
364 i915_mem_destroy_heap( struct drm_device *dev, void *data, struct drm_file *file_priv ) argument
[all...]
H A Dradeon_irq.c41 void radeon_irq_set_state(struct drm_device *dev, u32 mask, int state) argument
54 static void r500_vbl_irq_set_state(struct drm_device *dev, u32 mask, int state) argument
67 radeon_enable_vblank(struct drm_device *dev, int crtc) argument
102 radeon_disable_vblank(struct drm_device *dev, int crtc) argument
190 struct drm_device *dev = (struct drm_device *) arg; local
256 radeon_emit_irq(struct drm_device * dev) argument
274 radeon_wait_irq(struct drm_device * dev, int swi_nr) argument
294 radeon_get_vblank_counter(struct drm_device *dev, int crtc) argument
323 radeon_irq_emit(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
351 radeon_irq_wait(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
366 radeon_driver_irq_preinstall(struct drm_device * dev) argument
384 radeon_driver_irq_postinstall(struct drm_device * dev) argument
400 radeon_driver_irq_uninstall(struct drm_device * dev) argument
419 radeon_vblank_crtc_get(struct drm_device *dev) argument
426 radeon_vblank_crtc_set(struct drm_device *dev, int64_t value) argument
[all...]
H A Dsis_mm.c87 static int sis_fb_init(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
92 static int sis_fb_alloc(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
120 static int sis_fb_free(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
149 static int sis_fb_init(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
172 sis_fb_alloc(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
203 sis_fb_free(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
227 sis_ioctl_agp_init(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
250 sis_ioctl_agp_alloc(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
282 sis_ioctl_agp_free(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
302 sis_init_context(struct drm_device *dev, int context) argument
333 sis_final_context(struct drm_device *dev, int context) argument
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_agpsupport.c53 int drm_agp_info(struct drm_device *dev, struct drm_agp_info *info) argument
77 int drm_agp_info_ioctl(struct drm_device *dev, void *data, argument
99 int drm_agp_acquire(struct drm_device * dev) argument
128 drm_agp_acquire_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
142 drm_agp_release(struct drm_device * dev) argument
152 drm_agp_release_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
168 drm_agp_enable(struct drm_device * dev, struct drm_agp_mode mode) argument
181 drm_agp_enable_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
201 drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) argument
239 drm_agp_alloc_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
256 drm_agp_lookup_entry(struct drm_device * dev, unsigned long handle) argument
280 drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request) argument
299 drm_agp_unbind_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
320 drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request) argument
343 drm_agp_bind_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
365 drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) argument
386 drm_agp_free_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
403 drm_agp_init(struct drm_device *dev) argument
432 drm_agp_bind_pages(struct drm_device *dev, struct page **pages, unsigned long num_pages, uint32_t gtt_offset, u32 type) argument
[all...]
H A Ddrm_context.c62 void drm_ctxbitmap_free(struct drm_device * dev, int ctx_handle) argument
86 static int drm_ctxbitmap_next(struct drm_device * dev) argument
130 drm_ctxbitmap_init(struct drm_device * dev) argument
162 drm_ctxbitmap_cleanup(struct drm_device * dev) argument
189 drm_getsareactx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
222 drm_setsareactx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
264 drm_context_switch(struct drm_device * dev, int old, int new) argument
292 drm_context_switch_complete(struct drm_device *dev, struct drm_file *file_priv, int new) argument
320 drm_resctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
351 drm_addctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
387 drm_modctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
402 drm_getctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
423 drm_switchctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
443 drm_newctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
465 drm_rmctx(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
[all...]
H A Ddrm_drv.c186 int drm_lastclose(struct drm_device * dev) argument
324 drm_version(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
361 struct drm_device *dev; local
499 drm_getsarea(struct drm_device *dev) argument
[all...]
H A Ddrm_fb_helper.h69 struct drm_device *dev; member in struct:drm_fb_helper
H A Ddrm_fops.c45 static int drm_setup(struct drm_device * dev) argument
124 struct drm_device *dev = NULL; local
180 drm_open_helper(struct cdev *kdev, int flags, int fmt, DRM_STRUCTPROC *p, struct drm_device *dev) argument
290 drm_master_release(struct drm_device *dev, struct drm_file *file_priv) argument
303 struct drm_device *dev = file_priv->minor->dev; local
340 struct drm_device *dev = file_priv->minor->dev; local
502 struct drm_device *dev; local
547 struct drm_device *dev; local
561 struct drm_device *dev; local
592 struct drm_device *dev; local
[all...]
H A Ddrm_stub.c86 static int drm_minor_get_id(struct drm_device *dev, int type) argument
135 struct drm_device *dev = master->minor->dev; local
175 drm_setmaster_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
207 drm_dropmaster_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
225 drm_fill_in_dev(struct drm_device *dev, struct drm_driver *driver) argument
298 drm_cancel_fill_in_dev(struct drm_device *dev) argument
342 drm_get_minor(struct drm_device *dev, struct drm_minor **minor, int type) argument
436 drm_put_dev(struct drm_device *dev) argument
[all...]
H A Ddrm_sysctl.c60 int drm_sysctl_init(struct drm_device *dev) argument
139 drm_sysctl_cleanup(struct drm_device *dev) argument
165 struct drm_device *dev = arg1; variable in typeref:struct:drm_device
177 DRM_LOCK(dev); variable
183 DRM_UNLOCK(dev); variable
196 struct drm_device *dev = arg1; variable in typeref:struct:drm_device
216 DRM_LOCK(dev); variable
227 DRM_UNLOCK(dev); variable
237 DRM_UNLOCK(dev); variable
279 struct drm_device *dev = arg1; variable in typeref:struct:drm_device
290 DRM_LOCK(dev); variable
292 DRM_UNLOCK(dev); variable
303 DRM_UNLOCK(dev); variable
336 struct drm_device *dev = arg1; variable in typeref:struct:drm_device
342 DRM_LOCK(dev); variable
351 DRM_UNLOCK(dev); variable
358 DRM_UNLOCK(dev); variable
381 struct drm_device *dev = arg1; variable in typeref:struct:drm_device
387 DRM_LOCK(dev); variable
399 DRM_UNLOCK(dev); variable
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem_context.c105 static int get_context_size(struct drm_device *dev) argument
134 struct drm_device *dev = ctx->obj->base.dev; local
149 create_hw_context(struct drm_device *dev, struct drm_i915_file_private *file_priv, struct i915_hw_context **ret_ctx) argument
254 i915_gem_context_init(struct drm_device *dev) argument
286 i915_gem_context_fini(struct drm_device *dev) argument
322 i915_gem_context_close(struct drm_device *dev, struct drm_file *file) argument
497 i915_gem_context_create_ioctl(struct drm_device *dev, void *data, struct drm_file *file) argument
527 i915_gem_context_destroy_ioctl(struct drm_device *dev, void *data, struct drm_file *file) argument
[all...]
H A Di915_gem_tiling.c91 i915_gem_detect_bit_6_swizzle(struct drm_device *dev) argument
208 i915_tiling_ok(struct drm_device *dev, int stride, int size, int tiling_mode) argument
304 i915_gem_set_tiling(struct drm_device *dev, void *data, struct drm_file *file) argument
412 i915_gem_get_tiling(struct drm_device *dev, void *data, struct drm_file *file) argument
[all...]
H A Di915_ioc32.c56 static int compat_i915_batchbuffer(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
80 static int compat_i915_cmdbuffer(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
98 static int compat_i915_irq_emit(struct drm_device *dev, voi argument
112 compat_i915_getparam(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
[all...]
H A Di915_suspend.c35 static bool i915_pipe_enabled(struct drm_device *dev, enum pipe pipe) argument
52 static void i915_save_palette(struct drm_device *dev, enum pipe pipe) argument
74 i915_restore_palette(struct drm_device *dev, enum pipe pipe) argument
96 i915_read_indexed(struct drm_device *dev, u16 index_port, u16 data_port, u8 reg) argument
104 i915_read_ar(struct drm_device *dev, u16 st01, u8 reg, u16 palette_enable) argument
113 i915_write_ar(struct drm_device *dev, u16 st01, u8 reg, u8 val, u16 palette_enable) argument
122 i915_write_indexed(struct drm_device *dev, u16 index_port, u16 data_port, u8 reg, u8 val) argument
130 i915_save_vga(struct drm_device *dev) argument
188 i915_restore_vga(struct drm_device *dev) argument
241 i915_save_modeset_reg(struct drm_device *dev) argument
409 i915_restore_modeset_reg(struct drm_device *dev) argument
621 i915_save_display(struct drm_device *dev) argument
708 i915_restore_display(struct drm_device *dev) argument
808 i915_save_state(struct drm_device *dev) argument
858 i915_restore_state(struct drm_device *dev) argument
[all...]
H A Dintel_acpi.c194 static bool intel_dsm_pci_probe(device_t dev) argument
226 device_t dev = NULL; local
[all...]
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_audmux.c88 audmux_probe(device_t dev) argument
119 audmux_attach(device_t dev) argument
[all...]
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_src.c101 src_probe(device_t dev) argument
115 src_attach(device_t dev) argument
[all...]
/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_ohci.c99 lpc_ohci_probe(device_t dev) argument
113 lpc_ohci_attach(device_t dev) argument
302 lpc_isp3101_configure(device_t dev, struct ohci_softc *sc) argument
332 lpc_ohci_detach(device_t dev) argument
[all...]
/freebsd-11-stable/sys/arm/mv/
H A Dic.c80 mv_ic_probe(device_t dev) argument
94 mv_ic_attach(device_t dev) argument
[all...]
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dchrome_ec.c62 device_t dev; member in struct:ec_softc
132 ec_probe(device_t dev) argument
244 ec_attach(device_t dev) argument
271 ec_detach(device_t dev) argument
[all...]
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_ecap.c107 device_t dev; local
142 am335x_ecap_probe(device_t dev) argument
157 am335x_ecap_attach(device_t dev) argument
181 am335x_ecap_detach(device_t dev) argument
[all...]
H A Dam335x_usbss.c115 usbss_probe(device_t dev) argument
130 usbss_attach(device_t dev) argument
194 usbss_detach(device_t dev) argument
[all...]

Completed in 299 milliseconds

<<21222324252627282930>>