Home
last modified time | relevance | path

Searched full:generic (Results 1 – 25 of 3699) sorted by relevance

12345678910>>...148

/linux/drivers/staging/fbtft/
H A DKconfig21 Generic Framebuffer support for BD663474
26 Generic Framebuffer support for HX8340BN
31 Generic Framebuffer support for HX8347D
36 Generic Framebuffer support for HX8353D
41 Generic Framebuffer support for HX8357D
46 Generic Framebuffer support for ILI9163
51 Generic Framebuffer support for ILI9320
56 Generic Framebuffer support for ILI9325
61 Generic Framebuffer support for ILI9340
66 Generic Framebuffer support for ILI9341
[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/drivers/pwm/
H A DKconfig5 Generic Pulse-Width Modulation (PWM) support.
14 This framework provides a generic interface to PWM devices
18 drivers can request PWM devices and use the generic framework
21 This generic framework replaces the legacy PWM framework which
45 Generic PWM framework driver for Analog Baseband AB8500.
61 Generic PWM framework driver for PWM controller present on
74 Generic PWM framework driver for Atmel SoC.
84 Generic PWM framework driver for the PWM output of the HLCDC
96 Generic PWM framework driver for Atmel Timer Counter Block.
133 Generic PWM framework driver for Broadcom iProc PWM block. This
[all …]
/linux/arch/loongarch/include/asm/
H A Dbitops.h16 #include <asm-generic/bitops/builtin-ffs.h>
17 #include <asm-generic/bitops/builtin-fls.h>
18 #include <asm-generic/bitops/builtin-__ffs.h>
19 #include <asm-generic/bitops/builtin-__fls.h>
21 #include <asm-generic/bitops/ffz.h>
22 #include <asm-generic/bitops/fls64.h>
24 #include <asm-generic/bitops/sched.h>
25 #include <asm-generic/bitops/hweight.h>
27 #include <asm-generic/bitops/atomic.h>
28 #include <asm-generic/bitops/non-atomic.h>
[all …]
/linux/arch/arm64/include/asm/
H A Dbitops.h14 #include <asm-generic/bitops/builtin-__ffs.h>
15 #include <asm-generic/bitops/builtin-ffs.h>
16 #include <asm-generic/bitops/builtin-__fls.h>
17 #include <asm-generic/bitops/builtin-fls.h>
19 #include <asm-generic/bitops/ffz.h>
20 #include <asm-generic/bitops/fls64.h>
22 #include <asm-generic/bitops/sched.h>
23 #include <asm-generic/bitops/hweight.h>
25 #include <asm-generic/bitops/atomic.h>
26 #include <asm-generic/bitops/lock.h>
[all …]
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/include/asm-generic/
H A Dbitops.h18 #include <asm-generic/bitops/__ffs.h>
19 #include <asm-generic/bitops/ffz.h>
20 #include <asm-generic/bitops/fls.h>
21 #include <asm-generic/bitops/__fls.h>
22 #include <asm-generic/bitops/fls64.h>
28 #include <asm-generic/bitops/sched.h>
29 #include <asm-generic/bitops/ffs.h>
30 #include <asm-generic/bitops/hweight.h>
31 #include <asm-generic/bitops/lock.h>
33 #include <asm-generic/bitops/atomic.h>
[all …]
/linux/arch/csky/include/asm/
H A Dbitops.h10 * asm-generic/bitops/ffs.h
27 * asm-generic/bitops/__ffs.h
40 * asm-generic/bitops/fls.h
53 * asm-generic/bitops/__fls.h
60 #include <asm-generic/bitops/ffz.h>
61 #include <asm-generic/bitops/fls64.h>
67 #include <asm-generic/bitops/sched.h>
68 #include <asm-generic/bitops/hweight.h>
69 #include <asm-generic/bitops/lock.h>
70 #include <asm-generic/bitops/atomic.h>
[all …]
/linux/lib/crypto/
H A DMakefile27 libblake2s-$(CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC) += blake2s-generic.o
34 obj-$(CONFIG_CRYPTO_LIB_CURVE25519_GENERIC) += libcurve25519-generic.o
35 libcurve25519-generic-y := curve25519-fiat32.o
36 libcurve25519-generic-$(CONFIG_ARCH_SUPPORTS_INT128) := curve25519-hacl64.o
37 libcurve25519-generic-y += curve25519-generic.o
53 obj-$(CONFIG_CRYPTO_LIB_POLY1305_GENERIC) += libpoly1305-generic.o
54 libpoly1305-generic-y := poly1305-donna32.o
55 libpoly1305-generic-$(CONFIG_ARCH_SUPPORTS_INT128) := poly1305-donna64.o
56 libpoly1305-generic-y += poly1305-generic.o
64 obj-$(CONFIG_CRYPTO_LIB_SHA256_GENERIC) += libsha256-generic.o
[all …]
/linux/Documentation/networking/
H A Dppp_generic.rst4 PPP Generic Driver and Channel Interface
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:
[all …]
/linux/scripts/
H A DMakefile.asm-headers2 # include/asm-generic contains a lot of files that are used
7 # - a small wrapper to include the corresponding asm-generic/*.h
8 # is generated for each file listed as generic-y
31 # $(generic)/Kbuild lists mandatory-y. Exclude um since it is a special case.
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)))
42 # If arch does not implement mandatory headers, fallback to asm-generic ones.
44 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(src)/$(f)),,$(f)))
[all …]
/linux/arch/sh/include/asm/
H A Dbitops.h16 #include <asm-generic/bitops/atomic.h>
23 #include <asm-generic/bitops/atomic.h>
24 #include <asm-generic/bitops/non-atomic.h>
61 #include <asm-generic/bitops/ffs.h>
62 #include <asm-generic/bitops/hweight.h>
63 #include <asm-generic/bitops/lock.h>
64 #include <asm-generic/bitops/sched.h>
65 #include <asm-generic/bitops/ext2-atomic.h>
66 #include <asm-generic/bitops/fls.h>
67 #include <asm-generic/bitops/__fls.h>
[all …]
/linux/drivers/net/fddi/skfp/h/
H A Dsmt.h120 struct smt_para para ; /* generic parameter header */
135 struct smt_para para ; /* generic parameter header */
149 struct smt_para para ; /* generic parameter header */
171 struct smt_para para ; /* generic parameter header */
182 struct smt_para para ; /* generic parameter header */
199 struct smt_para para ; /* generic parameter header */
213 struct smt_para para ; /* generic parameter header */
262 struct smt_para para ; /* generic parameter header */
274 struct smt_para para ; /* generic parameter header */
297 struct smt_para para ; /* generic parameter header */
[all …]
/linux/drivers/acpi/apei/
H A Dghes.c3 * APEI Generic Hardware Error Source support
5 * Generic Hardware Error Source provides a way to report platform
13 * For more information about Generic Hardware Error Source, please
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()
266 static struct ghes *ghes_new(struct acpi_hest_generic *generic) in ghes_new() argument
276 ghes->generic = generic; in ghes_new()
283 rc = apei_map_generic_address(&generic->error_status_address); in ghes_new()
286 error_block_length = generic->error_block_length; in ghes_new()
290 "generic hardware error source: %d.\n", in ghes_new()
[all …]
/linux/tools/include/asm-generic/
H A Dbitops.h6 * tools/ copied this from include/asm-generic/bitops.h, bit by bit as it needed
16 #include <asm-generic/bitops/__ffs.h>
17 #include <asm-generic/bitops/__ffz.h>
18 #include <asm-generic/bitops/fls.h>
19 #include <asm-generic/bitops/__fls.h>
20 #include <asm-generic/bitops/fls64.h>
26 #include <asm-generic/bitops/hweight.h>
28 #include <asm-generic/bitops/atomic.h>
29 #include <asm-generic/bitops/non-atomic.h>
/linux/arch/sparc/include/asm/
H A Dbitops_32.h92 #include <asm-generic/bitops/non-atomic.h>
94 #include <asm-generic/bitops/ffz.h>
95 #include <asm-generic/bitops/__ffs.h>
96 #include <asm-generic/bitops/sched.h>
97 #include <asm-generic/bitops/ffs.h>
98 #include <asm-generic/bitops/fls.h>
99 #include <asm-generic/bitops/__fls.h>
100 #include <asm-generic/bitops/fls64.h>
101 #include <asm-generic/bitops/hweight.h>
102 #include <asm-generic/bitops/lock.h>
[all …]
H A Dbitops_64.h29 #include <asm-generic/bitops/non-atomic.h>
31 #include <asm-generic/bitops/fls64.h>
38 #include <asm-generic/bitops/ffz.h>
39 #include <asm-generic/bitops/sched.h>
51 #include <asm-generic/bitops/const_hweight.h>
52 #include <asm-generic/bitops/lock.h>
57 #include <asm-generic/bitops/le.h>
59 #include <asm-generic/bitops/ext2-atomic-setbit.h>
/linux/arch/openrisc/include/asm/
H A Dbitops.h20 * generic implementations. Otherwise, we pull in our (hopefully)
29 #include <asm-generic/bitops/ffz.h>
32 #include <asm-generic/bitops/fls64.h>
38 #include <asm-generic/bitops/sched.h>
40 #include <asm-generic/bitops/hweight.h>
41 #include <asm-generic/bitops/lock.h>
44 #include <asm-generic/bitops/non-atomic.h>
45 #include <asm-generic/bitops/le.h>
46 #include <asm-generic/bitops/ext2-atomic.h>
/linux/arch/xtensa/include/asm/
H A Dbitops.h24 #include <asm-generic/bitops/non-atomic.h>
87 /* Use the generic implementation if we don't have the nsa/nsau instructions. */
89 # include <asm-generic/bitops/ffs.h>
90 # include <asm-generic/bitops/__ffs.h>
91 # include <asm-generic/bitops/ffz.h>
92 # include <asm-generic/bitops/fls.h>
93 # include <asm-generic/bitops/__fls.h>
97 #include <asm-generic/bitops/fls64.h>
192 #include <asm-generic/bitops/atomic.h>
208 #include <asm-generic/bitops/instrumented-atomic.h>
[all …]
/linux/Documentation/core-api/
H A Dgenericirq.rst4 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 …]
/linux/arch/arm/mach-omap2/
H A Dboard-generic.c8 * Modified from the original mach-omap/omap2/board-generic.c did by Paul
55 DT_MACHINE_START(OMAP242X_DT, "Generic OMAP2420 (Flattened Device Tree)")
72 DT_MACHINE_START(OMAP243X_DT, "Generic OMAP2430 (Flattened Device Tree)")
129 /* Generic omap3 boards, most boards can use these */
136 DT_MACHINE_START(OMAP3_DT, "Generic OMAP3 (Flattened Device Tree)")
153 DT_MACHINE_START(OMAP36XX_DT, "Generic OMAP36xx (Flattened Device Tree)")
170 DT_MACHINE_START(OMAP3_GP_DT, "Generic OMAP3-GP (Flattened Device Tree)")
186 DT_MACHINE_START(AM3517_DT, "Generic AM3517 (Flattened Device Tree)")
205 DT_MACHINE_START(TI814X_DT, "Generic ti814x (Flattened Device Tree)")
222 DT_MACHINE_START(TI816X_DT, "Generic ti816x (Flattened Device Tree)")
[all …]
/linux/arch/arm/include/asm/
H A Dbitops.h123 #include <asm-generic/bitops/non-atomic.h>
220 #include <asm-generic/bitops/__fls.h>
221 #include <asm-generic/bitops/__ffs.h>
222 #include <asm-generic/bitops/fls.h>
223 #include <asm-generic/bitops/ffs.h>
232 #include <asm-generic/bitops/builtin-__fls.h>
233 #include <asm-generic/bitops/builtin-__ffs.h>
234 #include <asm-generic/bitops/builtin-fls.h>
235 #include <asm-generic/bitops/builtin-ffs.h>
239 #include <asm-generic/bitops/ffz.h>
[all …]
/linux/net/6lowpan/
H A DKconfig18 tristate "Next Header and Generic Header Compression Support"
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/kernel/irq/
H A DKconfig13 # Enable the generic irq autoprobe mechanism
17 # Use the generic /proc/interrupts implementation
34 # Support for generic irq migrating off cpu before the cpu is offline.
50 # Generic configurable interrupt chip implementation
55 # Generic irq_domain hw <--> linux irq number translation
79 # Generic IRQ IPI support
85 # Generic IRQ IPI Mux support
90 # Generic MSI hierarchical interrupt domain support
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A DKconfig26 Driver for a generic DVI connector.
31 Driver for a generic HDMI connector.
36 Driver for a generic analog TV connector.
39 tristate "Generic DPI panel"
41 Driver for generic DPI panels.
44 tristate "Generic DSI Command Mode Panel"
48 Driver for generic DSI command mode panels.

12345678910>>...148