Searched +full:sb +full:- +full:tsi (Results 1 – 5 of 5) 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#8 Sideband interface Temperature Sensor Interface (SB-TSI) compliant12 - Kun Yi <kunyi@google.com>13 - Supreeth Venkatesh <supreeth.venkatesh@amd.com>16 SB Temperature Sensor Interface (SB-TSI) is an SMBus compatible18 and resembles a typical 8-pin remote temperature sensor's I2C interface25 - amd,sbtsi31 SoC register reference. The SB-TSI address is normally 98h for socket[all …]
1 /*-2 * SPDX-License-Identifier: BSD-2-Clause71 ((a) < (b)->npmcs ? (b)->sb[a] : 0)75 (PMCPL_CT_SAMPLE(a, b) * 100.0 / rsamples->sb[a])79 unsigned *sb; /* Sample buffer for 0..npmcs. */ member166 samples->npmcs = 0; in pmcpl_ct_samples_init()167 samples->sb = NULL; in pmcpl_ct_samples_init()178 samples->npmcs = 0; in pmcpl_ct_samples_free()179 free(samples->sb); in pmcpl_ct_samples_free()180 samples->sb = NULL; in pmcpl_ct_samples_free()[all …]
5 # Date: 2025-03-09 03:15:028 # the PCI ID Project at https://pci-ids.ucw.cz/.14 # (version 2 or higher) or the 3-clause BSD License.25 # device device_name <-- single tab26 # subvendor subdevice subsystem_name <-- two tabs30 # This is a relabelled RTL-813931 8139 AT-2500TX V3 Ethernet41 7a09 PCI-to-PCI Bridge51 7a19 PCI-to-PCI Bridge57 7a29 PCI-to-PCI Bridge[all …]
6 # http://www.linux-usb.org/usb-ids.html7 # or send entries as patches (diff -u old new) in the10 # http://www.linux-usb.org/usb.ids13 # Date: 2025-04-01 20:34:0220 # device device_name <-- single tab21 # interface interface_name <-- two tabs38 5301 GW-US54ZGL 802.11bg54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211]62 0200 TP-Link81 120e ASI120MC-S Planetary Camera[all …]
1 //===--- ItaniumMangle.cpp - Itanium C++ Name Mangling ----------*- C++ -*-===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7 //===----------------------------------------------------------------------===//11 // ABI-compatible with GCC):13 // http://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling15 //===----------------------------------------------------------------------===//51 if (const FunctionTemplateDecl *ftd = fn->getPrimaryTemplate()) in getStructor()52 return ftd->getTemplatedDecl(); in getStructor()67 return Record->isLambda(); in isLambda()146 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()[all …]