Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/pci/
H A Dpci-ep.yaml75 - Bits [18:3] for the virtual function index (vfunc)
79 (func & 0x7) | (vfunc << 3)
/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
/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.c819 * operation related to this fd is called. It calls &dma_buf_ops.release vfunc
1321 * forward directly to existing dma-buf device drivers vfunc hooks. Userspace
/linux/drivers/gpu/drm/
H A Ddrm_gpusvm.c326 * notifier sequence number and calls the driver invalidate vfunc under
/linux/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c86 * implemented via a per-engine length decoding vfunc.