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