Home
last modified time | relevance | path

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

12345678910>>...407

/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A DKbuild2 generic-y += bpf_perf_event.h
3 generic-y += bug.h
4 generic-y += compat.h
5 generic-y += current.h
6 generic-y += device.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 += futex.h
[all …]
/OK3568_Linux_fs/u-boot/drivers/irq/
H A Dirq-generic.su
/OK3568_Linux_fs/kernel/drivers/staging/fbtft/
H A DKconfig23 Generic Framebuffer support for BD663474
29 Generic Framebuffer support for HX8340BN
35 Generic Framebuffer support for HX8347D
41 Generic Framebuffer support for HX8353D
47 Generic Framebuffer support for HX8357D
53 Generic Framebuffer support for ILI9163
59 Generic Framebuffer support for ILI9320
65 Generic Framebuffer support for ILI9325
71 Generic Framebuffer support for ILI9340
77 Generic Framebuffer support for ILI9341
[all …]
/OK3568_Linux_fs/kernel/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
49 Generic PWM framework driver for Analog Baseband AB8500.
59 Generic PWM framework driver for Atmel SoC.
69 Generic PWM framework driver for the PWM output of the HLCDC
80 Generic PWM framework driver for Atmel Timer Counter Block.
94 Generic PWM framework driver for Broadcom iProc PWM block. This
106 Generic PWM framework driver for Broadcom Kona PWM block.
[all …]
/OK3568_Linux_fs/kernel/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>
21 #include <asm-generic/bitops/find.h>
23 #include <asm-generic/bitops/sched.h>
24 #include <asm-generic/bitops/hweight.h>
26 #include <asm-generic/bitops/atomic.h>
[all …]
/OK3568_Linux_fs/kernel/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>
23 #include <asm-generic/bitops/find.h>
29 #include <asm-generic/bitops/sched.h>
30 #include <asm-generic/bitops/ffs.h>
31 #include <asm-generic/bitops/hweight.h>
32 #include <asm-generic/bitops/lock.h>
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DMakefile.asm-generic2 # include/asm-generic contains a lot of files that are used
6 # and for each file listed in this file with generic-y creates
15 # $(generic)/Kbuild lists mandatory-y. Exclude um since it is a special case.
17 include $(generic)/Kbuild
22 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y))
23 redundant += $(foreach f, $(generic-y), $(if $(wildcard $(srctree)/$(src)/$(f)),$(f)))
26 $(warning redundant generic-y found in $(src)/Kbuild: $(redundant)))
28 # If arch does not implement mandatory headers, fallback to asm-generic ones.
30 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(srctree)/$(src)/$(f)),,$(f)))
32 generic-y := $(addprefix $(obj)/, $(generic-y))
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A DMakefile.asm-generic2 # include/asm-generic contains a lot of files that are used
6 # and for each file listed in this file with generic-y creates
15 # $(generic)/Kbuild lists mandatory-y. Exclude um since it is a special case.
17 include $(generic)/Kbuild
22 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y))
23 redundant += $(foreach f, $(generic-y), $(if $(wildcard $(srctree)/$(src)/$(f)),$(f)))
26 $(warning redundant generic-y found in $(src)/Kbuild: $(redundant)))
28 # If arch does not implement mandatory headers, fallback to asm-generic ones.
30 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(srctree)/$(src)/$(f)),,$(f)))
32 generic-y := $(addprefix $(obj)/, $(generic-y))
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DMakefile.asm-generic2 # include/asm-generic contains a lot of files that are used
6 # and for each file listed in this file with generic-y creates
15 # $(generic)/Kbuild lists mandatory-y. Exclude um since it is a special case.
17 include $(generic)/Kbuild
22 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y))
23 redundant += $(foreach f, $(generic-y), $(if $(wildcard $(srctree)/$(src)/$(f)),$(f)))
26 $(warning redundant generic-y found in $(src)/Kbuild: $(redundant)))
28 # If arch does not implement mandatory headers, fallback to asm-generic ones.
30 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(srctree)/$(src)/$(f)),,$(f)))
32 generic-y := $(addprefix $(obj)/, $(generic-y))
[all …]
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dbitops.h11 * asm-generic/bitops/ffs.h
28 * asm-generic/bitops/__ffs.h
41 * asm-generic/bitops/fls.h
54 * asm-generic/bitops/__fls.h
61 #include <asm-generic/bitops/ffz.h>
62 #include <asm-generic/bitops/fls64.h>
63 #include <asm-generic/bitops/find.h>
69 #include <asm-generic/bitops/sched.h>
70 #include <asm-generic/bitops/hweight.h>
71 #include <asm-generic/bitops/lock.h>
[all …]
/OK3568_Linux_fs/kernel/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
99 return ghes->generic->header.type == ACPI_HEST_TYPE_GENERIC_ERROR_V2; in is_hest_type_generic_v2()
223 static struct ghes *ghes_new(struct acpi_hest_generic *generic) in ghes_new() argument
233 ghes->generic = generic; in ghes_new()
240 rc = apei_map_generic_address(&generic->error_status_address); in ghes_new()
243 error_block_length = generic->error_block_length; in ghes_new()
247 "generic hardware error source: %d.\n", in ghes_new()
248 error_block_length, generic->header.source_id); in ghes_new()
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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/find.h>
62 #include <asm-generic/bitops/ffs.h>
63 #include <asm-generic/bitops/hweight.h>
64 #include <asm-generic/bitops/lock.h>
65 #include <asm-generic/bitops/sched.h>
66 #include <asm-generic/bitops/le.h>
67 #include <asm-generic/bitops/ext2-atomic.h>
[all …]
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dgeneric_ops.c3 * drivers/base/power/generic_ops.c - Generic PM callbacks for subsystems
13 * pm_generic_runtime_suspend - Generic runtime suspend callback for subsystems.
32 * pm_generic_runtime_resume - Generic runtime resume callback for subsystems.
53 * pm_generic_prepare - Generic routine preparing a device for power transition.
70 * pm_generic_suspend_noirq - Generic suspend_noirq callback for subsystems.
82 * pm_generic_suspend_late - Generic suspend_late callback for subsystems.
94 * pm_generic_suspend - Generic suspend callback for subsystems.
106 * pm_generic_freeze_noirq - Generic freeze_noirq callback for subsystems.
118 * pm_generic_freeze_late - Generic freeze_late callback for subsystems.
130 * pm_generic_freeze - Generic freeze callback for subsystems.
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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>
21 #include <asm-generic/bitops/find.h>
27 #include <asm-generic/bitops/hweight.h>
29 #include <asm-generic/bitops/atomic.h>
30 #include <asm-generic/bitops/non-atomic.h>
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DREADME.txt1 Generic Rootless Layer
11 The generic rootless layer allows an X server to be implemented
17 the underlying window server. The layer is referred to as "generic"
20 generic rootless layer is located in xc/programs/Xserver/miext/rootless. To
22 implementation, which provides functions that allow the generic rootless
33 is referred to as a "frame". The generic rootless layer associates each
37 The generic rootless layer models each frame as being backed at
40 frames, this must be done by the rootless implementation. The generic
49 generic rootless layer will stop Expose events being generated when the
60 generic rootless layer through rootless implementation functions, compile-
[all …]
/OK3568_Linux_fs/kernel/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>
55 #include <asm-generic/bitops/find.h>
59 #include <asm-generic/bitops/le.h>
61 #include <asm-generic/bitops/ext2-atomic-setbit.h>
/OK3568_Linux_fs/kernel/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>
33 #include <asm-generic/bitops/find.h>
39 #include <asm-generic/bitops/sched.h>
41 #include <asm-generic/bitops/hweight.h>
42 #include <asm-generic/bitops/lock.h>
45 #include <asm-generic/bitops/non-atomic.h>
46 #include <asm-generic/bitops/le.h>
47 #include <asm-generic/bitops/ext2-atomic.h>
H A DKbuild2 generic-y += extable.h
3 generic-y += kvm_para.h
4 generic-y += mcs_spinlock.h
5 generic-y += qspinlock_types.h
6 generic-y += qspinlock.h
7 generic-y += qrwlock_types.h
8 generic-y += qrwlock.h
9 generic-y += user.h
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Ddwc3-generic.su
/OK3568_Linux_fs/kernel/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/find.h>
[all …]
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dbitops.h123 #include <asm-generic/bitops/non-atomic.h>
218 #include <asm-generic/bitops/__fls.h>
219 #include <asm-generic/bitops/__ffs.h>
220 #include <asm-generic/bitops/fls.h>
221 #include <asm-generic/bitops/ffs.h>
230 #include <asm-generic/bitops/builtin-__fls.h>
231 #include <asm-generic/bitops/builtin-__ffs.h>
232 #include <asm-generic/bitops/builtin-fls.h>
233 #include <asm-generic/bitops/builtin-ffs.h>
237 #include <asm-generic/bitops/ffz.h>
[all …]
/OK3568_Linux_fs/kernel/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 …]

12345678910>>...407