Home
last modified time | relevance | path

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

12345678910>>...223

/openbmc/linux/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 += dma-mapping.h
8 generic-y += emergency-restart.h
9 generic-y += exec.h
10 generic-y += extable.h
11 generic-y += fb.h
[all …]
/openbmc/linux/arch/loongarch/include/asm/
H A DKbuild2 generic-y += dma-contiguous.h
3 generic-y += mcs_spinlock.h
4 generic-y += parport.h
5 generic-y += early_ioremap.h
6 generic-y += qrwlock.h
7 generic-y += qspinlock.h
8 generic-y += rwsem.h
9 generic-y += segment.h
10 generic-y += user.h
11 generic-y += stat.h
[all …]
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 …]
/openbmc/linux/drivers/staging/fbtft/
H A DKconfig24 Generic Framebuffer support for BD663474
30 Generic Framebuffer support for HX8340BN
36 Generic Framebuffer support for HX8347D
42 Generic Framebuffer support for HX8353D
48 Generic Framebuffer support for HX8357D
54 Generic Framebuffer support for ILI9163
60 Generic Framebuffer support for ILI9320
66 Generic Framebuffer support for ILI9325
72 Generic Framebuffer support for ILI9340
78 Generic Framebuffer support for ILI9341
[all …]
/openbmc/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 …]
/openbmc/linux/arch/csky/include/asm/
H A DKbuild2 generic-y += asm-offsets.h
3 generic-y += extable.h
4 generic-y += gpio.h
5 generic-y += kvm_para.h
6 generic-y += mcs_spinlock.h
7 generic-y += qrwlock.h
8 generic-y += qrwlock_types.h
9 generic-y += qspinlock.h
10 generic-y += parport.h
11 generic-y += user.h
[all …]
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 …]
/openbmc/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 …]
/openbmc/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
49 Generic PWM framework driver for Analog Baseband AB8500.
58 Generic PWM framework driver for PWM controller present on
71 Generic PWM framework driver for Atmel SoC.
81 Generic PWM framework driver for the PWM output of the HLCDC
93 Generic PWM framework driver for Atmel Timer Counter Block.
107 Generic PWM framework driver for Broadcom iProc PWM block. This
[all …]
/openbmc/linux/arch/riscv/include/asm/
H A DKbuild2 generic-y += early_ioremap.h
3 generic-y += flat.h
4 generic-y += kvm_para.h
5 generic-y += parport.h
6 generic-y += spinlock.h
7 generic-y += spinlock_types.h
8 generic-y += qrwlock.h
9 generic-y += qrwlock_types.h
10 generic-y += user.h
11 generic-y += vmlinux.lds.h
/openbmc/linux/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
17 # $(generic)/Kbuild lists mandatory-y. Exclude um since it is a special case.
19 include $(srctree)/$(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 …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dgeneric.hpp12 * @class Generic
19 class Generic : public Section class
22 Generic() = delete;
23 ~Generic() = default;
24 Generic(const Generic&) = default;
25 Generic& operator=(const Generic&) = default;
26 Generic(Generic&&) = default;
27 Generic& operator=(Generic&&) = default;
36 explicit Generic(Stream& pel);
/openbmc/u-boot/drivers/firmware/
H A Dti_sci.h17 /* Generic Messages */
54 * struct ti_sci_msg_hdr - Generic Message Header for All messages and responses
87 * @hdr: Generic header
97 * Response to a generic message with message type TI_SCI_MSG_VERSION
109 * @hdr: Generic Header
111 * Request type is TI_SCI_MSG_SYS_RESET, responded with a generic
120 * @hdr: Generic Header
126 * Request type is TI_SCI_MSG_BOARD_CONFIG, responded with a generic
138 * @hdr: Generic header
155 * Request type is TI_SCI_MSG_SET_DEVICE_STATE, responded with a generic
[all …]
/openbmc/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 …]
/openbmc/linux/arch/openrisc/include/asm/
H A DKbuild2 generic-y += extable.h
3 generic-y += kvm_para.h
4 generic-y += parport.h
5 generic-y += spinlock_types.h
6 generic-y += spinlock.h
7 generic-y += qrwlock_types.h
8 generic-y += qrwlock.h
9 generic-y += user.h
/openbmc/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 …]
/openbmc/linux/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 …]
/openbmc/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 += param.h
7 generic-y += parport.h
8 generic-y += qrwlock.h
9 generic-y += qspinlock.h
10 generic-y += user.h
/openbmc/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
/openbmc/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>
/openbmc/qemu/hw/acpi/
H A Dghes.c40 /* Generic Hardware Error Source version 2 */
43 /* Address offset in Generic Address Structure(GAS) */
47 * The total size of Generic Error Data Entry
48 * ACPI 6.1/6.2: 18.3.2.7.1 Generic Error Data,
49 * Table 18-343 Generic Error Data Entry
60 * Total size for Generic Error Status Block except Generic Error Data Entries
61 * ACPI 6.2: 18.3.2.7.1 Generic Error Data,
62 * Table 18-380 Generic Error Status Block
107 * Generic Error Data Entry
108 * ACPI 6.1: 18.3.2.7.1 Generic Error Data
[all …]
/openbmc/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
101 return ghes->generic->header.type == ACPI_HEST_TYPE_GENERIC_ERROR_V2; in is_hest_type_generic_v2()
113 u8 notify_type = ghes->generic->notify.type; in is_hest_sync_notify()
265 static struct ghes *ghes_new(struct acpi_hest_generic *generic) in ghes_new() argument
275 ghes->generic = generic; in ghes_new()
282 rc = apei_map_generic_address(&generic->error_status_address); in ghes_new()
285 error_block_length = generic->error_block_length; in ghes_new()
289 "generic hardware error source: %d.\n", in ghes_new()
[all …]
/openbmc/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 …]
/openbmc/qemu/.gitlab-ci.d/
H A Dopensbi.yml72 - pc-bios/opensbi-riscv32-generic-fw_dynamic.bin
73 - pc-bios/opensbi-riscv64-generic-fw_dynamic.bin
74 - opensbi32-generic-stdout.log
75 - opensbi32-generic-stderr.log
76 - opensbi64-generic-stdout.log
77 - opensbi64-generic-stderr.log
86 …- make -j${JOBS} -C roms opensbi32-generic 2>&1 1>opensbi32-generic-stdout.log | tee -a opensbi32-
88 …- make -j${JOBS} -C roms opensbi64-generic 2>&1 1>opensbi64-generic-stdout.log | tee -a opensbi64-
/openbmc/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 …]

12345678910>>...223