Home
last modified time | relevance | path

Searched refs:queries (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v4.19/drivers/input/rmi4/
Drmi_f01.c142 u8 queries[RMI_F01_BASIC_QUERY_LEN]; in rmi_f01_read_properties() local
154 queries, RMI_F01_BASIC_QUERY_LEN); in rmi_f01_read_properties()
165 props->manufacturer_id = queries[0]; in rmi_f01_read_properties()
167 props->has_lts = queries[1] & RMI_F01_QRY1_HAS_LTS; in rmi_f01_read_properties()
169 queries[1] & RMI_F01_QRY1_HAS_ADJ_DOZE; in rmi_f01_read_properties()
171 queries[1] & RMI_F01_QRY1_HAS_ADJ_DOZE_HOFF; in rmi_f01_read_properties()
172 has_query42 = queries[1] & RMI_F01_QRY1_HAS_QUERY42; in rmi_f01_read_properties()
173 has_sensor_id = queries[1] & RMI_F01_QRY1_HAS_SENSOR_ID; in rmi_f01_read_properties()
176 queries[5] & RMI_F01_QRY5_YEAR_MASK, in rmi_f01_read_properties()
177 queries[6] & RMI_F01_QRY6_MONTH_MASK, in rmi_f01_read_properties()
[all …]
/Linux-v4.19/lib/
Dinterval_tree_test.c24 static u32 *queries = NULL; variable
58 queries[i] = (prandom_u32_state(&rnd) >> 4) % max_endpoint; in init()
72 queries = kmalloc_array(nsearches, sizeof(int), GFP_KERNEL); in interval_tree_test_init()
73 if (!queries) { in interval_tree_test_init()
108 unsigned long start = search_all ? 0 : queries[j]; in interval_tree_test_init()
109 unsigned long last = search_all ? max_endpoint : queries[j]; in interval_tree_test_init()
122 kfree(queries); in interval_tree_test_init()
/Linux-v4.19/Documentation/media/uapi/dvb/
Dfe-get-frontend.rst38 This ioctl call queries the currently effective frontend parameters. For
/Linux-v4.19/Documentation/media/v4l-drivers/
Duvcvideo.rst62 A call to this ioctl allows applications to send queries to the UVC driver that
190 This ioctl queries a UVC XU control identified by its extension unit ID
193 There are a number of different queries available that closely
217 control. Exceptions are the UVC_GET_LEN and UVC_GET_INFO queries, for
/Linux-v4.19/Documentation/networking/
Ddns_resolver.txt19 The DNS resolver module provides a way for kernel services to make DNS queries
20 by way of requesting a key of key type dns_resolver. These queries are
D00-INDEX66 - The DNS resolver module allows kernel servies to make DNS queries.
/Linux-v4.19/Documentation/virtual/kvm/
Dcpuid.txt22 This function queries the presence of KVM cpuid leafs.
/Linux-v4.19/arch/x86/platform/uv/
Duv_nmi.c489 this_cpu_inc(uv_cpu_nmi.queries); in uv_check_nmi()
981 this_cpu_inc(uv_cpu_nmi.queries); in uv_handle_nmi_ping()
/Linux-v4.19/drivers/soc/qcom/
DKconfig11 Command DB queries shared memory by key string for shared system
/Linux-v4.19/arch/x86/include/asm/uv/
Duv_hub.h840 int queries; member
/Linux-v4.19/Documentation/livepatch/
Dshadow-vars.txt16 numeric id subsequently filters hashtable queries. Multiple shadow
/Linux-v4.19/Documentation/devicetree/bindings/arm/hisilicon/
Dhisilicon.txt80 The Hi3798CV200 Peripheral Controller controls peripherals, queries
/Linux-v4.19/Documentation/i2c/
Ddev-interface191 i2c-dev. Examples include I2C_FUNCS, which queries the I2C adapter
/Linux-v4.19/Documentation/hwmon/
Dw83627ehf185 The DHG also supports PECI, where the DHG queries Intel CPU temperatures, and
/Linux-v4.19/Documentation/accounting/
Dtaskstats.txt129 When a user queries to get per-tgid data, the sum of all other live threads in
/Linux-v4.19/Documentation/sound/designs/
Dtimestamping.rst133 will be required to issue multiple queries and perform an
/Linux-v4.19/Documentation/power/
Dopp.txt52 -> queries to search/retrieve information ->
/Linux-v4.19/Documentation/admin-guide/
Ddynamic-debug-howto.rst286 These ``dyndbg`` queries are applied in order, with last having final say.
/Linux-v4.19/Documentation/dev-tools/
Dcoccinelle.rst248 git can be used for ``git grep`` queries over coccigrep. A timeout of 200
/Linux-v4.19/Documentation/hid/
Dhid-transport.txt105 The control-channel is used for direct blocking queries to the device
/Linux-v4.19/Documentation/driver-api/usb/
Ddwc3.rst97 mentioning because this seems to be the largest source of queries
/Linux-v4.19/Documentation/filesystems/configfs/
Dconfigfs.txt30 As with sysfs, readdir(3) queries the list of items and/or attributes.
/Linux-v4.19/Documentation/kbuild/
Dkconfig-language.txt603 desirable to enable more complex dependency mappings and / or queries,
/Linux-v4.19/net/ipv4/
DKconfig639 - Low latency (short flows, queries),
/Linux-v4.19/Documentation/blockdev/
DREADME.DAC960287 driver queries each controller for status information every 10 seconds, and

12