Home
last modified time | relevance | path

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

12345678910>>...37

/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
/Documentation/mm/
Dpage_frags.rst10 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
/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
/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
/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
/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.
/Documentation/devicetree/bindings/leds/backlight/
Dcommon.yaml15 Backlight devices provide backlight for different types of graphical
24 LED can provide.
Drichtek,rt4831-backlight.yaml13 RT4831 is a mutifunctional device that can provide power to the LCD display
16 For the LCD backlight, it can provide four channel WLED driving capability.
/Documentation/devicetree/bindings/arm/mediatek/
Dmediatek,mt8186-sys-clock.yaml21 The topckgen provides dividers and muxes which provide the clock source to other IP blocks.
24 The device nodes also provide the system control capacity for configuration.
/Documentation/ABI/testing/
Dsysfs-kernel-fadump6 file provide information about the configuration status
39 Provide information about the amount of memory reserved by
Dpstore8 Platforms that provide a mechanism to preserve some data
10 provide a generic interface to show records captured in
Dsysfs-class-fpga-manager12 The intent is to provide enough detail that if something goes
45 interface is to provide more detailed information for FPGA
/Documentation/devicetree/bindings/dma/
Ddma-common.yaml13 Generic binding to provide a way for a driver using DMA Engine to
25 Used to provide DMA controller specific information.
/Documentation/devicetree/bindings/clock/
Dmediatek,mt8188-sys-clock.yaml21 The topckgen provides dividers and muxes which provide the clock source to other IP blocks.
24 The device nodes also provide the system control capacity for configuration.
/Documentation/usb/
Dfunctionfs.rst8 strings (the user space program has to provide the same information
9 that kernel level composite functions provide when they are added to
19 simply provide descriptors such as if the function was the
Diuu_phoenix.rst8 This module provide a serial interface to use your
50 - clockmode will provide 3 different base settings commonly adopted by
57 - boost provide a way to overclock the reader ( my favorite :-) )
/Documentation/admin-guide/device-mapper/
Ddm-ebs.rst8 size. Its main purpose is to provide emulation of 512 byte sectors on
9 devices that do not provide this emulation (i.e. 4K native disks).
/Documentation/devicetree/bindings/bus/
Dsocionext,uniphier-system-bus.yaml15 controller registers provide the control for the translation from the offset
41 Provide address translation from the System Bus to the parent bus.
57 "ranges" property should provide a "reasonable" default that is known to
/Documentation/driver-api/
Dvfio-pci-device-specific-driver-acceptance.rst10 handling to provide isolated device access to userspace. While the
28 Additionally, drivers should make an attempt to provide sufficient
/Documentation/core-api/
Dtracepoint.rst18 provide a framework for using 'probes'. These tools include Systemtap,
22 Thus, the purpose of this document is to provide a clear accounting of
/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,
/Documentation/devicetree/bindings/sound/
Dcirrus,cs4234.yaml16 digital to analog conversion to provide a nondelayed audio reference
22 provide lead time for the external switch-mode power supply, and a
/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
/Documentation/power/
Denergy-model.rst116 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 …]
/Documentation/networking/
Dx25.rst8 write an X.25 implementation for Linux. My aim is to provide a complete X.25
20 provide a uniform device driver interface, and simplify configuration.

12345678910>>...37