Home
last modified time | relevance | path

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

12

/linux/drivers/input/rmi4/
A 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()
168 queries[1] & RMI_F01_QRY1_HAS_ADJ_DOZE; 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()
177 queries[7] & RMI_F01_QRY7_DAY_MASK); in rmi_f01_read_properties()
179 memcpy(props->product_id, &queries[11], in rmi_f01_read_properties()
198 has_ds4_queries = !!(queries[0] & BIT(0)); in rmi_f01_read_properties()
226 queries, sizeof(__le64)); in rmi_f01_read_properties()
[all …]
/linux/lib/
A 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/drivers/infiniband/core/
A Dsa_query.c1124 xa_lock_irqsave(&queries, flags); in ib_sa_cancel_query()
1125 if (xa_load(&queries, id) != query) { in ib_sa_cancel_query()
1130 xa_unlock_irqrestore(&queries, flags); in ib_sa_cancel_query()
1310 xa_lock_irqsave(&queries, flags); in send_mad()
1312 xa_unlock_irqrestore(&queries, flags); in send_mad()
1337 xa_lock_irqsave(&queries, flags); in send_mad()
1338 __xa_erase(&queries, id); in send_mad()
1980 xa_lock_irqsave(&queries, flags); in send_handler()
1981 __xa_erase(&queries, query->id); in send_handler()
1982 xa_unlock_irqrestore(&queries, flags); in send_handler()
[all …]
/linux/Documentation/userspace-api/media/drivers/
A 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/Documentation/userspace-api/media/dvb/
A Dfe-get-frontend.rst36 This ioctl call queries the currently effective frontend parameters. For
/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/
A Dhi3798cv200-perictrl.yaml13 The Hi3798CV200 Peripheral Controller controls peripherals, queries
/linux/Documentation/networking/
A 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/tools/perf/Documentation/
A Ddb-export.txt26 2. New tables and columns can be added, without affecting existing SQL queries,
/linux/arch/x86/platform/uv/
A Duv_nmi.c521 this_cpu_inc(uv_cpu_nmi.queries); in uv_check_nmi()
1010 this_cpu_inc(uv_cpu_nmi.queries); in uv_handle_nmi_ping()
/linux/Documentation/virt/kvm/
A Dcpuid.rst30 This function queries the presence of KVM cpuid leafs.
/linux/arch/x86/include/asm/uv/
A Duv_hub.h753 int queries; member
/linux/Documentation/gpu/
A Damdgpu.rst90 The AMDGPU RAS interfaces are exposed via sysfs (for informational queries) and
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_switchdev.c2821 int queries; in mlxsw_sp_fdb_notify_work() local
2834 queries = MLXSW_SP_FDB_SFN_QUERIES_PER_SESSION; in mlxsw_sp_fdb_notify_work()
2835 while (queries > 0) { in mlxsw_sp_fdb_notify_work()
2847 queries--; in mlxsw_sp_fdb_notify_work()
2853 mlxsw_sp_fdb_notify_work_schedule(mlxsw_sp, !queries); in mlxsw_sp_fdb_notify_work()
/linux/Documentation/livepatch/
A Dshadow-vars.rst16 numeric id subsequently filters hashtable queries. Multiple shadow
/linux/drivers/soc/qcom/
A DKconfig24 Command DB queries shared memory by key string for shared system
/linux/Documentation/hwmon/
A Dw83627ehf.rst243 The DHG also supports PECI, where the DHG queries Intel CPU temperatures, and
/linux/Documentation/i2c/
A Ddev-interface.rst199 i2c-dev. Examples include I2C_FUNCS, which queries the I2C adapter
/linux/Documentation/accounting/
A Dtaskstats.rst130 When a user queries to get per-tgid data, the sum of all other live threads in
/linux/Documentation/sound/designs/
A Dtimestamping.rst133 will be required to issue multiple queries and perform an
/linux/Documentation/networking/dsa/
A Dconfiguration.rst301 tables are managed separately (``bridge fdb show`` queries both, and depending
/linux/Documentation/power/
A Dopp.rst59 -> queries to search/retrieve information ->
/linux/Documentation/admin-guide/
A Ddynamic-debug-howto.rst296 These ``dyndbg`` queries are applied in order, with last having final say.
/linux/Documentation/driver-api/surface_aggregator/
A Dssh.rst261 whereas zero may be used for instance independent queries, if applicable. A
/linux/Documentation/hid/
A Dhid-transport.rst109 The control-channel is used for direct blocking queries to the device
/linux/Documentation/driver-api/usb/
A Ddwc3.rst97 mentioning because this seems to be the largest source of queries

Completed in 56 milliseconds

12