Searched full:provide (Results 1 – 25 of 2893) sorted by relevance
12345678910>>...116
/Linux-v6.1/arch/arm64/kernel/ |
D | image-vars.h | 13 PROVIDE(__efistub_kernel_size = _edata - _text); 14 PROVIDE(__efistub_primary_entry_offset = primary_entry - _text); 19 * accessed by the stub, so provide some aliases to make them accessible. 25 PROVIDE(__efistub_memcmp = __pi_memcmp); 26 PROVIDE(__efistub_memchr = __pi_memchr); 27 PROVIDE(__efistub_strlen = __pi_strlen); 28 PROVIDE(__efistub_strnlen = __pi_strnlen); 29 PROVIDE(__efistub_strcmp = __pi_strcmp); 30 PROVIDE(__efistub_strncmp = __pi_strncmp); 31 PROVIDE(__efistub_strrchr = __pi_strrchr); [all …]
|
/Linux-v6.1/certs/ |
D | Kconfig | 9 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
|
/Linux-v6.1/arch/mips/vdso/ |
D | vdso.lds.S | 21 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-v6.1/arch/arm64/kernel/vdso/ |
D | vdso.lds.S | 21 PROVIDE(_vdso_data = . - __VVAR_PAGES * PAGE_SIZE); 23 PROVIDE(_timens_data = _vdso_data + PAGE_SIZE); 47 PROVIDE (__etext = .); 48 PROVIDE (_etext = .); 49 PROVIDE (etext = .); 73 PROVIDE(end = .);
|
/Linux-v6.1/Documentation/input/ |
D | gamepad.rst | 55 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-v6.1/drivers/usb/typec/tcpm/ |
D | Kconfig | 27 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-v6.1/arch/loongarch/vdso/ |
D | vdso.lds.S | 13 PROVIDE(_start = .); 27 PROVIDE (__etext = .); 28 PROVIDE (_etext = .); 29 PROVIDE (etext = .); 39 PROVIDE(end = .);
|
/Linux-v6.1/tools/memory-model/Documentation/ |
D | ordering.txt | 23 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-v6.1/arch/s390/kernel/vdso32/ |
D | vdso32.lds.S | 16 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 = .);
|
/Linux-v6.1/arch/s390/kernel/vdso64/ |
D | vdso64.lds.S | 16 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 = .);
|
/Linux-v6.1/arch/powerpc/kernel/vdso/ |
D | vdso32.lds.S | 19 PROVIDE(_vdso_datapage = . - 2 * PAGE_SIZE); 36 PROVIDE(__etext = .); 37 PROVIDE(_etext = .); 38 PROVIDE(etext = .); 79 PROVIDE(end = .);
|
D | vdso64.lds.S | 19 PROVIDE(_vdso_datapage = . - 2 * PAGE_SIZE); 37 PROVIDE(__etext = .); 38 PROVIDE(_etext = .); 39 PROVIDE(etext = .); 77 PROVIDE(end = .);
|
/Linux-v6.1/Documentation/timers/ |
D | timekeeping.rst | 15 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-v6.1/Documentation/power/ |
D | energy-model.rst | 91 to provide more precised power model. It's not limited to some implemented math 103 Drivers must provide a callback function returning <frequency, power> tuples 129 There is an option to provide a custom callback for drivers missing detailed 132 This is useful for platforms that only provide information on relative 136 The .get_cost() allows to provide the 'cost' values which reflect the 137 efficiency of the CPUs. This would allow to provide EAS information which 140 driver must set the flag 'microwatts' to 0, provide .get_power() callback 141 and provide .get_cost() callback. The EM framework would handle such platform 162 There are two API functions which provide the access to the energy model:
|
/Linux-v6.1/security/integrity/ |
D | Kconfig | 56 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" 73 If set, provide a keyring to which Machine Owner Keys (MOK) may
|
/Linux-v6.1/tools/include/linux/ |
D | refcount.h | 16 * 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-v6.1/arch/alpha/boot/ |
D | bootloader.lds | 10 PROVIDE (etext = .); 16 PROVIDE (edata = .); 20 PROVIDE (end = .);
|
/Linux-v6.1/Documentation/driver-api/gpio/ |
D | drivers-on-gpio.rst | 5 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-v6.1/drivers/firmware/efi/libstub/ |
D | zboot.lds | 41 PROVIDE(__efistub__gzdata_size = 44 PROVIDE(__data_rawsize = ABSOLUTE(_edata - _etext)); 45 PROVIDE(__data_size = ABSOLUTE(_end - _etext));
|
/Linux-v6.1/arch/um/kernel/ |
D | uml.lds.S | 19 PROVIDE (__executable_start = START); 107 PROVIDE (edata = .); 110 PROVIDE(_bss_start = .); 115 PROVIDE (end = .);
|
/Linux-v6.1/drivers/crypto/allwinner/ |
D | Kconfig | 32 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-v6.1/block/ |
D | blk-mq-rdma.c | 10 * 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-v6.1/drivers/usb/serial/ |
D | qcaux.c | 8 * 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-v6.1/sound/oss/dmasound/ |
D | Kconfig | 8 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-v6.1/Documentation/driver-api/media/ |
D | dtv-frontend.rst | 112 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,
|
12345678910>>...116