Searched +full:aind +full:- (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Michael Hennerich <Michael.Hennerich@analog.com>11 - Nuno Sá <nuno.sa@analog.com>21 * https://www.analog.com/en/products/ad7380-4.html22 * https://www.analog.com/en/products/ad7381-4.html23 * https://www.analog.com/en/products/ad7383-4.html24 * https://www.analog.com/en/products/ad7384-4.html25 * https://www.analog.com/en/products/ad7386-4.html[all …]
1 // SPDX-License-Identifier: GPL-2.0-only9 * ad7380/1 : https://www.analog.com/media/en/technical-documentation/data-sheets/AD7380-7381.pdf10 * ad7383/4 : https://www.analog.com/media/en/technical-documentation/data-sheets/ad7383-7384.pdf11 …* ad7386/7/8 : https://www.analog.com/media/en/technical-documentation/data-sheets/AD7386-7387-738…12 * ad7380-4 : https://www.analog.com/media/en/technical-documentation/data-sheets/ad7380-4.pdf13 * ad7381-4 : https://www.analog.com/media/en/technical-documentation/data-sheets/ad7381-4.pdf14 …* ad7383/4-4 : https://www.analog.com/media/en/technical-documentation/data-sheets/ad7383-4-ad7384…15 …* ad7386/7/8-4 : https://www.analog.com/media/en/technical-documentation/data-sheets/ad7386-4-7387…104 /* Extended scan types for 12-bit unsigned chips. */120 /* Extended scan types for 14-bit signed chips. */[all …]
1 /* SPDX-License-Identifier: GPL-2.0-or-later */4 * Copyright (c) 1999-2000 Cisco, Inc.5 * Copyright (c) 1999-2001 Motorola, Inc.12 * lksctp developers <linux-sctp@vger.kernel.org>36 #include <linux/generic-radix-tree.h>37 #include <linux/rhashtable-types.h>260 /* This is our APPLICATION-SPECIFIC state cookie.309 * Include the source port of the INIT-ACK329 * the association TCB is re-constructed from the cookie.366 struct sctp_adaptation_ind_param *aind; member[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later4 * Copyright (c) 1999-2000 Cisco, Inc.5 * Copyright (c) 1999-2001 Motorola, Inc.6 * Copyright (c) 2001-2002 Intel Corp.16 * lksctp developers <linux-sctp@vger.kernel.org>73 struct sctp_chunk *chunk = skb_shinfo(skb)->destructor_arg; in sctp_control_release_owner()75 if (chunk->shkey) { in sctp_control_release_owner()76 struct sctp_shared_key *shkey = chunk->shkey; in sctp_control_release_owner()77 struct sctp_association *asoc = chunk->asoc; in sctp_control_release_owner()83 if (shkey->deactivated && !list_empty(&shkey->key_list) && in sctp_control_release_owner()[all …]