Home
last modified time | relevance | path

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

12345678910>>...46

/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 += user.h
13 generic-y += vmlinux.lds.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 += syscalls.h
9 generic-y += tlb.h
10 generic-y += user.h
11 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 += statfs.h
14 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 += user.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 += user.h
10 generic-y += text-patching.h
/linux/drivers/acpi/apei/
H A Dghes.c107 return ghes->generic->header.type == ACPI_HEST_TYPE_GENERIC_ERROR_V2; in is_hest_type_generic_v2()
119 u8 notify_type = ghes->generic->notify.type; in is_hest_sync_notify()
269 static struct ghes *ghes_new(struct acpi_hest_generic *generic) in ghes_new() argument
279 ghes->generic = generic; in ghes_new()
286 rc = apei_map_generic_address(&generic->error_status_address); in ghes_new()
289 error_block_length = generic->error_block_length; in ghes_new()
294 error_block_length, generic->header.source_id); in ghes_new()
307 apei_unmap_generic_address(&generic->error_status_address); in ghes_new()
319 apei_unmap_generic_address(&ghes->generic->error_status_address); in ghes_fini()
370 u32 max_len = min(ghes->generic->error_block_length, in __ghes_check_estatus()
[all …]
/linux/arch/arm64/include/asm/
H A DKbuild10 generic-y += early_ioremap.h
11 generic-y += fprobe.h
12 generic-y += mcs_spinlock.h
13 generic-y += mmzone.h
14 generic-y += qrwlock.h
15 generic-y += qspinlock.h
16 generic-y += parport.h
17 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 += spinlock.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/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 += user.h
16 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/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/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 += user.h
9 generic-y += text-patching.h
/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 += 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 += spinlock.h
7 generic-y += text-patching.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 += text-patching.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/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 += 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 += 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 += 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
/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 += 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

12345678910>>...46