Home
last modified time | relevance | path

Searched refs:stub (Results 1 – 15 of 15) sorted by relevance

/drivers/md/dm-vdo/
A Dfunnel-queue.c25 queue->stub.next = NULL; in vdo_make_funnel_queue()
26 queue->newest = &queue->stub; in vdo_make_funnel_queue()
27 queue->oldest = &queue->stub; in vdo_make_funnel_queue()
48 if (oldest == &queue->stub) { in get_oldest()
83 vdo_funnel_queue_put(queue, &queue->stub); in get_oldest()
154 if (queue->oldest != &queue->stub) in vdo_is_funnel_queue_idle()
166 if (READ_ONCE(queue->newest) != &queue->stub) in vdo_is_funnel_queue_idle()
A Dfunnel-queue.h67 struct funnel_queue_entry stub; in __aligned() local
/drivers/firmware/efi/libstub/
A DMakefile67 lib-y := efi-stub-helper.o gop.o secureboot.o tpm.o \
82 lib-$(CONFIG_EFI_GENERIC_STUB) += efi-stub.o string.o intrinsics.o systable.o \
83 screen_info.o efi-stub-entry.o
85 lib-$(CONFIG_ARM) += arm32-stub.o
86 lib-$(CONFIG_ARM64) += kaslr.o arm64.o arm64-stub.o smbios.o
87 lib-$(CONFIG_X86) += x86-stub.o smbios.o
89 lib-$(CONFIG_RISCV) += kaslr.o riscv.o riscv-stub.o
90 lib-$(CONFIG_LOONGARCH) += loongarch.o loongarch-stub.o
92 CFLAGS_arm32-stub.o := -DTEXT_OFFSET=$(TEXT_OFFSET)
105 lib-y := $(patsubst %.o,%.stub.o,$(lib-y))
[all …]
/drivers/clk/hisilicon/
A DMakefile19 obj-$(CONFIG_STUB_CLK_HI6220) += clk-hi6220-stub.o
20 obj-$(CONFIG_STUB_CLK_HI3660) += clk-hi3660-stub.o
A DKconfig68 Build the Hisilicon Hi6220 stub clock driver.
76 Build the Hisilicon Hi3660 stub clock driver.
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_eviction_fence.c225 struct dma_fence *stub = dma_fence_get_stub(); in amdgpu_eviction_fence_detach() local
228 stub, DMA_RESV_USAGE_BOOKKEEP); in amdgpu_eviction_fence_detach()
229 dma_fence_put(stub); in amdgpu_eviction_fence_detach()
A Damdgpu_amdkfd_gpuvm.c385 struct dma_fence *fence, *stub; in amdgpu_amdkfd_remove_all_eviction_fences() local
390 stub = dma_fence_get_stub(); in amdgpu_amdkfd_remove_all_eviction_fences()
395 dma_resv_replace_fences(resv, fence->context, stub, in amdgpu_amdkfd_remove_all_eviction_fences()
398 dma_fence_put(stub); in amdgpu_amdkfd_remove_all_eviction_fences()
/drivers/pci/
A DMakefile30 obj-$(CONFIG_PCI_STUB) += pci-stub.o
31 obj-$(CONFIG_PCI_PF_STUB) += pci-pf-stub.o
/drivers/i2c/
A DMakefile19 obj-$(CONFIG_I2C_STUB) += i2c-stub.o
A DKconfig110 in <file:Documentation/i2c/i2c-stub.rst>.
/drivers/gpu/drm/ttm/tests/
A DTODO27 ttm_bo_ioremap() can't be tested, unless we find a way to stub it
/drivers/firmware/efi/
A DKconfig95 memory from the EFI System Partition by the stub.
209 If you say Y here, the EFI stub will clear the busmaster bit on all
/drivers/xen/
A DKconfig188 tristate "Xen PCI-device stub driver"
194 The PCI device stub driver provides limited version of the PCI
/drivers/net/can/rcar/
A Drcar_can.c45 u8 stub; /* Not used */ member
/drivers/block/
A DKconfig319 is only a minimal stub.

Completed in 27 milliseconds