/linux-6.12.1/arch/um/include/asm/ |
D | Kbuild | 2 generic-y += bug.h 3 generic-y += compat.h 4 generic-y += current.h 5 generic-y += device.h 6 generic-y += dma-mapping.h 7 generic-y += emergency-restart.h 8 generic-y += exec.h 9 generic-y += extable.h 10 generic-y += ftrace.h 11 generic-y += hw_irq.h [all …]
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | Kbuild | 5 generic-y += early_ioremap.h 6 generic-y += flat.h 7 generic-y += kvm_para.h 8 generic-y += mmzone.h 9 generic-y += parport.h 10 generic-y += spinlock.h 11 generic-y += spinlock_types.h 12 generic-y += qrwlock.h 13 generic-y += qrwlock_types.h 14 generic-y += user.h [all …]
|
/linux-6.12.1/arch/csky/include/asm/ |
D | Kbuild | 4 generic-y += asm-offsets.h 5 generic-y += extable.h 6 generic-y += kvm_para.h 7 generic-y += mcs_spinlock.h 8 generic-y += qrwlock.h 9 generic-y += qrwlock_types.h 10 generic-y += qspinlock.h 11 generic-y += parport.h 12 generic-y += user.h 13 generic-y += vmlinux.lds.h
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | Kbuild | 5 generic-y += mcs_spinlock.h 6 generic-y += parport.h 7 generic-y += early_ioremap.h 8 generic-y += qrwlock.h 9 generic-y += user.h 10 generic-y += ioctl.h 11 generic-y += mmzone.h 12 generic-y += statfs.h 13 generic-y += param.h
|
/linux-6.12.1/arch/microblaze/include/asm/ |
D | Kbuild | 3 generic-y += cmpxchg.h 4 generic-y += extable.h 5 generic-y += kvm_para.h 6 generic-y += mcs_spinlock.h 7 generic-y += parport.h 8 generic-y += syscalls.h 9 generic-y += tlb.h 10 generic-y += user.h
|
/linux-6.12.1/arch/openrisc/include/asm/ |
D | Kbuild | 4 generic-y += extable.h 5 generic-y += kvm_para.h 6 generic-y += parport.h 7 generic-y += spinlock_types.h 8 generic-y += spinlock.h 9 generic-y += qrwlock_types.h 10 generic-y += qrwlock.h 11 generic-y += user.h
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | Kbuild | 3 generic-y += extable.h 4 generic-y += kvm_para.h 5 generic-y += mcs_spinlock.h 6 generic-y += param.h 7 generic-y += parport.h 8 generic-y += qrwlock.h 9 generic-y += qspinlock.h 10 generic-y += user.h
|
/linux-6.12.1/drivers/acpi/apei/ |
D | ghes.c | 104 return ghes->generic->header.type == ACPI_HEST_TYPE_GENERIC_ERROR_V2; in is_hest_type_generic_v2() 116 u8 notify_type = ghes->generic->notify.type; in is_hest_sync_notify() 268 static struct ghes *ghes_new(struct acpi_hest_generic *generic) in ghes_new() argument 278 ghes->generic = generic; in ghes_new() 285 rc = apei_map_generic_address(&generic->error_status_address); in ghes_new() 288 error_block_length = generic->error_block_length; in ghes_new() 293 error_block_length, generic->header.source_id); in ghes_new() 305 apei_unmap_generic_address(&generic->error_status_address); in ghes_new() 317 apei_unmap_generic_address(&ghes->generic->error_status_address); in ghes_fini() 374 if (len > ghes->generic->error_block_length) { in __ghes_check_estatus() [all …]
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | Kbuild | 10 generic-y += early_ioremap.h 11 generic-y += mcs_spinlock.h 12 generic-y += mmzone.h 13 generic-y += qrwlock.h 14 generic-y += qspinlock.h 15 generic-y += parport.h 16 generic-y += user.h
|
/linux-6.12.1/arch/nios2/include/asm/ |
D | Kbuild | 4 generic-y += cmpxchg.h 5 generic-y += extable.h 6 generic-y += kvm_para.h 7 generic-y += mcs_spinlock.h 8 generic-y += spinlock.h 9 generic-y += user.h
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/gpio/ |
D | hw_generic.c | 40 generic->shifts->field_name, generic->masks->field_name 43 generic->base.base.ctx 45 (generic->regs->reg) 58 struct hw_generic *generic = HW_GENERIC_FROM_BASE(*ptr); in dal_hw_generic_destroy() local 60 dal_hw_generic_destruct(generic); in dal_hw_generic_destroy() 62 kfree(generic); in dal_hw_generic_destroy() 71 struct hw_generic *generic = HW_GENERIC_FROM_BASE(ptr); in set_config() local
|
/linux-6.12.1/drivers/usb/storage/ |
D | isd200.c | 209 } generic; member 491 ata.generic.SignatureByte0 = info->ConfigData.ATAMajorCommand; in isd200_action() 492 ata.generic.SignatureByte1 = info->ConfigData.ATAMinorCommand; in isd200_action() 493 ata.generic.TransferBlockSize = 1; in isd200_action() 498 ata.generic.ActionSelect = ACTION_SELECT_0|ACTION_SELECT_2; in isd200_action() 499 ata.generic.RegisterSelect = in isd200_action() 507 ata.generic.ActionSelect = ACTION_SELECT_1|ACTION_SELECT_2| in isd200_action() 510 ata.generic.RegisterSelect = REG_DEVICE_HEAD; in isd200_action() 517 ata.generic.ActionSelect = ACTION_SELECT_1|ACTION_SELECT_2| in isd200_action() 519 ata.generic.RegisterSelect = REG_DEVICE_CONTROL; in isd200_action() [all …]
|
/linux-6.12.1/scripts/ |
D | Makefile.asm-headers | 33 include $(srctree)/$(generic)/Kbuild 36 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y)) 37 redundant += $(foreach f, $(generic-y), $(if $(wildcard $(src)/$(f)),$(f))) 40 $(warning redundant generic-y found in $(src)/Kbuild: $(redundant))) 44 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(src)/$(f)),,$(f))) 46 generic-y := $(addprefix $(obj)/, $(generic-y)) 52 unwanted := $(filter-out $(generic-y) $(generated-y) $(syscall-y),$(old-headers)) 73 all: $(generic-y) $(syscall-y) 77 $(obj)/%.h: $(srctree)/$(generic)/%.h
|
/linux-6.12.1/arch/mips/include/asm/ |
D | Kbuild | 10 generic-y += kvm_para.h 11 generic-y += mcs_spinlock.h 12 generic-y += parport.h 13 generic-y += qrwlock.h 14 generic-y += qspinlock.h 15 generic-y += user.h
|
/linux-6.12.1/arch/arc/include/asm/ |
D | Kbuild | 4 generic-y += extable.h 5 generic-y += kvm_para.h 6 generic-y += mcs_spinlock.h 7 generic-y += parport.h 8 generic-y += user.h
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | Kbuild | 5 generic-y += agp.h 6 generic-y += kvm_types.h 7 generic-y += mcs_spinlock.h 8 generic-y += qrwlock.h 9 generic-y += early_ioremap.h
|
/linux-6.12.1/lib/crypto/ |
D | Makefile | 27 libblake2s-$(CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC) += blake2s-generic.o 32 obj-$(CONFIG_CRYPTO_LIB_CURVE25519_GENERIC) += libcurve25519-generic.o 33 libcurve25519-generic-y := curve25519-fiat32.o 34 libcurve25519-generic-$(CONFIG_ARCH_SUPPORTS_INT128) := curve25519-hacl64.o 35 libcurve25519-generic-y += curve25519-generic.o
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | Kbuild | 3 generic-y += extable.h 4 generic-y += kvm_para.h 5 generic-y += mcs_spinlock.h 6 generic-y += spinlock.h
|
/linux-6.12.1/arch/hexagon/include/asm/ |
D | Kbuild | 4 generic-y += extable.h 5 generic-y += iomap.h 6 generic-y += kvm_para.h 7 generic-y += mcs_spinlock.h
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | Kbuild | 4 generic-y += agp.h 5 generic-y += asm-offsets.h 6 generic-y += kvm_para.h 7 generic-y += mcs_spinlock.h
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | Kbuild | 4 generic-y += agp.h 5 generic-y += kvm_para.h 6 generic-y += mcs_spinlock.h 7 generic-y += user.h
|
/linux-6.12.1/arch/arm/include/asm/ |
D | Kbuild | 2 generic-y += early_ioremap.h 3 generic-y += extable.h 4 generic-y += flat.h 5 generic-y += parport.h
|
/linux-6.12.1/arch/s390/include/asm/ |
D | Kbuild | 7 generic-y += asm-offsets.h 8 generic-y += kvm_types.h 9 generic-y += mcs_spinlock.h 10 generic-y += mmzone.h
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | metafmt-generic.rst | 14 These generic line-based metadata formats define the memory layout of the data 17 .. _v4l2-meta-fmt-generic-8: 27 :ref:`V4L2_META_FMT_GENERIC_CSI2_16 <v4l2-meta-fmt-generic-csi2-16>`. 50 .. _v4l2-meta-fmt-generic-csi2-10: 55 V4L2_META_FMT_GENERIC_CSI2_10 contains 8-bit generic metadata packed in 10-bit 67 <v4l2-meta-fmt-generic-csi2-20>`. 94 .. _v4l2-meta-fmt-generic-csi2-12: 99 V4L2_META_FMT_GENERIC_CSI2_12 contains 8-bit generic metadata packed in 12-bit 111 <v4l2-meta-fmt-generic-csi2-24>`. 140 .. _v4l2-meta-fmt-generic-csi2-14: [all …]
|
/linux-6.12.1/net/6lowpan/ |
D | Kconfig | 22 Support for next header and generic header compression defined in 74 6LoWPAN IPv6 Hop-by-Hop option generic header compression according 80 6LoWPAN IPv6 UDP generic header compression according to RFC7400. 85 6LoWPAN IPv6 ICMPv6 generic header compression according to RFC7400. 90 6LoWPAN IPv6 destination option generic header compression according 96 6LoWPAN IPv6 fragmentation option generic header compression 102 6LoWPAN IPv6 routing option generic header compression according
|