Home
last modified time | relevance | path

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

12345678910>>...128

/linux/arch/arm64/kernel/
H A 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);
31 PROVIDE(__efistub_screen_info = screen_info);
33 PROVIDE(__efistub__ctype = _ctype);
35 PROVIDE(__pi___memcpy = __pi_memcpy);
[all …]
/linux/drivers/video/fbdev/core/
H A DKconfig29 bool "Provide legacy /dev/fb* device"
49 filling. This is used by drivers that don't provide their own
57 This is used by drivers that don't provide their own (accelerated)
65 blitting. This is used by drivers that don't provide their own
81 filling. This is used by drivers that don't provide their own
89 This is used by drivers that don't provide their own (accelerated)
97 blitting. This is used by drivers that don't provide their own
104 Allow generic frame-buffer to provide get_fb_unmapped_area
105 function to provide shareable character device support on nommu.
/linux/arch/mips/vdso/
H A 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
/linux/certs/
H A DKconfig9 Provide the file name of a private key/certificate in PEM format,
45 bool "Provide system-wide ring of trusted keys"
50 Provide a system keyring to which trusted keys can be added. Keys in
88 bool "Provide a keyring to which extra trustable keys may be added"
91 If set, provide a keyring to which extra keys may be added, provided
110 bool "Provide system-wide ring of blacklisted keys"
113 Provide a system keyring to which blacklisted keys can be added.
131 bool "Provide system-wide ring of revocation certificates"
152 If set, provide the ability to load new blacklist keys at run time if
/linux/arch/arm64/kernel/vdso/
H A Dvdso.lds.S23 PROVIDE(_vdso_data = . - __VVAR_PAGES * PAGE_SIZE);
24 PROVIDE(_vdso_rng_data = _vdso_data + __VDSO_RND_DATA_OFFSET);
26 PROVIDE(_timens_data = _vdso_data + PAGE_SIZE);
50 PROVIDE (__etext = .);
51 PROVIDE (_etext = .);
52 PROVIDE (etext = .);
74 PROVIDE(end = .);
/linux/Documentation/input/
H A 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
/linux/arch/loongarch/vdso/
H A Dvdso.lds.S13 PROVIDE(_start = .);
27 PROVIDE (__etext = .);
28 PROVIDE (_etext = .);
29 PROVIDE (etext = .);
39 PROVIDE(end = .);
/linux/drivers/usb/typec/tcpm/
H A 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.
/linux/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S16 PROVIDE(_vdso_data = . - __VVAR_PAGES * PAGE_SIZE);
17 PROVIDE(_vdso_rng_data = _vdso_data + __VDSO_RND_DATA_OFFSET);
19 PROVIDE(_timens_data = _vdso_data + PAGE_SIZE);
37 PROVIDE(__etext = .);
38 PROVIDE(_etext = .);
39 PROVIDE(etext = .);
62 PROVIDE(end = .);
/linux/tools/memory-model/Documentation/
H A 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 …]
/linux/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S15 PROVIDE(_vdso_data = . - __VVAR_PAGES * PAGE_SIZE);
17 PROVIDE(_timens_data = _vdso_data + PAGE_SIZE);
35 PROVIDE(__etext = .);
36 PROVIDE(_etext = .);
37 PROVIDE(etext = .);
56 PROVIDE(end = .);
/linux/arch/powerpc/kernel/vdso/
H A Dvdso64.lds.S19 PROVIDE(_vdso_datapage = . - 2 * PAGE_SIZE);
37 PROVIDE(__etext = .);
38 PROVIDE(_etext = .);
39 PROVIDE(etext = .);
77 PROVIDE(end = .);
H A Dvdso32.lds.S19 PROVIDE(_vdso_datapage = . - 2 * PAGE_SIZE);
36 PROVIDE(__etext = .);
37 PROVIDE(_etext = .);
38 PROVIDE(etext = .);
81 PROVIDE(end = .);
/linux/Documentation/timers/
H A 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
/linux/tools/include/linux/
H A Drefcount.h16 * and provide only what is strictly required for refcounts.
18 * The increments are fully relaxed; these will not provide ordering. The
20 * reference count on will provide the ordering. For locked data structures,
28 * The decrements will provide release order, such that all the prior loads and
72 * object memory to be stable (RCU, etc.). It does provide a control dependency
/linux/arch/alpha/boot/
H A Dbootloader.lds10 PROVIDE (etext = .);
16 PROVIDE (edata = .);
20 PROVIDE (end = .);
/linux/arch/um/kernel/
H A Duml.lds.S19 PROVIDE (__executable_start = START);
106 PROVIDE (edata = .);
109 PROVIDE(_bss_start = .);
114 PROVIDE (end = .);
/linux/Documentation/driver-api/gpio/
H A Ddrivers-on-gpio.rst5 Note that standard kernel drivers exist for common GPIO tasks and will provide
13 - ledtrig-gpio: drivers/leds/trigger/ledtrig-gpio.c will provide a LED trigger,
24 - gpio_mouse: drivers/input/mouse/gpio_mouse.c is used to provide a mouse with
29 - gpio-beeper: drivers/input/misc/gpio-beeper.c is used to provide a beep from
39 HDMI connector. It will provide a better userspace sysfs interface than GPIO.
78 - gpio-wdt: drivers/watchdog/gpio_wdt.c is used to provide a watchdog timer
/linux/drivers/crypto/allwinner/
H A DKconfig32 Select this option if you want to provide kernel-side support for
86 Select this option if you want to provide kernel-side support for
94 Select this option if you want to provide kernel-side support for
129 Select this option if you want to provide kernel-side support for
/linux/security/integrity/
H A DKconfig56 bool "Provide keyring for platform/firmware trusted keys"
60 Provide a separate, distinct keyring for platform trusted keys, which
66 bool "Provide a keyring to which Machine Owner Keys may be added"
72 If set, provide a keyring to which Machine Owner Keys (MOK) may
/linux/drivers/usb/serial/
H A Dqcaux.c8 * Devices listed here usually provide a CDC ACM port on which normal modem
21 /* NOTE: for now, only use this driver for devices that provide a CDC-ACM port
22 * for normal AT commands, but also provide secondary USB interfaces for the
23 * QCDM-capable ports. Devices that do not provide a CDC-ACM port should
/linux/Documentation/driver-api/media/
H A Ddtv-frontend.rst112 signal strength, S/N and UCB. Those are there to provide backward
142 use it nowadays. Using ``DVBFE_ALGO_CUSTOM`` require to provide other
172 Digital TV frontends provide a range of
178 time. Drivers should also provide the number of statistics for each type.
195 .. [#f2] For ISDB-T, it may provide both a global statistics and a per-layer
260 - Not all frontends provide this kind of statistics.
381 If the driver doesn't provide a statistics available check bit
384 A few devices, however, may not provide a way to check if the stats are
385 available (or the way to check it is unknown). They may not even provide
421 * would provide the number of bits per 1000ms sample. So,
/linux/sound/oss/dmasound/
H A DKconfig8 Y to this question. This will provide a Sun-like /dev/audio,
22 Y to this question. This will provide a Sun-like /dev/audio,
36 Y to this question. This will provide a Sun-like /dev/audio,
/linux/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S30 PROVIDE (__etext = .);
31 PROVIDE (_etext = .);
32 PROVIDE (etext = .);
49 PROVIDE (end = .);
/linux/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S31 PROVIDE (__etext = .);
32 PROVIDE (_etext = .);
33 PROVIDE (etext = .);
51 PROVIDE (end = .);

12345678910>>...128