/linux-5.19.10/drivers/input/rmi4/ |
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() 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/ |
D | interval_tree_test.c | 25 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/ |
D | sa_query.c | 179 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/ |
D | fe-get-frontend.rst | 36 This ioctl call queries the currently effective frontend parameters. For
|
/linux-5.19.10/Documentation/devicetree/bindings/arm/hisilicon/controller/ |
D | hi3798cv200-perictrl.yaml | 13 The Hi3798CV200 Peripheral Controller controls peripherals, queries
|
/linux-5.19.10/Documentation/userspace-api/media/drivers/ |
D | uvcvideo.rst | 64 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/ |
D | ras.rst | 5 The AMDGPU RAS interfaces are exposed via sysfs (for informational queries) and
|
/linux-5.19.10/Documentation/networking/ |
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-5.19.10/tools/perf/Documentation/ |
D | db-export.txt | 26 2. New tables and columns can be added, without affecting existing SQL queries,
|
/linux-5.19.10/Documentation/virt/kvm/x86/ |
D | cpuid.rst | 30 This function queries the presence of KVM cpuid leafs.
|
/linux-5.19.10/arch/x86/platform/uv/ |
D | uv_nmi.c | 522 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/ |
D | uv_hub.h | 753 int queries; member
|
/linux-5.19.10/Documentation/livepatch/ |
D | shadow-vars.rst | 16 numeric id subsequently filters hashtable queries. Multiple shadow
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_switchdev.c | 2911 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/ |
D | Kconfig | 24 Command DB queries shared memory by key string for shared system
|
/linux-5.19.10/Documentation/driver-api/cxl/ |
D | memory-devices.rst | 249 ...which queries the CXL topology to ask "given CXL Memory Expander with a kernel
|
/linux-5.19.10/Documentation/hwmon/ |
D | w83627ehf.rst | 243 The DHG also supports PECI, where the DHG queries Intel CPU temperatures, and
|
/linux-5.19.10/Documentation/i2c/ |
D | dev-interface.rst | 199 i2c-dev. Examples include I2C_FUNCS, which queries the I2C adapter
|
/linux-5.19.10/Documentation/accounting/ |
D | taskstats.rst | 130 When a user queries to get per-tgid data, the sum of all other live threads in
|
/linux-5.19.10/Documentation/sound/designs/ |
D | timestamping.rst | 133 will be required to issue multiple queries and perform an
|
/linux-5.19.10/Documentation/networking/dsa/ |
D | configuration.rst | 301 tables are managed separately (``bridge fdb show`` queries both, and depending
|
/linux-5.19.10/Documentation/power/ |
D | opp.rst | 59 -> queries to search/retrieve information ->
|
/linux-5.19.10/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 296 These ``dyndbg`` queries are applied in order, with last having final say.
|
/linux-5.19.10/Documentation/hid/ |
D | hid-transport.rst | 109 The control-channel is used for direct blocking queries to the device
|
/linux-5.19.10/Documentation/driver-api/surface_aggregator/ |
D | ssh.rst | 261 whereas zero may be used for instance independent queries, if applicable. A
|