Home
last modified time | relevance | path

Searched +full:forced +full:- +full:comms (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml1 # 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 Diqs7211.c1 // 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 Dxenbus_probe.c5 * 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 Dconntrack.c1 // 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()
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()
188 key->ct_orig_proto = orig->dst.protonum; in __ovs_ct_update_key_orig_tp()
189 if (orig->dst.protonum == icmp_proto) { in __ovs_ct_update_key_orig_tp()
190 key->ct.orig_tp.src = htons(orig->dst.u.icmp.type); in __ovs_ct_update_key_orig_tp()
[all …]