/openbmc/linux/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() 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 …]
|
/openbmc/linux/lib/ |
H 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()
|
/openbmc/openpower-hw-diags/analyzer/ |
H A D | analyzer_main.hpp | 11 * Queries for the root cause of a system checkstop attention. An 18 * Queries for any active recoverable or unit checkstop attentions that may 26 * Queries for any active attentions. If any are found, an informational PEL 34 * @brief Queries all chips in the host hardware for any active attentions.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/ |
H A D | influxdb.conf | 66 # Whether queries should be logged before execution. Very useful for troubleshooting, but will 161 # The maximum number of concurrent queries allowed to be executing at one time. If a query is 164 # max-concurrent-queries = 0 167 # can help prevent run away queries. Setting the value to 0 disables the limit. 171 …# discover slow or resource intensive queries. Setting the value to 0 disables the slow query log… 172 # log-queries-after = "0s" 175 # the maximum point count unlimited. This will only be checked every second so queries will not 548 ### Controls how continuous queries are run within InfluxDB. 555 # Controls whether queries are logged when executed by the CQ service. 558 # Controls whether queries are logged to the self-monitoring data store. [all …]
|
/openbmc/linux/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 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
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | widgets.py | 251 queries = None 254 if queries: 255 queries |= query 257 queries = query 260 search_queries &= queries 262 search_queries = queries
|
/openbmc/linux/include/uapi/linux/ |
H A D | connector.h | 47 #define CN_KVP_VAL 0x1 /* queries from the kernel */ 49 #define CN_VSS_VAL 0x1 /* queries from the kernel */
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_defs_fcs.h | 52 * VF attributes returned in queries 234 * BFA port attribute returned in queries 309 * BFA vport attribute returned in queries 387 * FCS remote port attributes returned in queries 461 * FCS itnim attributes returned in queries
|
/openbmc/qemu/plugins/ |
H A D | api.c | 223 * Plugin Queries 225 * These are queries that the plugin can make to gauge information 263 * These queries allow the plugin to retrieve information about each 327 * The memory queries allow the plugin to query information about a 388 * Virtual Memory queries
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __p2300.hpp | 83 // [exec.queries], general queries 122 // [exec.sched_queries], scheduler queries 147 // [exec.recv_queries], receiver queries
|
/openbmc/linux/security/selinux/ |
H A D | netnode.c | 7 * needed to reduce the lookup overhead since most of these queries happen on 186 * speedup future queries. Returns zero on success, negative values on 246 * table to speedup future queries. Returns zero on success, negative values
|
H A D | ibpkey.c | 126 * queries. Returns zero on success, negative values on failure. 178 * future queries. Returns zero on success, negative values on failure.
|
H A D | netport.c | 134 * queries. Returns zero on success, negative values on failure. 180 * future queries. Returns zero on success, negative values on failure.
|
/openbmc/bmcweb/ |
H A D | OWNERS | 42 # - Join and answer architecture queries posed to the mailing list concerning 45 # - Be capable of responding to CVE queries forwarded from the
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | sa_query.c | 182 static DEFINE_XARRAY_FLAGS(queries, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ); 1155 xa_lock_irqsave(&queries, flags); in ib_sa_cancel_query() 1156 if (xa_load(&queries, id) != query) { in ib_sa_cancel_query() 1157 xa_unlock_irqrestore(&queries, flags); 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() 1342 ret = __xa_alloc(&queries, &id, query, xa_limit_32b, gfp_mask); 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() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_getparam.c | 162 /* Not supported from Xe_HP onward; use topology queries */ in i915_getparam_ioctl() 171 /* Not supported from Xe_HP onward; use topology queries */ in i915_getparam_ioctl()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Zed | 2 You may copy and distribute this file freely. Any queries and complaints should be forwarded to Ji…
|
/openbmc/linux/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
|
/openbmc/linux/arch/riscv/include/asm/vdso/ |
H A D | data.h | 10 /* Stash static answers to the hwprobe queries when all CPUs are selected. */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imapfilter/ |
H A D | imapfilter_2.8.2.bb | 1 SUMMARY = "IMAPFilter is a mail filtering utility that processes mailboxes based on IMAP queries"
|
/openbmc/linux/security/selinux/include/ |
H A D | netnode.h | 7 * needed to reduce the lookup overhead since most of these queries happen on
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_drv.h | 73 * Add 'GET' queries for starting additional clients on different VT's. 108 * 1.30- Add support for occlusion queries
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | bridge_vlan_mcast.sh | 352 check_err $? "Wrong number of tagged IGMPv2 general queries sent" 359 check_err $? "Wrong number of tagged IGMPv2 general queries sent" 423 check_err $? "Wrong number of IGMPv2 general queries after querier interval" 449 check_err $? "Wrong number of tagged IGMPv2 general queries sent"
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | bridge_vlan_mcast.sh | 352 check_err $? "Wrong number of tagged IGMPv2 general queries sent" 359 check_err $? "Wrong number of tagged IGMPv2 general queries sent" 423 check_err $? "Wrong number of IGMPv2 general queries after querier interval" 449 check_err $? "Wrong number of tagged IGMPv2 general queries sent"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pugixml/ |
H A D | pugixml_1.15.bb | 6 data-driven tree queries."
|