Home
last modified time | relevance | path

Searched full:vfunc (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/pci/endpoint/
H A Dpci-epf-core.c95 dev_err(dev, "PF%d: Exceeds max vfunc number\n", in pci_epf_bind()
112 dev_err(dev, "PF%d: Exceeds max vfunc number\n", in pci_epf_bind()
/linux/include/drm/
H A Ddrm_framebuffer.h146 * @funcs: framebuffer vfunc table
H A Ddrm_bridge.h182 * bridge's @disable vfunc. If the preceding element is a &drm_encoder
347 * bridge's @atomic_disable or @disable vfunc. If the preceding element
/linux/Documentation/gpu/
H A Dintroduction.rst30 &vtable_name.vfunc. Unfortunately this does not yet yield a direct link to the
/linux/drivers/dma-buf/
H A Ddma-buf.c840 * operation related to this fd is called. It calls &dma_buf_ops.release vfunc
1389 * forward directly to existing dma-buf device drivers vfunc hooks. Userspace
/linux/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c87 * implemented via a per-engine length decoding vfunc.
/linux/drivers/gpu/drm/
H A Ddrm_gpusvm.c326 * notifier sequence number and calls the driver invalidate vfunc under
H A Ddrm_atomic.c407 * should be checked in driver's crtc->atomic_check() vfunc. in drm_atomic_crtc_check()