Searched +full:forced +full:- +full:comms +full:- +full:default (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/touchscreen/ |
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/input/touchscreen/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/xen/xenbus/ |
| D | xenbus_probe.c | 5 * Copyright (C) 2005 Mike Wray, Hewlett-Packard 60 #include <xen/xen-ops.h> 85 for (; *arr->devicetype != '\0'; arr++) { in match_device() 86 if (!strcmp(arr->devicetype, dev->devicetype)) in match_device() 96 if (!drv->ids) in xenbus_match() 99 return match_device(drv->ids, to_xenbus_device(_dev)) != NULL; in xenbus_match() 106 kfree(dev->otherend); in free_otherend_details() 107 dev->otherend = NULL; in free_otherend_details() 113 if (dev->otherend_watch.node) { in free_otherend_watch() 114 unregister_xenbus_watch(&dev->otherend_watch); in free_otherend_watch() [all …]
|
| /kernel/linux/linux-6.6/drivers/xen/xenbus/ |
| D | xenbus_probe.c | 5 * Copyright (C) 2005 Mike Wray, Hewlett-Packard 60 #include <xen/xen-ops.h> 86 for (; *arr->devicetype != '\0'; arr++) { in match_device() 87 if (!strcmp(arr->devicetype, dev->devicetype)) in match_device() 97 if (!drv->ids) in xenbus_match() 100 return match_device(drv->ids, to_xenbus_device(_dev)) != NULL; in xenbus_match() 107 kfree(dev->otherend); in free_otherend_details() 108 dev->otherend = NULL; in free_otherend_details() 114 if (dev->otherend_watch.node) { in free_otherend_watch() 115 unregister_xenbus_watch(&dev->otherend_watch); in free_otherend_watch() [all …]
|
| /kernel/linux/linux-6.6/net/openvswitch/ |
| 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 memcpy(labels, cl->bits, OVS_CT_LABELS_LEN); in ovs_ct_get_labels() 183 key->ct_orig_proto = orig->dst.protonum; in __ovs_ct_update_key_orig_tp() 184 if (orig->dst.protonum == icmp_proto) { in __ovs_ct_update_key_orig_tp() [all …]
|
| /kernel/linux/linux-5.10/net/openvswitch/ |
| D | conntrack.c | 1 // SPDX-License-Identifier: GPL-2.0-only 83 /* Elements in ovs_ct_limit_info->limits hash table */ 107 switch (ntohs(key->eth.type)) { in key_to_nfproto() 112 default: in key_to_nfproto() 127 default: in ovs_ct_get_state() 143 default: in ovs_ct_get_state() 153 return ct ? READ_ONCE(ct->mark) : 0; in ovs_ct_get_mark() 170 memcpy(labels, cl->bits, OVS_CT_LABELS_LEN); in ovs_ct_get_labels() 179 key->ct_orig_proto = orig->dst.protonum; in __ovs_ct_update_key_orig_tp() 180 if (orig->dst.protonum == icmp_proto) { in __ovs_ct_update_key_orig_tp() [all …]
|