/Linux-v5.4/drivers/input/rmi4/ |
D | rmi_f01.c | 139 u8 queries[RMI_F01_BASIC_QUERY_LEN]; in rmi_f01_read_properties() local 151 queries, RMI_F01_BASIC_QUERY_LEN); in rmi_f01_read_properties() 162 props->manufacturer_id = queries[0]; in rmi_f01_read_properties() 164 props->has_lts = queries[1] & RMI_F01_QRY1_HAS_LTS; in rmi_f01_read_properties() 166 queries[1] & RMI_F01_QRY1_HAS_ADJ_DOZE; in rmi_f01_read_properties() 168 queries[1] & RMI_F01_QRY1_HAS_ADJ_DOZE_HOFF; in rmi_f01_read_properties() 169 has_query42 = queries[1] & RMI_F01_QRY1_HAS_QUERY42; in rmi_f01_read_properties() 170 has_sensor_id = queries[1] & RMI_F01_QRY1_HAS_SENSOR_ID; in rmi_f01_read_properties() 173 queries[5] & RMI_F01_QRY5_YEAR_MASK, in rmi_f01_read_properties() 174 queries[6] & RMI_F01_QRY6_MONTH_MASK, in rmi_f01_read_properties() [all …]
|
/Linux-v5.4/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-v5.4/drivers/infiniband/core/ |
D | sa_query.c | 186 static DEFINE_XARRAY_FLAGS(queries, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ); 1182 xa_lock_irqsave(&queries, flags); in ib_sa_cancel_query() 1183 if (xa_load(&queries, id) != query) { in ib_sa_cancel_query() 1184 xa_unlock_irqrestore(&queries, flags); in ib_sa_cancel_query() 1189 xa_unlock_irqrestore(&queries, flags); in ib_sa_cancel_query() 1368 xa_lock_irqsave(&queries, flags); in send_mad() 1369 ret = __xa_alloc(&queries, &id, query, xa_limit_32b, gfp_mask); in send_mad() 1370 xa_unlock_irqrestore(&queries, flags); in send_mad() 1389 xa_lock_irqsave(&queries, flags); in send_mad() 1390 __xa_erase(&queries, id); in send_mad() [all …]
|
/Linux-v5.4/Documentation/media/v4l-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-v5.4/Documentation/media/uapi/dvb/ |
D | fe-get-frontend.rst | 45 This ioctl call queries the currently effective frontend parameters. For
|
/Linux-v5.4/Documentation/networking/ |
D | dns_resolver.txt | 19 The DNS resolver module provides a way for kernel services to make DNS queries 20 by way of requesting a key of key type dns_resolver. These queries are
|
/Linux-v5.4/tools/perf/Documentation/ |
D | db-export.txt | 26 2. New tables and columns can be added, without affecting existing SQL queries,
|
/Linux-v5.4/Documentation/virt/kvm/ |
D | cpuid.rst | 30 This function queries the presence of KVM cpuid leafs.
|
/Linux-v5.4/arch/x86/platform/uv/ |
D | uv_nmi.c | 476 this_cpu_inc(uv_cpu_nmi.queries); in uv_check_nmi() 968 this_cpu_inc(uv_cpu_nmi.queries); in uv_handle_nmi_ping()
|
/Linux-v5.4/arch/x86/include/asm/uv/ |
D | uv_hub.h | 840 int queries; member
|
/Linux-v5.4/drivers/soc/qcom/ |
D | Kconfig | 24 Command DB queries shared memory by key string for shared system
|
/Linux-v5.4/Documentation/livepatch/ |
D | shadow-vars.rst | 16 numeric id subsequently filters hashtable queries. Multiple shadow
|
/Linux-v5.4/Documentation/devicetree/bindings/arm/hisilicon/ |
D | hisilicon.txt | 88 The Hi3798CV200 Peripheral Controller controls peripherals, queries
|
/Linux-v5.4/Documentation/hwmon/ |
D | w83627ehf.rst | 243 The DHG also supports PECI, where the DHG queries Intel CPU temperatures, and
|
/Linux-v5.4/Documentation/accounting/ |
D | taskstats.rst | 130 When a user queries to get per-tgid data, the sum of all other live threads in
|
/Linux-v5.4/Documentation/i2c/ |
D | dev-interface.rst | 197 i2c-dev. Examples include I2C_FUNCS, which queries the I2C adapter
|
/Linux-v5.4/Documentation/sound/designs/ |
D | timestamping.rst | 133 will be required to issue multiple queries and perform an
|
/Linux-v5.4/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 286 These ``dyndbg`` queries are applied in order, with last having final say.
|
/Linux-v5.4/Documentation/power/ |
D | opp.rst | 59 -> queries to search/retrieve information ->
|
/Linux-v5.4/Documentation/hid/ |
D | hid-transport.rst | 109 The control-channel is used for direct blocking queries to the device
|
/Linux-v5.4/Documentation/dev-tools/ |
D | coccinelle.rst | 265 git can be used for ``git grep`` queries over coccigrep. A timeout of 200
|
/Linux-v5.4/Documentation/driver-api/usb/ |
D | dwc3.rst | 97 mentioning because this seems to be the largest source of queries
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | dev-decoder.rst | 383 rely on any driver queries regarding stream parameters, such as 903 reflected by corresponding queries):
|
/Linux-v5.4/Documentation/filesystems/configfs/ |
D | configfs.txt | 30 As with sysfs, readdir(3) queries the list of items and/or attributes.
|
/Linux-v5.4/net/ipv4/ |
D | Kconfig | 613 - Low latency (short flows, queries),
|