Home
last modified time | relevance | path

Searched refs:generic (Results 1 – 25 of 793) sorted by relevance

12345678910>>...32

/linux/arch/um/include/asm/
H A DKbuild2 generic-y += bug.h
3 generic-y += compat.h
4 generic-y += device.h
5 generic-y += dma-mapping.h
6 generic-y += emergency-restart.h
7 generic-y += exec.h
8 generic-y += ftrace.h
9 generic-y += hw_irq.h
10 generic-y += irq_regs.h
11 generic-y += irq_work.h
[all …]
/linux/arch/riscv/include/asm/
H A DKbuild5 generic-y += early_ioremap.h
6 generic-y += flat.h
7 generic-y += fprobe.h
8 generic-y += kvm_para.h
9 generic-y += mmzone.h
10 generic-y += mcs_spinlock.h
11 generic-y += parport.h
12 generic-y += spinlock_types.h
13 generic-y += ticket_spinlock.h
14 generic-y += qrwlock.h
[all …]
/linux/arch/csky/include/asm/
H A DKbuild4 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 += ring_buffer.h
13 generic-y += user.h
[all …]
/linux/arch/microblaze/include/asm/
H A DKbuild3 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 += ring_buffer.h
9 generic-y += syscalls.h
10 generic-y += tlb.h
11 generic-y += user.h
12 generic-y += text-patching.h
/linux/arch/loongarch/include/asm/
H A DKbuild6 generic-y += mcs_spinlock.h
7 generic-y += parport.h
8 generic-y += early_ioremap.h
9 generic-y += qrwlock.h
10 generic-y += user.h
11 generic-y += ioctl.h
12 generic-y += mmzone.h
13 generic-y += ring_buffer.h
14 generic-y += statfs.h
15 generic-y += text-patching.h
/linux/arch/xtensa/include/asm/
H A DKbuild3 generic-y += extable.h
4 generic-y += kvm_para.h
5 generic-y += mcs_spinlock.h
6 generic-y += parport.h
7 generic-y += qrwlock.h
8 generic-y += qspinlock.h
9 generic-y += ring_buffer.h
10 generic-y += user.h
11 generic-y += text-patching.h
/linux/arch/openrisc/include/asm/
H A DKbuild4 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 += ring_buffer.h
12 generic-y += user.h
/linux/arch/nios2/include/asm/
H A DKbuild4 generic-y += cmpxchg.h
5 generic-y += extable.h
6 generic-y += kvm_para.h
7 generic-y += mcs_spinlock.h
8 generic-y += ring_buffer.h
9 generic-y += spinlock.h
10 generic-y += user.h
11 generic-y += text-patching.h
/linux/arch/mips/include/asm/
H A DKbuild10 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 += ring_buffer.h
16 generic-y += user.h
17 generic-y += text-patching.h
/linux/arch/arc/include/asm/
H A DKbuild4 generic-y += extable.h
5 generic-y += kvm_para.h
6 generic-y += mcs_spinlock.h
7 generic-y += parport.h
8 generic-y += ring_buffer.h
9 generic-y += user.h
10 generic-y += text-patching.h
/linux/drivers/usb/storage/
H A Disd200.c209 } 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/arch/hexagon/include/asm/
H A DKbuild4 generic-y += extable.h
5 generic-y += iomap.h
6 generic-y += kvm_para.h
7 generic-y += mcs_spinlock.h
8 generic-y += ring_buffer.h
9 generic-y += text-patching.h
/linux/arch/m68k/include/asm/
H A DKbuild3 generic-y += extable.h
4 generic-y += kvm_para.h
5 generic-y += mcs_spinlock.h
6 generic-y += ring_buffer.h
7 generic-y += spinlock.h
8 generic-y += text-patching.h
/linux/scripts/
H A DMakefile.asm-headers33 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/arch/alpha/include/asm/
H A DKbuild4 generic-y += agp.h
5 generic-y += asm-offsets.h
6 generic-y += kvm_para.h
7 generic-y += mcs_spinlock.h
8 generic-y += ring_buffer.h
9 generic-y += text-patching.h
/linux/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_generic.c40 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/arch/sh/include/asm/
H A DKbuild3 generic-y += kvm_para.h
4 generic-y += mcs_spinlock.h
5 generic-y += parport.h
6 generic-y += ring_buffer.h
7 generic-y += text-patching.h
/linux/arch/parisc/include/asm/
H A DKbuild4 generic-y += agp.h
5 generic-y += kvm_para.h
6 generic-y += mcs_spinlock.h
7 generic-y += ring_buffer.h
8 generic-y += user.h
/linux/arch/sparc/include/asm/
H A DKbuild4 generic-y += agp.h
5 generic-y += kvm_para.h
6 generic-y += mcs_spinlock.h
7 generic-y += ring_buffer.h
8 generic-y += text-patching.h
/linux/arch/arm/include/asm/
H A DKbuild2 generic-y += early_ioremap.h
3 generic-y += extable.h
4 generic-y += flat.h
5 generic-y += parport.h
6 generic-y += ring_buffer.h
/linux/arch/powerpc/include/asm/
H A DKbuild5 generic-y += agp.h
6 generic-y += mcs_spinlock.h
7 generic-y += qrwlock.h
8 generic-y += ring_buffer.h
9 generic-y += early_ioremap.h
/linux/arch/x86/include/asm/
H A DKbuild13 generic-y += early_ioremap.h
14 generic-y += fprobe.h
15 generic-y += mcs_spinlock.h
16 generic-y += mmzone.h
17 generic-y += ring_buffer.h
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-generic.rst15 These generic line-based metadata formats define the memory layout of the data
18 .. _v4l2-meta-fmt-generic-8:
28 :ref:`V4L2_META_FMT_GENERIC_CSI2_16 <v4l2-meta-fmt-generic-csi2-16>`.
51 .. _v4l2-meta-fmt-generic-csi2-10:
56 V4L2_META_FMT_GENERIC_CSI2_10 contains 8-bit generic metadata packed in 10-bit
68 <v4l2-meta-fmt-generic-csi2-20>`.
95 .. _v4l2-meta-fmt-generic-csi2-12:
100 V4L2_META_FMT_GENERIC_CSI2_12 contains 8-bit generic metadata packed in 12-bit
112 <v4l2-meta-fmt-generic-csi2-24>`.
141 .. _v4l2-meta-fmt-generic-csi2-14:
[all …]
/linux/arch/s390/include/asm/
H A DKbuild7 generic-y += asm-offsets.h
8 generic-y += mcs_spinlock.h
9 generic-y += mmzone.h
10 generic-y += ring_buffer.h
/linux/net/6lowpan/
H A DKconfig22 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

12345678910>>...32