| /linux-6.15/drivers/input/rmi4/ |
| H A D | rmi_f01.c | 141 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-6.15/drivers/gpu/drm/v3d/ |
| H A D | v3d_sched.c | 80 if (query_info->queries) { in v3d_timestamp_query_info_free() 84 drm_syncobj_put(query_info->queries[i].syncobj); in v3d_timestamp_query_info_free() 86 kvfree(query_info->queries); in v3d_timestamp_query_info_free() 94 if (query_info->queries) { in v3d_performance_query_info_free() 98 drm_syncobj_put(query_info->queries[i].syncobj); in v3d_performance_query_info_free() 99 kvfree(query_info->queries[i].kperfmon_ids); in v3d_performance_query_info_free() 102 kvfree(query_info->queries); in v3d_performance_query_info_free() 493 struct v3d_timestamp_query *queries = timestamp_query->queries; in v3d_reset_timestamp_queries() local 532 struct v3d_timestamp_query *queries = timestamp_query->queries; in v3d_copy_query_results() local 548 fence = drm_syncobj_fence_get(queries[i].syncobj); in v3d_copy_query_results() [all …]
|
| H A D | v3d_submit.c | 481 if (!query_info->queries) in v3d_get_cpu_timestamp_query_params() 495 query_info->queries[i].offset = offset; in v3d_get_cpu_timestamp_query_params() 504 if (!query_info->queries[i].syncobj) { in v3d_get_cpu_timestamp_query_params() 547 if (!query_info->queries) in v3d_get_cpu_reset_timestamp_params() 564 if (!query_info->queries[i].syncobj) { in v3d_get_cpu_reset_timestamp_params() 611 if (!query_info->queries) in v3d_get_cpu_copy_query_results_params() 634 if (!query_info->queries[i].syncobj) { in v3d_get_cpu_copy_query_results_params() 741 query_info->queries = in v3d_get_cpu_reset_performance_params() 745 if (!query_info->queries) in v3d_get_cpu_reset_performance_params() 790 query_info->queries = in v3d_get_cpu_copy_performance_query_params() [all …]
|
| H A D | v3d_drv.h | 396 struct v3d_timestamp_query *queries; member 402 struct v3d_performance_query *queries; member
|
| /linux-6.15/lib/ |
| H A D | interval_tree_test.c | 28 static u32 *queries = NULL; variable 62 queries[i] = (prandom_u32_state(&rnd) >> 4) % max_endpoint; in init() 110 unsigned long start = search_all ? 0 : queries[j]; in search_check() 111 unsigned long last = search_all ? max_endpoint : queries[j]; in search_check() 319 queries = kmalloc_array(nsearches, sizeof(int), GFP_KERNEL); in interval_tree_test_init() 320 if (!queries) { in interval_tree_test_init() 332 kfree(queries); in interval_tree_test_init()
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | sa_query.c | 1155 xa_lock_irqsave(&queries, flags); in ib_sa_cancel_query() 1156 if (xa_load(&queries, id) != query) { in ib_sa_cancel_query() 1161 xa_unlock_irqrestore(&queries, flags); in ib_sa_cancel_query() 1341 xa_lock_irqsave(&queries, flags); in send_mad() 1343 xa_unlock_irqrestore(&queries, flags); in send_mad() 1368 xa_lock_irqsave(&queries, flags); in send_mad() 1369 __xa_erase(&queries, id); in send_mad() 2007 xa_lock_irqsave(&queries, flags); in send_handler() 2008 __xa_erase(&queries, query->id); in send_handler() 2009 xa_unlock_irqrestore(&queries, flags); in send_handler() [all …]
|
| /linux-6.15/Documentation/userspace-api/media/dvb/ |
| H A D | fe-get-frontend.rst | 36 This ioctl call queries the currently effective frontend parameters. For
|
| /linux-6.15/Documentation/devicetree/bindings/arm/hisilicon/controller/ |
| H A D | hi3798cv200-perictrl.yaml | 13 The Hi3798CV200 Peripheral Controller controls peripherals, queries
|
| /linux-6.15/Documentation/userspace-api/media/drivers/ |
| H A D | uvcvideo.rst | 64 A call to this ioctl allows applications to send queries to the UVC driver that 193 This ioctl queries a UVC XU control identified by its extension unit ID 196 There are a number of different queries available that closely 220 control. Exceptions are the UVC_GET_LEN and UVC_GET_INFO queries, for
|
| /linux-6.15/Documentation/gpu/amdgpu/ |
| H A D | ras.rst | 5 The AMDGPU RAS interfaces are exposed via sysfs (for informational queries) and
|
| /linux-6.15/Documentation/networking/ |
| H A D | dns_resolver.rst | 20 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-6.15/tools/perf/Documentation/ |
| H A D | db-export.txt | 26 2. New tables and columns can be added, without affecting existing SQL queries,
|
| /linux-6.15/Documentation/virt/kvm/x86/ |
| H A D | cpuid.rst | 30 This function queries the presence of KVM cpuid leafs.
|
| /linux-6.15/arch/x86/platform/uv/ |
| H A D | uv_nmi.c | 521 this_cpu_inc(uv_cpu_nmi.queries); in uv_check_nmi() 1017 this_cpu_inc(uv_cpu_nmi.queries); in uv_handle_nmi_ping()
|
| /linux-6.15/Documentation/core-api/ |
| H A D | union_find.rst | 27 utilized to solve problems related to offline queries, dynamic connectivity,
|
| /linux-6.15/Documentation/wmi/ |
| H A D | acpi-interface.rst | 17 used for mapping and execution of WMI methods and/or queries. If there exist
|
| /linux-6.15/arch/x86/include/asm/uv/ |
| H A D | uv_hub.h | 763 int queries; member
|
| /linux-6.15/Documentation/driver-api/mtd/ |
| H A D | spi-nor.rst | 13 The SPI NOR driver queries the SFDP tables in order to determine the
|
| /linux-6.15/Documentation/livepatch/ |
| H A D | shadow-vars.rst | 16 numeric id subsequently filters hashtable queries. Multiple shadow
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_switchdev.c | 3361 int queries; in mlxsw_sp_fdb_notify_work() local 3377 queries = MLXSW_SP_FDB_SFN_QUERIES_PER_SESSION; in mlxsw_sp_fdb_notify_work() 3378 while (queries > 0) { in mlxsw_sp_fdb_notify_work() 3390 queries--; in mlxsw_sp_fdb_notify_work() 3398 mlxsw_sp_fdb_notify_work_schedule(mlxsw_sp, !queries); in mlxsw_sp_fdb_notify_work()
|
| /linux-6.15/Documentation/driver-api/cxl/ |
| H A D | memory-devices.rst | 249 ...which queries the CXL topology to ask "given CXL Memory Expander with a kernel
|
| /linux-6.15/Documentation/accounting/ |
| H A D | taskstats.rst | 130 When a user queries to get per-tgid data, the sum of all other live threads in
|
| /linux-6.15/Documentation/i2c/ |
| H A D | dev-interface.rst | 199 i2c-dev. Examples include I2C_FUNCS, which queries the I2C adapter
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | w83627ehf.rst | 243 The DHG also supports PECI, where the DHG queries Intel CPU temperatures, and
|
| /linux-6.15/Documentation/bpf/ |
| H A D | cpumasks.rst | 187 ``struct bpf_cpumask *`` as that argument. Any argument that simply queries the
|