Home
last modified time | relevance | path

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

12345678910>>...88

/Linux-v5.10/certs/
DKconfig9 Provide the file name of a private key/certificate in PEM format,
19 bool "Provide system-wide ring of trusted keys"
23 Provide a system keyring to which trusted keys can be added. Keys in
61 bool "Provide a keyring to which extra trustable keys may be added"
64 If set, provide a keyring to which extra keys may be added, provided
69 bool "Provide system-wide ring of blacklisted keys"
72 Provide a system keyring to which blacklisted keys can be added.
/Linux-v5.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
/Linux-v5.10/arch/arm64/kernel/vdso/
Dvdso.lds.S20 PROVIDE(_vdso_data = . - __VVAR_PAGES * PAGE_SIZE);
22 PROVIDE(_timens_data = _vdso_data + PAGE_SIZE);
39 PROVIDE (__etext = .);
40 PROVIDE (_etext = .);
41 PROVIDE (etext = .);
51 PROVIDE(end = .);
/Linux-v5.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
/Linux-v5.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
/Linux-v5.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
64 Port Controller Manager to provide USB PD and Type-C functionalities.
/Linux-v5.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
/Linux-v5.10/arch/alpha/boot/
Dbootloader.lds10 PROVIDE (etext = .);
16 PROVIDE (edata = .);
20 PROVIDE (end = .);
/Linux-v5.10/tools/include/linux/
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-v5.10/Documentation/driver-api/gpio/
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
34 HDMI connector. It will provide a better userspace sysfs interface than GPIO.
73 - gpio-wdt: drivers/watchdog/gpio_wdt.c is used to provide a watchdog timer
/Linux-v5.10/drivers/crypto/allwinner/
DKconfig32 Select this option if you want to provide kernel-side support for
77 Select this option if you want to provide kernel-side support for
85 Select this option if you want to provide kernel-side support for
120 Select this option if you want to provide kernel-side support for
/Linux-v5.10/arch/um/kernel/
Duml.lds.S13 PROVIDE (__executable_start = START);
100 PROVIDE (edata = .);
103 PROVIDE(_bss_start = .);
108 PROVIDE (end = .);
/Linux-v5.10/arch/s390/kernel/vdso64/
Dvdso64.lds.S32 PROVIDE(__etext = .);
33 PROVIDE(_etext = .);
34 PROVIDE(etext = .);
52 PROVIDE(end = .);
98 PROVIDE(_vdso_data = .);
/Linux-v5.10/block/
Dblk-mq-rdma.c10 * blk_mq_rdma_map_queues - provide a default queue mapping for rdma device
12 * @dev: rdma device to provide a mapping for.
21 * @set->nr_hw_queues, or @dev does not provide an affinity mask for a
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-class-bdi6 Provide a place in sysfs for the backing_dev_info object. This allows
14 non-block filesystems which provide their own BDI, such as NFS
24 filesystems which do not provide their own BDI.
/Linux-v5.10/drivers/usb/serial/
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-v5.10/sound/oss/dmasound/
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-v5.10/include/linux/
Dasync.h81 * @dev is used as both the argument for the function and to provide NUMA
83 * provide for the best possible outcome by operating on the device on the
100 * @dev is used as both the argument for the function and to provide NUMA
102 * provide for the best possible outcome by operating on the device on the
Drefcount.h64 * and provide only what is strictly required for refcounts.
66 * The increments are fully relaxed; these will not provide ordering. The
68 * reference count on will provide the ordering. For locked data structures,
76 * The decrements will provide release order, such that all the prior loads and
87 * The decrements dec_and_test() and sub_and_test() also provide acquire
176 * object memory to be stable (RCU, etc.). It does provide a control dependency
212 * object memory to be stable (RCU, etc.). It does provide a control dependency
238 * object memory to be stable (RCU, etc.). It does provide a control dependency
/Linux-v5.10/Documentation/driver-api/media/
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-v5.10/Documentation/vm/
Dpage_frags.rst12 The page_frag functions, page_frag_alloc and page_frag_free, provide a
14 network stack and network device drivers to provide a backing region of
38 level. In order to enable these cases it is necessary to provide a generic
/Linux-v5.10/arch/um/include/asm/
Dcommon.lds.S6 PROVIDE (etext = .);
10 PROVIDE (sdata = .);
16 PROVIDE (_unprotected_end = .);
/Linux-v5.10/Documentation/hwmon/
Dntc_thermistor.rst33 that requires users to provide the resistance and lookup the corresponding
97 provide read_ohm and _not_ provide the others.
107 temp1_input RO measure the temperature and provide the measured value.
/Linux-v5.10/Documentation/admin-guide/LSM/
Dindex.rst14 (MAC) extensions which provide a comprehensive security policy. Examples
16 MAC extensions, other extensions can be built using the LSM to provide
37 in ``/proc/.../attr`` remain as legacy interfaces for modules that provide
/Linux-v5.10/Documentation/hid/
Dhid-sensor.rst10 hardware vendors to provide a consistent Plug And Play interface at the USB boundary,
12 could be reused between vendors, alleviating any need for the vendors to provide
147 the usage id of X axis. HID sensors can provide events, so this is not necessary
161 The purpose of these sensors is to extend the functionality or provide a
165 This allows some differentiating use cases, where vendor can provide applications.
166 Some common use cases are debug other sensors or to provide some events like

12345678910>>...88