Searched +full:forced +full:- +full:comms +full:- +full:default (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | azoteq,iqs7211.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS7210A, IQS7211A and IQS7211E trackpad and touchscreen control- 14 lers employ projected-capacitance sensing and can track two contacts. 21 - azoteq,iqs7210a 22 - azoteq,iqs7211a 23 - azoteq,iqs7211e 28 irq-gpios: [all …]
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | iqs7211.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 52 * The following delay is used during instances that must wait for the open- 124 .name = "event-prox", 131 .name = "event-touch", 138 .name = "event-tap", 145 .name = "event-hold", 152 .name = "event-swipe-x-neg", 159 .name = "event-swipe-x-pos", 166 .name = "event-swipe-y-pos", 173 .name = "event-swipe-y-neg", [all …]
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_probe.c | 5 * Copyright (C) 2005 Mike Wray, Hewlett-Packard 60 #include <xen/xen-ops.h> 68 static int xs_init_irq = -1; 77 (xen_store_interface->connection == XENSTORE_CONNECTED)) 90 for (; *arr->devicetype != '\0'; arr++) { in match_device() 91 if (!strcmp(arr->devicetype, dev->devicetype)) in match_device() 101 if (!drv->ids) in xenbus_match() 104 return match_device(drv->ids, to_xenbus_device(_dev)) != NULL; in xenbus_match() 111 kfree(dev->otherend); in free_otherend_details() 112 dev->otherend = NULL; in free_otherend_details() [all …]
|
/openbmc/linux/net/openvswitch/ |
H A D | conntrack.c | 1 // SPDX-License-Identifier: GPL-2.0-only 87 /* Elements in ovs_ct_limit_info->limits hash table */ 111 switch (ntohs(key->eth.type)) { in key_to_nfproto() 116 default: in key_to_nfproto() 131 default: in ovs_ct_get_state() 147 default: in ovs_ct_get_state() 157 return ct ? READ_ONCE(ct->mark) : 0; in ovs_ct_get_mark() 174 if (ct->master && !nf_ct_is_confirmed(ct)) in ovs_ct_get_labels() 175 ct = ct->master; in ovs_ct_get_labels() 179 memcpy(labels, cl->bits, OVS_CT_LABELS_LEN); in ovs_ct_get_labels() [all …]
|