| /linux/arch/um/include/asm/ |
| H A D | Kbuild | 2 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 D | Kbuild | 5 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/loongarch/include/asm/ |
| H A D | Kbuild | 6 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/xtensa/include/asm/ |
| H A D | Kbuild | 3 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/arch/openrisc/include/asm/ |
| H A 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/arch/arm64/include/asm/ |
| H A D | Kbuild | 10 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/drivers/acpi/apei/ |
| H A D | ghes.c | 107 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() 293 "generic hardware error source: %d.\n", in ghes_new() 294 error_block_length, generic->header.source_id); in ghes_new() 307 apei_unmap_generic_address(&generic in ghes_new() 966 __ghes_print_estatus(const char * pfx,const struct acpi_hest_generic * generic,const struct acpi_hest_generic_status * estatus) __ghes_print_estatus() argument 988 ghes_print_estatus(const char * pfx,const struct acpi_hest_generic * generic,const struct acpi_hest_generic_status * estatus) ghes_print_estatus() argument 1041 ghes_estatus_cache_alloc(struct acpi_hest_generic * generic,struct acpi_hest_generic_status * estatus) ghes_estatus_cache_alloc() argument 1083 ghes_estatus_cache_add(struct acpi_hest_generic * generic,struct acpi_hest_generic_status * estatus) ghes_estatus_cache_add() argument 1264 struct acpi_hest_generic *generic; ghes_proc_in_irq() local 1300 struct acpi_hest_generic *generic; ghes_print_queued_estatus() local 1647 struct acpi_hest_generic *generic; ghes_probe() local 1789 struct acpi_hest_generic *generic; ghes_remove() local [all...] |
| /linux/drivers/usb/storage/ |
| H A 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 in isd200_action() [all...] |
| /linux/scripts/ |
| H A 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/drivers/gpu/drm/amd/display/dc/gpio/ |
| H A 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/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-generic.rst | 15 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/parisc/include/asm/ |
| H A 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/arch/arm/include/asm/ |
| H A D | Kbuild | 2 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 D | Kbuild | 5 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 D | Kbuild | 13 generic-y += early_ioremap.h 14 generic-y += fprobe.h 15 generic-y += mcs_spinlock.h 16 generic-y += mmzone.h
|
| /linux/net/6lowpan/ |
| H A 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
|
| /linux/Documentation/networking/ |
| H A D | ppp_generic.rst | 12 The generic PPP driver in linux-2.4 provides an implementation of the 25 For sending and receiving PPP frames, the generic PPP driver calls on 29 has a very simple interface with the generic PPP code: it merely has 37 be linked to each ppp network interface unit. The generic layer is 46 functions used to communicate between the generic PPP layer and PPP 49 Each channel has to provide two functions to the generic PPP layer, 52 * start_xmit() is called by the generic layer when it has a frame to 56 later time when it can accept frames again, and the generic layer 66 The generic PPP layer provides seven functions to channels: 69 notify the PPP generic layer of its presence. For example, setting [all …]
|
| /linux/Documentation/core-api/ |
| H A D | genericirq.rst | 4 Linux generic IRQ handling 13 The generic interrupt handling layer is designed to provide a complete 16 drivers use generic API functions to request, enable, disable and free 23 generic IRQ handling layer. 68 reveals that most of them can use a generic set of 'irq flow' methods 75 which is normally one of the generic implementations. (This high-level 80 The separation makes the generic interrupt handling layer more flexible 81 and extensible. For example, an (sub)architecture can use a generic 119 into the generic interrupt code by calling desc->handle_irq(). This 157 The generic layer provides a set of pre-defined irq-flow methods: [all …]
|
| H A D | generic-radix-tree.rst | 5 .. kernel-doc:: include/linux/generic-radix-tree.h 8 generic radix tree functions 11 .. kernel-doc:: include/linux/generic-radix-tree.h
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | generic-radix-tree.rst | 5 :Original: Documentation/core-api/generic-radix-tree.rst 15 通用基数树/稀疏数组的相关内容请见include/linux/generic-radix-tree.h文件中的 23 include/linux/generic-radix-tree.h
|
| /linux/drivers/gpu/drm/amd/display/dc/gpio/dcn10/ |
| H A D | hw_factory_dcn10.c | 153 struct hw_generic *generic = HW_GENERIC_FROM_BASE(pin); in define_generic_registers() local 155 generic->regs = &generic_regs[en]; in define_generic_registers() 156 generic->shifts = &generic_shift[en]; in define_generic_registers() 157 generic->masks = &generic_mask[en]; in define_generic_registers() 158 generic->base.regs = &generic_regs[en].gpio; in define_generic_registers()
|
| /linux/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | Kconfig | 26 Driver for a generic DVI connector. 31 Driver for a generic HDMI connector. 36 Driver for a generic analog TV connector. 41 Driver for generic DPI panels. 48 Driver for generic DSI command mode panels.
|
| /linux/drivers/iio/buffer/ |
| H A D | Kconfig | 3 # Industrial I/O generic buffer implementations 16 Provides the generic IIO DMA buffer infrastructure that can be used by 19 Should be selected by drivers that want to use the generic DMA buffer 26 Provides a bonding of the generic IIO DMA buffer infrastructure with the 40 Should be selected by drivers that want to use the generic Hw consumer
|
| /linux/drivers/gpu/drm/amd/display/dc/gpio/dcn21/ |
| H A D | hw_factory_dcn21.c | 161 struct hw_generic *generic = HW_GENERIC_FROM_BASE(pin); in define_generic_registers() local 163 generic->regs = &generic_regs[en]; in define_generic_registers() 164 generic->shifts = &generic_shift[en]; in define_generic_registers() 165 generic->masks = &generic_mask[en]; in define_generic_registers() 166 generic->base.regs = &generic_regs[en].gpio; in define_generic_registers()
|
| /linux/drivers/gpu/drm/amd/display/dc/gpio/dcn32/ |
| H A D | hw_factory_dcn32.c | 194 struct hw_generic *generic = HW_GENERIC_FROM_BASE(pin); in define_generic_registers() local 196 generic->regs = &generic_regs[en]; in define_generic_registers() 197 generic->shifts = &generic_shift[en]; in define_generic_registers() 198 generic->masks = &generic_mask[en]; in define_generic_registers() 199 generic->base.regs = &generic_regs[en].gpio; in define_generic_registers()
|