/linux/arch/arm64/kernel/ |
H A D | image-vars.h | 20 PROVIDE(pisym = sym); \ 23 PROVIDE(__efistub_primary_entry = primary_entry); 28 * accessed by the stub, so provide some aliases to make them accessible. 34 PROVIDE(__efistub_caches_clean_inval_pou = __pi_caches_clean_inval_pou); 36 PROVIDE(__efistub__text = _text); 37 PROVIDE(__efistub__end = _end); 38 PROVIDE(__efistub___inittext_end = __inittext_end); 39 PROVIDE(__efistub__edata = _edata); 41 PROVIDE(__efistub_screen_info = screen_info); 43 PROVIDE(__efistub__ctype = _ctype); [all …]
|
/linux/certs/ |
H A D | Kconfig | 9 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/drivers/firmware/efi/libstub/ |
H A D | zboot.lds | 5 PROVIDE(zboot_code_size = ABSOLUTE(0)); 58 PROVIDE(__efistub__gzdata_size = 61 PROVIDE(__data_rawsize = ABSOLUTE(_edata - _data)); 62 PROVIDE(__data_size = ABSOLUTE(_end - _data)); 63 PROVIDE(__sbat_size = ABSOLUTE(_esbat - _sbat));
|
/linux/Documentation/input/ |
H A 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/tools/memory-model/Documentation/ |
H A 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/drivers/usb/typec/tcpm/ |
H A 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/drivers/firmware/imx/ |
H A D | Kconfig | 19 which runs on a dedicated Cortex-M core to provide power, clock, and 33 core that could provide cpu management features. 44 core that could provide Logical Machine management features. 55 core that could provide misc functions such as board control.
|
/linux/Documentation/timers/ |
H A 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/Documentation/driver-api/gpio/ |
H A 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 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/arch/um/kernel/ |
H A D | uml.lds.S | 19 PROVIDE (__executable_start = START); 104 PROVIDE (edata = .); 107 PROVIDE(_bss_start = .); 112 PROVIDE (end = .);
|
/linux/arch/arm64/kernel/vdso/ |
H A D | vdso.lds.S | 48 PROVIDE (__etext = .); 49 PROVIDE (_etext = .); 50 PROVIDE (etext = .); 72 PROVIDE(end = .);
|
/linux/arch/alpha/boot/ |
H A D | bootloader.lds | 10 PROVIDE (etext = .); 16 PROVIDE (edata = .); 20 PROVIDE (end = .);
|
/linux/drivers/crypto/allwinner/ |
H A 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/security/integrity/ |
H A 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" 72 If set, provide a keyring to which Machine Owner Keys (MOK) may
|
/linux/Documentation/driver-api/media/ |
H A 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,
|
/linux/Documentation/power/ |
H A D | energy-model.rst | 116 to provide more precised power model. It's not limited to some implemented math 128 Drivers must provide a callback function returning <frequency, power> tuples 154 There is an option to provide a custom callback for drivers missing detailed 157 This is useful for platforms that only provide information on relative 161 The .get_cost() allows to provide the 'cost' values which reflect the 162 efficiency of the CPUs. This would allow to provide EAS information which 165 driver must set the flag 'microwatts' to 0, provide .get_power() callback 166 and provide .get_cost() callback. The EM framework would handle such platform 187 There are two API functions which provide the access to the energy model: 228 Drivers must provide a pointer to the allocated and initialized new EM [all …]
|
/linux/drivers/usb/serial/ |
H A 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/arch/parisc/kernel/vdso64/ |
H A D | vdso64.lds.S | 30 PROVIDE (__etext = .); 31 PROVIDE (_etext = .); 32 PROVIDE (etext = .); 49 PROVIDE (end = .);
|
/linux/arch/parisc/kernel/vdso32/ |
H A D | vdso32.lds.S | 31 PROVIDE (__etext = .); 32 PROVIDE (_etext = .); 33 PROVIDE (etext = .); 51 PROVIDE (end = .);
|
/linux/sound/oss/dmasound/ |
H A 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/Documentation/hwmon/ |
H A D | ntc_thermistor.rst | 33 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/include/linux/ |
H A D | async.h | 81 * @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 102 * @dev is used as both the argument for the function and to provide NUMA 104 * provide for the best possible outcome by operating on the device on the
|
/linux/Documentation/mm/ |
H A D | page_frags.rst | 10 The page_frag functions, page_frag_alloc and page_frag_free, provide a 12 network stack and network device drivers to provide a backing region of 36 level. In order to enable these cases it is necessary to provide a generic
|
/linux/arch/um/include/asm/ |
H A D | common.lds.S | 6 PROVIDE (etext = .); 10 PROVIDE (sdata = .); 16 PROVIDE (_unprotected_end = .);
|
/linux/Documentation/hid/ |
H A D | hid-sensor.rst | 10 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
|