Home
last modified time | relevance | path

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

12

/linux-5.19.10/drivers/input/rmi4/
Drmi_f01.c141 u8 queries[RMI_F01_BASIC_QUERY_LEN]; in rmi_f01_read_properties() local
153 queries, RMI_F01_BASIC_QUERY_LEN); in rmi_f01_read_properties()
164 props->manufacturer_id = queries[0]; in rmi_f01_read_properties()
166 props->has_lts = queries[1] & RMI_F01_QRY1_HAS_LTS; in rmi_f01_read_properties()
168 queries[1] & RMI_F01_QRY1_HAS_ADJ_DOZE; in rmi_f01_read_properties()
170 queries[1] & RMI_F01_QRY1_HAS_ADJ_DOZE_HOFF; in rmi_f01_read_properties()
171 has_query42 = queries[1] & RMI_F01_QRY1_HAS_QUERY42; in rmi_f01_read_properties()
172 has_sensor_id = queries[1] & RMI_F01_QRY1_HAS_SENSOR_ID; in rmi_f01_read_properties()
175 queries[5] & RMI_F01_QRY5_YEAR_MASK, in rmi_f01_read_properties()
176 queries[6] & RMI_F01_QRY6_MONTH_MASK, in rmi_f01_read_properties()
[all …]
/linux-5.19.10/lib/
Dinterval_tree_test.c25 static u32 *queries = NULL; variable
59 queries[i] = (prandom_u32_state(&rnd) >> 4) % max_endpoint; in init()
73 queries = kmalloc_array(nsearches, sizeof(int), GFP_KERNEL); in interval_tree_test_init()
74 if (!queries) { in interval_tree_test_init()
109 unsigned long start = search_all ? 0 : queries[j]; in interval_tree_test_init()
110 unsigned long last = search_all ? max_endpoint : queries[j]; in interval_tree_test_init()
123 kfree(queries); in interval_tree_test_init()
/linux-5.19.10/drivers/infiniband/core/
Dsa_query.c179 static DEFINE_XARRAY_FLAGS(queries, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ);
1123 xa_lock_irqsave(&queries, flags); in ib_sa_cancel_query()
1124 if (xa_load(&queries, id) != query) { in ib_sa_cancel_query()
1125 xa_unlock_irqrestore(&queries, flags); in ib_sa_cancel_query()
1129 xa_unlock_irqrestore(&queries, flags); in ib_sa_cancel_query()
1309 xa_lock_irqsave(&queries, flags); in send_mad()
1310 ret = __xa_alloc(&queries, &id, query, xa_limit_32b, gfp_mask); in send_mad()
1311 xa_unlock_irqrestore(&queries, flags); in send_mad()
1336 xa_lock_irqsave(&queries, flags); in send_mad()
1337 __xa_erase(&queries, id); in send_mad()
[all …]
/linux-5.19.10/Documentation/userspace-api/media/dvb/
Dfe-get-frontend.rst36 This ioctl call queries the currently effective frontend parameters. For
/linux-5.19.10/Documentation/devicetree/bindings/arm/hisilicon/controller/
Dhi3798cv200-perictrl.yaml13 The Hi3798CV200 Peripheral Controller controls peripherals, queries
/linux-5.19.10/Documentation/userspace-api/media/drivers/
Duvcvideo.rst64 A call to this ioctl allows applications to send queries to the UVC driver that
192 This ioctl queries a UVC XU control identified by its extension unit ID
195 There are a number of different queries available that closely
219 control. Exceptions are the UVC_GET_LEN and UVC_GET_INFO queries, for
/linux-5.19.10/Documentation/gpu/amdgpu/
Dras.rst5 The AMDGPU RAS interfaces are exposed via sysfs (for informational queries) and
/linux-5.19.10/Documentation/networking/
Ddns_resolver.rst20 The DNS resolver module provides a way for kernel services to make DNS queries
21 by way of requesting a key of key type dns_resolver. These queries are
/linux-5.19.10/tools/perf/Documentation/
Ddb-export.txt26 2. New tables and columns can be added, without affecting existing SQL queries,
/linux-5.19.10/Documentation/virt/kvm/x86/
Dcpuid.rst30 This function queries the presence of KVM cpuid leafs.
/linux-5.19.10/arch/x86/platform/uv/
Duv_nmi.c522 this_cpu_inc(uv_cpu_nmi.queries); in uv_check_nmi()
1011 this_cpu_inc(uv_cpu_nmi.queries); in uv_handle_nmi_ping()
/linux-5.19.10/arch/x86/include/asm/uv/
Duv_hub.h753 int queries; member
/linux-5.19.10/Documentation/livepatch/
Dshadow-vars.rst16 numeric id subsequently filters hashtable queries. Multiple shadow
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c2911 int queries; in mlxsw_sp_fdb_notify_work() local
2927 queries = MLXSW_SP_FDB_SFN_QUERIES_PER_SESSION; in mlxsw_sp_fdb_notify_work()
2928 while (queries > 0) { in mlxsw_sp_fdb_notify_work()
2940 queries--; in mlxsw_sp_fdb_notify_work()
2948 mlxsw_sp_fdb_notify_work_schedule(mlxsw_sp, !queries); in mlxsw_sp_fdb_notify_work()
/linux-5.19.10/drivers/soc/qcom/
DKconfig24 Command DB queries shared memory by key string for shared system
/linux-5.19.10/Documentation/driver-api/cxl/
Dmemory-devices.rst249 ...which queries the CXL topology to ask "given CXL Memory Expander with a kernel
/linux-5.19.10/Documentation/hwmon/
Dw83627ehf.rst243 The DHG also supports PECI, where the DHG queries Intel CPU temperatures, and
/linux-5.19.10/Documentation/i2c/
Ddev-interface.rst199 i2c-dev. Examples include I2C_FUNCS, which queries the I2C adapter
/linux-5.19.10/Documentation/accounting/
Dtaskstats.rst130 When a user queries to get per-tgid data, the sum of all other live threads in
/linux-5.19.10/Documentation/sound/designs/
Dtimestamping.rst133 will be required to issue multiple queries and perform an
/linux-5.19.10/Documentation/networking/dsa/
Dconfiguration.rst301 tables are managed separately (``bridge fdb show`` queries both, and depending
/linux-5.19.10/Documentation/power/
Dopp.rst59 -> queries to search/retrieve information ->
/linux-5.19.10/Documentation/admin-guide/
Ddynamic-debug-howto.rst296 These ``dyndbg`` queries are applied in order, with last having final say.
/linux-5.19.10/Documentation/hid/
Dhid-transport.rst109 The control-channel is used for direct blocking queries to the device
/linux-5.19.10/Documentation/driver-api/surface_aggregator/
Dssh.rst261 whereas zero may be used for instance independent queries, if applicable. A

12