Home
last modified time | relevance | path

Searched full:functionality (Results 1 – 25 of 1383) sorted by relevance

12345678910>>...56

/linux/Documentation/ABI/testing/
H A Dsysfs-driver-uniwill-laptop9 Reading this file returns the current enable status of the FN lock functionality.
16 Allows userspace applications to enable/disable the super key functionality
19 Reading this file returns the current enable status of the super key functionality.
26 Allows userspace applications to enable/disable the touchpad toggle functionality
30 functionality.
39 functionality.
41 Reading this file returns the current status of the rainbow animation functionality.
50 enables/disables this functionality.
53 functionality.
/linux/Documentation/i2c/
H A Dsmbus-protocol.rst27 Each transaction type corresponds to a functionality flag. Before calling a
29 the corresponding functionality flag to ensure that the underlying I2C
31 Documentation/i2c/functionality.rst for the details.
64 Functionality flag: I2C_FUNC_SMBUS_QUICK
79 Functionality flag: I2C_FUNC_SMBUS_READ_BYTE
94 Functionality flag: I2C_FUNC_SMBUS_WRITE_BYTE
107 Functionality flag: I2C_FUNC_SMBUS_READ_BYTE_DATA
121 Functionality flag: I2C_FUNC_SMBUS_READ_WORD_DATA
141 Functionality flag: I2C_FUNC_SMBUS_WRITE_BYTE_DATA
155 Functionality flag: I2C_FUNC_SMBUS_WRITE_WORD_DATA
[all …]
H A Dfunctionality.rst2 I2C/SMBus Functionality
12 functionality.
15 FUNCTIONALITY CONSTANTS
18 For the most up-to-date list of functionality constants, please check
69 function callback ``functionality``. Typical implementations are given
104 check whether the needed functionality is present. The typical way to do
122 thumb, the functionality constants you test for with
138 functionality you need is supported, of course. This is done using
152 /* Oops, the needed functionality (SMBus write_quick function) is
H A Di2c-stub.rst26 explicitly by setting the respective bits (0x03000000) in the functionality
49 unsigned long functionality:
50 Functionality override, to disable some commands. See I2C_FUNC_*
/linux/drivers/staging/greybus/
H A Di2c.c21 u32 functionality; member
27 * Map Greybus i2c functionality bits into Linux ones
37 * If that's OK, we get and cached its functionality bits.
44 u32 functionality; in gb_i2c_device_setup() local
53 functionality = le32_to_cpu(response.functionality); in gb_i2c_device_setup()
54 gb_i2c_dev->functionality = gb_i2c_functionality_map(functionality); in gb_i2c_device_setup()
222 return gb_i2c_dev->functionality; in gb_i2c_functionality()
227 .functionality = gb_i2c_functionality,
/linux/Documentation/timers/
H A Dhighres.rst26 - high resolution timer functionality
55 related functionality is moved into the generic code. The GTOD base patch got
82 functionality like high resolution timers or dynamic ticks.
90 architectures as it provides generic functionality down to the interrupt
101 event devices are used to provide local CPU functionality such as process
117 clock event devices and the assignment of timer interrupt related functionality
142 high resolution timer functionality
146 functionality, while making it possible would be difficult and would serve no
150 the high resolution functionality can work. Up to the point where hrtimers are
190 The periodic tick functionality is provided by an per-cpu hrtimer. The callback
[all …]
/linux/Documentation/userspace-api/media/drivers/
H A Dccs.rst24 as analogue crop functionality present in many compliant devices. The analogue
32 The binner sub-device represents the binning functionality on the sensor. For
36 Additionally, if a device has no scaler or digital crop functionality, the
43 The scaler sub-device represents the digital crop and scaling functionality of
56 Digital crop functionality is referred to as cropping that effectively works by
/linux/drivers/platform/surface/aggregator/
H A DKconfig16 functionality, including:
27 basic kernel interface exposing the EC functionality to other client
30 client drivers and therefore no functionality beyond the in-kernel
31 interface. Said functionality is the responsibility of the respective
/linux/drivers/usb/cdns3/
H A DKconfig33 Say Y here to enable device controller functionality of the
44 Say Y here to enable host controller functionality of the
113 Say Y here to enable device controller functionality of the
127 Say Y here to enable host controller functionality of the
/linux/fs/btrfs/
H A DKconfig53 This will run sanity tests for core functionality like free space,
67 Additional potentially expensive checks, debugging functionality or
92 to test the functionality and report problems.
97 functionality catching out-of-band page
/linux/Documentation/admin-guide/
H A Drtc.rst25 Programmers need to understand that the PC/AT functionality is not
29 same functionality. For example, not every RTC is hooked up to an
43 ACPI has standardized that MC146818 functionality, and extended it in
45 That functionality is NOT exposed in the old driver.
135 a high functionality RTC is integrated into the SOC. That system might read
137 other tasks, because of its greater functionality.
/linux/drivers/hwspinlock/
H A DKconfig25 Say y here to support the Qualcomm Hardware Mutex functionality, which
57 tristate "STE Hardware Semaphore functionality"
60 Say y here to support the STE Hardware Semaphore functionality, which
/linux/Documentation/admin-guide/media/
H A Davermedia.rst43 functionality of the remaining device nodes in respect of the
44 Avermedia DVBT. However, full functionality in respect of
47 It may be possible that additional functionality is available
75 functionality of any other part of the card yet. I will do so
/linux/Documentation/sound/cards/
H A Dpcmtest.rst25 layer data transferring functionality. Additionally, this driver redefines the default
26 RESET ioctl, and the selftest covers this PCM API functionality as well.
103 This driver can be also used for the playback functionality testing - every time you
113 this functionality, we can trigger the reset ioctl and check the 'ioctl_test' debugfs
/linux/drivers/i2c/
H A Di2c-stub.c25 * in the 'functionality' module parameter.
40 static unsigned long functionality = STUB_FUNC_DEFAULT; variable
41 module_param(functionality, ulong, S_IRUGO | S_IWUSR);
42 MODULE_PARM_DESC(functionality, "Override functionality bitfield");
301 return STUB_FUNC_ALL & functionality; in stub_func()
305 .functionality = stub_func,
/linux/include/uapi/linux/
H A Dhyperv.h162 * An implementation of HyperV key value pair (KVP) functionality for Linux.
176 * for the IC KVP exchange functionality. Note that Windows Me/98/95 are
200 * In Linux, we implement the KVP functionality in two components:
228 * data gathering functionality in a user mode daemon. The user level daemon
257 * As we look at expanding the KVP functionality to include
258 * IP injection functionality, we need to maintain binary
/linux/drivers/base/
H A Dauxiliary.c23 * In some subsystems, the functionality of the core device (PCI/ACPI/other) is
26 * of functionality (e.g. NICs + RDMA), or a driver may want to export an
28 * Virtual Function management). A split of the functionality into child-
29 * devices representing sub-domains of functionality makes it possible to
35 * devices such as mics/speakers etc. The split for the core's functionality
40 * Each auxiliary_device represents a part of its parent functionality. The
93 * device that needs to break up its functionality into smaller fragments. One
119 * the core device's functionality extensible by adding additional
/linux/drivers/pinctrl/
H A DKconfig50 The driver for memory mapped GPIO functionality on AMD platforms
52 functionality by firmware, so only a small amount is available
66 The driver for memory mapped GPIO functionality on AMD platforms
106 functionality. This driver supports the pinmux, push-pull and
108 supports the GPIO functionality through gpiolib.
160 expander with PWM functionality. This driver bundles a
459 functionality. This driver supports the pinmux, push-pull and
/linux/Documentation/infiniband/
H A Dopa_vnic.rst6 supports Ethernet functionality over Omni-Path fabric by encapsulating
104 OPA VNIC functionality has a HW dependent component and a HW
112 The HW dependent VNIC functionality is part of the HFI1 driver. It
114 It involves HW resource allocation/management for VNIC functionality.
121 The OPA VNIC module implements the HW independent VNIC functionality.
/linux/drivers/media/usb/stk1160/
H A Dstk1160-i2c.c221 * functionality(), what da heck is this?
223 static u32 functionality(struct i2c_adapter *adap) in functionality() function
230 .functionality = functionality,
/linux/Documentation/networking/
H A Dsriov.rst9 functionality.
19 the API is considered frozen; no new functionality or extensions
/linux/drivers/virt/nitro_enclaves/
H A DKconfig19 bool "Tests for the misc device functionality of the Nitro Enclaves" if !KUNIT_ALL_TESTS
23 Enable KUnit tests for the misc device functionality of the Nitro
/linux/Documentation/devicetree/bindings/mfd/
H A Das3722.txt38 Following are properties which is needed if GPIO and pinmux functionality
82 functionality is needed.
129 functionality
130 ams,system-power-controller: Boolean, to enable the power off functionality
/linux/drivers/usb/chipidea/
H A DKconfig25 Say Y here to enable device controller functionality of the
33 Say Y here to enable host controller functionality of the
/linux/drivers/platform/x86/amd/hsmp/
H A DKconfig21 system management functionality on EPYC and MI300A server CPUs
39 system management functionality on EPYC and MI300A server CPUs

12345678910>>...56