Home
last modified time | relevance | path

Searched full:provide (Results 1 – 25 of 5832) sorted by relevance

12345678910>>...234

/kernel/linux/linux-6.6/arch/arm64/kernel/
Dimage-vars.h13 PROVIDE(__efistub_primary_entry = primary_entry);
18 * accessed by the stub, so provide some aliases to make them accessible.
24 PROVIDE(__efistub_caches_clean_inval_pou = __pi_caches_clean_inval_pou);
26 PROVIDE(__efistub__text = _text);
27 PROVIDE(__efistub__end = _end);
28 PROVIDE(__efistub___inittext_end = __inittext_end);
29 PROVIDE(__efistub__edata = _edata);
30 PROVIDE(__efistub_screen_info = screen_info);
31 PROVIDE(__efistub__ctype = _ctype);
33 PROVIDE(__pi___memcpy = __pi_memcpy);
[all …]
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
DKconfig30 bool "Provide legacy /dev/fb* device"
50 filling. This is used by drivers that don't provide their own
58 This is used by drivers that don't provide their own (accelerated)
66 blitting. This is used by drivers that don't provide their own
82 filling. This is used by drivers that don't provide their own
90 This is used by drivers that don't provide their own (accelerated)
98 blitting. This is used by drivers that don't provide their own
105 Allow generic frame-buffer to provide get_fb_unmapped_area
106 function to provide shareable character device support on nommu.
/kernel/linux/linux-6.6/certs/
DKconfig9 Provide the file name of a private key/certificate in PEM format,
43 bool "Provide system-wide ring of trusted keys"
48 Provide a system keyring to which trusted keys can be added. Keys in
86 bool "Provide a keyring to which extra trustable keys may be added"
89 If set, provide a keyring to which extra keys may be added, provided
94 bool "Provide system-wide ring of blacklisted keys"
97 Provide a system keyring to which blacklisted keys can be added.
115 bool "Provide system-wide ring of revocation certificates"
136 If set, provide the ability to load new blacklist keys at run time if
/kernel/linux/linux-5.10/certs/
DKconfig9 Provide the file name of a private key/certificate in PEM format,
45 bool "Provide system-wide ring of trusted keys"
49 Provide a system keyring to which trusted keys can be added. Keys in
87 bool "Provide a keyring to which extra trustable keys may be added"
90 If set, provide a keyring to which extra keys may be added, provided
95 bool "Provide system-wide ring of blacklisted keys"
98 Provide a system keyring to which blacklisted keys can be added.
113 bool "Provide system-wide ring of revocation certificates"
/kernel/linux/linux-5.10/arch/mips/vdso/
Dvdso.lds.S21 PROVIDE(_start = .);
25 * In order to retain compatibility with older toolchains we provide the
46 PROVIDE (__etext = .);
47 PROVIDE (_etext = .);
48 PROVIDE (etext = .);
58 PROVIDE(end = .);
72 * Provide a PT_MIPS_ABIFLAGS header to assign the ABI flags section
/kernel/linux/linux-6.6/arch/mips/vdso/
Dvdso.lds.S21 PROVIDE(_start = .);
25 * In order to retain compatibility with older toolchains we provide the
46 PROVIDE (__etext = .);
47 PROVIDE (_etext = .);
48 PROVIDE (etext = .);
58 PROVIDE(end = .);
72 * Provide a PT_MIPS_ABIFLAGS header to assign the ABI flags section
/kernel/uniproton/demos/raspi4/build/
Draspi4.ld58 PROVIDE (__HEAP_INIT = .);
61 PROVIDE (__HEAP_END = .);
67 PROVIDE (__os_sys_sp_start = .);
70 PROVIDE (__os_sys_sp_end = .);
117 PROVIDE (g_mmu_page_begin = .);
118 PROVIDE (g_mmu_page_end = g_mmu_page_begin + 0x8000);
/kernel/uniproton/demos/hi3093/build/
Dhi3093.ld58 PROVIDE (__HEAP_INIT = .);
61 PROVIDE (__HEAP_END = .);
67 PROVIDE (__os_sys_sp_start = .);
70 PROVIDE (__os_sys_sp_end = .);
117 PROVIDE (g_mmu_page_begin = .);
118 PROVIDE (g_mmu_page_end = g_mmu_page_begin + 0x8000);
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso/
Dvdso.lds.S20 PROVIDE(_vdso_data = . - __VVAR_PAGES * PAGE_SIZE);
22 PROVIDE(_timens_data = _vdso_data + PAGE_SIZE);
46 PROVIDE (__etext = .);
47 PROVIDE (_etext = .);
48 PROVIDE (etext = .);
58 PROVIDE(end = .);
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso/
Dvdso.lds.S21 PROVIDE(_vdso_data = . - __VVAR_PAGES * PAGE_SIZE);
23 PROVIDE(_timens_data = _vdso_data + PAGE_SIZE);
48 PROVIDE (__etext = .);
49 PROVIDE (_etext = .);
50 PROVIDE (etext = .);
72 PROVIDE(end = .);
/kernel/linux/linux-6.6/Documentation/input/
Dgamepad.rst55 Analog-sticks provide freely moveable sticks to control directions. Not
57 Analog-sticks may also provide a digital button if you press them.
60 Not all devices provide them, but the upper buttons are normally named
63 Many devices provide force-feedback features. But are mostly just
71 However, not all gamepads provide all features, so you need to test for all
75 for backwards-compatibility reasons, you need to provide fixup mappings in
76 user-space yourself. Some of them might also provide module-options that
152 If analog-sticks provide digital buttons, they are mapped accordingly as
195 Some pads provide a multi-value profile selection switch. An example is the
/kernel/linux/linux-6.6/arch/loongarch/vdso/
Dvdso.lds.S13 PROVIDE(_start = .);
27 PROVIDE (__etext = .);
28 PROVIDE (_etext = .);
29 PROVIDE (etext = .);
39 PROVIDE(end = .);
/kernel/linux/linux-5.10/arch/loongarch/vdso/
Dvdso.lds.S13 PROVIDE(_start = .);
27 PROVIDE (__etext = .);
28 PROVIDE (_etext = .);
29 PROVIDE (etext = .);
39 PROVIDE(end = .);
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/
DKconfig27 Type-C Port Controller Manager to provide USB PD and USB
36 to provide USB PD and USB Type-C functionalities.
44 to provide USB PD and USB Type-C functionalities.
63 Type-C Port Controller Manager to provide USB PD and USB
74 Port Controller Manager to provide USB PD and Type-C functionalities.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/c6x/
Ddscr.txt4 TI C6X SoCs contain a region of miscellaneous registers which provide various
8 In general, the Device State Configuration Registers (DSCR) will provide one or
15 the DSCR block may provide registers which are used to reset peripherals,
16 provide device ID information, provide ethernet MAC addresses, as well as other
80 This property describes the bitfields used to provide device state status
82 identical bitfields used to provide status for one or more devices (one
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
Dzboot.lds5 PROVIDE(zboot_code_size = ABSOLUTE(0));
49 PROVIDE(__efistub__gzdata_size =
52 PROVIDE(__data_rawsize = ABSOLUTE(_edata - _etext));
53 PROVIDE(__data_size = ABSOLUTE(_end - _etext));
/kernel/linux/linux-5.10/Documentation/input/
Dgamepad.rst55 Analog-sticks provide freely moveable sticks to control directions. Not
57 Analog-sticks may also provide a digital button if you press them.
60 Not all devices provide them, but the upper buttons are normally named
63 Many devices provide force-feedback features. But are mostly just
71 However, not all gamepads provide all features, so you need to test for all
75 for backwards-compatibility reasons, you need to provide fixup mappings in
76 user-space yourself. Some of them might also provide module-options that
152 If analog-sticks provide digital buttons, they are mapped accordingly as
/kernel/linux/linux-6.6/tools/memory-model/Documentation/
Dordering.txt23 some of these "unordered" operations provide limited ordering
58 The Linux-kernel primitives that provide full ordering include:
82 Second, some RMW atomic operations provide full ordering. These
87 as cmpxchg() are only guaranteed to provide ordering when they succeed.
88 When RMW atomic operations provide full ordering, they partition the
110 _release provide limited ordering, and will be described later in this
113 Finally, RCU's grace-period primitives provide full ordering. These
119 typically instead used to provide ordering against RCU read-side critical
131 Nevertheless, a number of popular CPU families, including x86, provide
187 Note that smp_wmb() might fail to provide ordering for unmarked C-language
[all …]
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/
DKconfig27 Type-C Port Controller Manager to provide USB PD and USB
36 to provide USB PD and USB Type-C functionalities.
52 Type-C Port Controller Manager to provide USB PD and USB
63 Port Controller Manager to provide USB PD and Type-C functionalities.
/kernel/linux/linux-6.6/arch/s390/kernel/vdso64/
Dvdso64.lds.S16 PROVIDE(_vdso_data = . - __VVAR_PAGES * PAGE_SIZE);
18 PROVIDE(_timens_data = _vdso_data + PAGE_SIZE);
36 PROVIDE(__etext = .);
37 PROVIDE(_etext = .);
38 PROVIDE(etext = .);
57 PROVIDE(end = .);
/kernel/linux/linux-6.6/arch/s390/kernel/vdso32/
Dvdso32.lds.S16 PROVIDE(_vdso_data = . - __VVAR_PAGES * PAGE_SIZE);
18 PROVIDE(_timens_data = _vdso_data + PAGE_SIZE);
36 PROVIDE(__etext = .);
37 PROVIDE(_etext = .);
38 PROVIDE(etext = .);
57 PROVIDE(end = .);
/kernel/linux/linux-6.6/arch/powerpc/kernel/vdso/
Dvdso64.lds.S19 PROVIDE(_vdso_datapage = . - 2 * PAGE_SIZE);
37 PROVIDE(__etext = .);
38 PROVIDE(_etext = .);
39 PROVIDE(etext = .);
77 PROVIDE(end = .);
Dvdso32.lds.S19 PROVIDE(_vdso_datapage = . - 2 * PAGE_SIZE);
36 PROVIDE(__etext = .);
37 PROVIDE(_etext = .);
38 PROVIDE(etext = .);
81 PROVIDE(end = .);
/kernel/linux/linux-5.10/Documentation/timers/
Dtimekeeping.rst15 To provide timekeeping for your platform, the clock source provides
19 provide an accurate delay source using hardware counters.
25 The purpose of the clock source is to provide a timeline for the system that
30 Typically the clock source is a monotonic, atomic counter which will provide
54 The clock source struct shall provide means to translate the provided counter
114 may not provide an implementation of sched_clock() on its own. If a local
133 If an architecture does not provide its own implementation of this function,
148 architecture, special helper functions have been created to provide a
/kernel/linux/linux-6.6/Documentation/timers/
Dtimekeeping.rst15 To provide timekeeping for your platform, the clock source provides
19 provide an accurate delay source using hardware counters.
25 The purpose of the clock source is to provide a timeline for the system that
30 Typically the clock source is a monotonic, atomic counter which will provide
54 The clock source struct shall provide means to translate the provided counter
114 may not provide an implementation of sched_clock() on its own. If a local
133 If an architecture does not provide its own implementation of this function,
148 architecture, special helper functions have been created to provide a

12345678910>>...234