/aosp_15_r20/external/pigweed/pw_sensor/py/ |
H A D | validator_test.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 28 def test_missing_compatible(self) -> None: 36 def test_invalid_compatible_type(self) -> None: 39 metadata={"compatible": {}, "supported-buses": ["i2c"]}, 42 + "supported-buses:\n- i2c" 50 metadata={"compatible": [], "supported-buses": ["i2c"]}, 53 + "supported-buses:\n- i2c" 59 metadata={"compatible": 1, "supported-buses": ["i2c"]}, 62 + "supported-buses:\n- i2c" 68 metadata={"compatible": "", "supported-buses": ["i2c"]}, [all …]
|
H A D | docs.rst | 1 .. _module-pw_sensor-py: 6 .. pigweed-module:: 9 - **Configure Sensors**: Update the sensor configurations to match your 12 - **2 Phase Reading**: Design your own pipeline and priorities. Sensor can be 22 ----------------- 24 ----------------- 28 .. code-block:: yaml 31 - "pw_sensor/channels.yaml" 32 - "pw_sensor/attributes.yaml" 36 supported-buses: [all …]
|
/aosp_15_r20/external/pigweed/pw_sensor/py/pw_sensor/ |
H A D | metadata_schema.json | 37 "supported-buses": { object 39 "description": "One or more buses which this sensor driver supports", 50 "description": "A set of attribute/channel pairs supported by this sensor", 53 "description": "Pair of supported attribute and channel", 78 "description": "A set of channels supported by this sensor", 80 "^[a-zA-Z_]\\w*$": { 120 "supported-buses"
|
H A D | resolved_schema.json | 8 "description": "All supported attributes", 10 "^[a-zA-Z_]\\w*$": { 12 "description": "A supported attribute", 34 "description": "All supported channels", 36 "^[a-zA-Z_]\\w*$": { 38 "description": "A supported channel", 67 "^[a-zA-Z_]\\w*$": { 93 "^[a-zA-Z_]\\w*$": { 124 "^[a-zA-Z_][a-zA-Z0-9_\\-]*,[a-zA-Z_][a-zA-Z0-9_\\-]*$": { 151 "supported-buses": { object [all …]
|
H A D | validator.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 43 - A system to resolve and verify that declared sensor metadata is well 45 - A utility to resolve any and all dependencies when using a specified 49 - Code generator 56 ) -> None: 69 def validate(self, metadata: dict) -> dict: 77 - "pw_sensor/channels.yaml" 81 supported-buses: 82 - i2c 135 supported_buses = metadata.pop("supported-buses") [all …]
|
/aosp_15_r20/external/flashrom/ |
H A D | cli_classic.c | 6 * Copyright (C) 2005-2008 coresystems GmbH 7 * Copyright (C) 2008,2009,2010 Carl-Daniel Hailfinger 84 printf("Usage: %s [-h|-R|-L|" in cli_classic_usage() 86 "-z|" in cli_classic_usage() 88 "\n\t-p <programmername>[:<parameters>] [-c <chipname>]\n" in cli_classic_usage() 89 "\t\t(--flash-name|--flash-size|\n" in cli_classic_usage() 90 "\t\t [-E|-x|(-r|-w|-v) [<file>]]\n" in cli_classic_usage() 91 "\t\t [(-l <layoutfile>|--ifd|--fmap|--fmap-file <fmapfile>) [-i <region>[:<file>]]...]\n" in cli_classic_usage() 92 "\t\t [-n] [-N] [-f])]\n" in cli_classic_usage() 93 "\t[-V[V[V]]] [-o <logfile>]\n\n", name); in cli_classic_usage() [all …]
|
H A D | internal.c | 4 * Copyright (C) 2009 Carl-Daniel Hailfinger 110 const int is_laptop = bcfg->is_laptop; in report_nonwl_laptop_detected() 111 const bool laptop_ok = bcfg->laptop_ok; in report_nonwl_laptop_detected() 119 "internal buses have been disabled for safety reasons.\n\n"); in report_nonwl_laptop_detected() 123 "tables correctly. Some internal buses have been disabled for\n" in report_nonwl_laptop_detected() 124 "safety reasons. You can enforce using all buses by adding\n" in report_nonwl_laptop_detected() 125 " -p internal:laptop=this_is_not_a_laptop\n" in report_nonwl_laptop_detected() 196 msg_pwarn("Warning: The mainboard IDs set by -p internal:mainboard (%s:%s) do not\n" in internal_init() 217 /* FIXME: Enable cbtable searching on all non-x86 platforms supported in internal_init() 219 * FIXME: Find a replacement for DMI on non-x86. in internal_init() [all …]
|
/aosp_15_r20/external/dtc/Documentation/ |
H A D | dtc-paper.tex | 44 flattened-tree representation of the system's hardware based on the 49 --- the Device Tree Compiler --- that turns a simple text 55 This flattened-tree approach is now the only supported method of 57 to make it the only supported method for all \texttt{powerpc} 67 Among other boot-time services, OF maintains a device tree that 75 buses\footnote{Well, mostly. There are a few special exceptions.}. 76 Each node contains \emph{properties}, name--value pairs that give 86 meant that the various 32-bit \ppc embedded ports have required a 90 CONFIG-dependent hacks in drivers to override normal probe logic with 92 itself, such CONFIG-dependent hacks make it hard to build a single [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/can/aidl/android/hardware/automotive/can/ |
H A D | ICanController.aidl | 8 * http://www.apache.org/licenses/LICENSE-2.0 27 * Providing an ICanController interface to configure CAN buses is optional. 28 * A system can elect to configure CAN buses manually if the hardware is 34 * Fetches the list of interface types supported by this HAL server. 36 * @return iftypes The list of supported interface types.
|
/aosp_15_r20/external/pciutils/ |
H A D | lspci.man | 3 lspci \- list all PCI devices 9 is a utility for displaying information about PCI buses in the system and 18 itself, please include output of "lspci -vvx" or even better "lspci -vvxxx" 43 .B -m 44 Dump PCI device data in a backward-compatible machine readable form. 47 .B -mm 51 .B -t 52 Show a tree-like diagram containing all buses, bridges, devices and connections 57 .B -v 60 .B -vv [all …]
|
/aosp_15_r20/external/coreboot/src/include/ |
H A D | spi-generic.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 6 /* Common parameters -- kind of high, but they should only occur when there 8 * of caution in case we're dealing with slower SPI buses and/or processors. 30 /* Controller-specific definitions: */ 34 /*----------------------------------------------------------------------- 86 /* CLK phase - 0: Phase first, 1: Phase second */ 88 /* CLK polarity - 0: Low, 1: High */ 90 /* CS polarity - 0: Low, 1: High */ 92 /* Wire mode - 0: 4-wire, 1: 3-wire */ 125 /*----------------------------------------------------------------------- [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/.changes/2.15.x/ |
H A D | 2.15.32.json | 3 "date": "2020-11-19", 39 …e now supports Resource-based policy authorization on event buses. This enables cross-account PutE… 45 "description": "Adding multi-region replication feature for AWS Managed Microsoft AD" 51 …e Flink 1.11 and provides a way to access the Apache Flink dashboard for supported Flink versions." 75 …e now supports Resource-based policy authorization on event buses. This enables cross-account PutE…
|
/aosp_15_r20/external/aws-sdk-java-v2/services/eventbridge/src/main/resources/codegen-resources/ |
H A D | service-2.json | 4 "apiVersion":"2015-10-07", 12 "uid":"eventbridge-2015-10-07" 61 … see <a href=\"https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-api-destinations.html\"… 109 …vailability by making it regional-fault tolerant. To do this, you define a primary and secondary R… 145 …name</i> is determined by the partner, and should uniquely identify an event-generating resource w… 236 …cs.aws.amazon.com/eventbridge/latest/userguide/eb-global-endpoints.html\">Making applications Regi… 278 …r the same rule, all calls will succeed. When you call delete rule for a non-existent custom event… 335 …cs.aws.amazon.com/eventbridge/latest/userguide/eb-global-endpoints.html\">Making applications Regi… 349 …buses and partner event buses, it displays the name, ARN, policy, state, and creation time.</p> <p… 422 …s the specified rule. A disabled rule won't match any events, and won't self-trigger if it has a s… [all …]
|
/aosp_15_r20/external/coreboot/src/southbridge/amd/pi/hudson/acpi/ |
H A D | fch.asl | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 12 If (Arg0 == ToUUID("33DB4D5B-1FF7-401C-9657-7441C03DD766")) 25 /* 0:11.0 - SATA */ 30 /* 0:14.0 - SMBUS */ 37 /* 0:14.2 - HD Audio */ 42 /* 0:14.3 - LPC */ 45 /* 0:14.7 - SD Controller */ 54 * side of this PCI bus if there is a PCI-PCI bridge. 55 * PCI buses can have 256 secondary buses which 56 * range from [0-0xFF] but they do not need to be [all …]
|
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/spr/ |
H A D | romstage.c | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 43 mupd->FspmConfig.DfxCxlType3LegacyEn = 1; in config_upd() 45 mupd->FspmConfig.DfxCxlType3LegacyEn = 0; in config_upd() 49 mupd->FspmConfig.DFXEnable = skip_intel_txt_lockdown() ? 1 : 0; in config_upd() 53 /* Initialize non-zero default UPD values for IIO */ 58 mupd->FspmConfig.IioPcieConfigTablePtr = (uintptr_t)spr_iio_bifur_table; in initialize_iio_upd() 60 mupd->FspmConfig.IioPcieConfigTableNumber = MAX_SOCKET; in initialize_iio_upd() 64 /* Initialize non-zero default UPD values */ in initialize_iio_upd() 74 mupd->FspmConfig.DeEmphasisPtr = (uintptr_t)deemphasis_list; in initialize_iio_upd() 75 mupd->FspmConfig.DeEmphasisNumber = MAX_SOCKET * MAX_IIO_PORTS_PER_SOCKET; in initialize_iio_upd() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
H A D | gpu_process_state.h | 7 http://www.apache.org/licenses/LICENSE-2.0 40 // Singleton that manages per-process state when GPUs are present. 47 // A non-null ps may ONLY be provided during program static storage 48 // initialization. Must not be called more than once with a non-null ps. 80 // config.proto for the list of supported strings.). 105 // device memory registration. "bus_id" is platform-specific. On many 106 // platforms it should be 0. On machines with multiple PCIe buses, it should 107 // be the index of one of the PCIe buses (maybe the NUMA node at which the 139 if (process_state_) return &process_state_->mem_desc_map_; in mem_desc_map()
|
/aosp_15_r20/external/flashrom/doc/ |
H A D | classic_cli_manpage.rst | 6 ---- 8 **flashrom** - detect, read, write, verify and erase flash chips 12 -------- 14 | **flashrom** [-h|-R|-L|-z| 15 | -p <programmername>[:<parameters>] [-c <chipname>] 16 | (--flash-name|--flash-size| 17 | [-E|-x|-r <file>|-w <file>|-v <file>] 18 | [(-l <file>|--ifd|--fmap|--fmap-file <file>) 19 | [-i <include>[:<file>]]] 20 | [--wp-status] [--wp-list] [--wp-enable|--wp-disable] [all …]
|
/aosp_15_r20/external/flashrom/doc/supported_hw/ |
H A D | supported_chipsets.rst | 2 Supported chipsets 5 To see the list of all supported chipsets, check the ``const struct penable chipset_enables[]`` in … 10 If you can run flashrom locally, the command ``flashrom -L`` prints the list of all supported chips… 20 Also note that macros for supported buses are defined in ``chipset_enable.c`` right before ``chipse…
|
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/ |
H A D | v4l2_camera_hal.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 36 #include <android-base/parseint.h> 69 if (strncmp(desired.c_str(), ent->d_name, len) == 0) { in V4L2CameraHAL() 70 if (strlen(ent->d_name) > len && isdigit(ent->d_name[len])) { in V4L2CameraHAL() 72 nodes.push_back(std::string("/dev/") + ent->d_name); in V4L2CameraHAL() 78 std::unordered_set<std::string> buses; in V4L2CameraHAL() local 99 if (buses.insert(bus).second) { in V4L2CameraHAL() 125 return -EINVAL; in getCameraInfo() 127 // TODO(b/29185945): Hotplugging: return -EINVAL if unplugged. in getCameraInfo() 128 return mCameras[id]->getInfo(info); in getCameraInfo() [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/vts/functional/ |
H A D | VtsHalCanBusVirtualV1_0TargetTest.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 17 #include <android-base/logging.h> 18 #include <android-base/strings.h> 23 #include <can-vts-utils/bus-enumerator.h> 24 #include <can-vts-utils/can-hal-printers.h> 27 #include <hidl-utils/hidl-utils.h> 55 virtual ~CanMessageListener() { mCloseHandle->close(); } in ~CanMessageListener() 85 const auto result = controller->upInterface(config); in Bus() 89 * file -- this is a test, so we don't want to add fake services to a device manifest. */ in Bus() 91 auto service = manager->get(ICanBus::descriptor, config.name); in Bus() [all …]
|
/aosp_15_r20/external/libpcap/ |
H A D | pcap-usb-linux.c | 40 #include "pcap-int.h" 41 #include "pcap-usb-linux.h" 42 #include "pcap-usb-linux-common.h" 74 #include "diag-control.h" 79 #define USBMON_DEV_PREFIX_LEN (sizeof USBMON_DEV_PREFIX - 1) 129 u_char *mmapbuf; /* memory-mapped region pointer */ 152 * XXX - is there any notion of "up" and "running"? in usb_dev_add() 156 * As this refers to all buses, there's no notion of in usb_dev_add() 162 "Raw USB traffic, all USB buses", err_str) == NULL) in usb_dev_add() 163 return -1; in usb_dev_add() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/ |
H A D | pluggable_device_factory.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 65 // Double the amount of available PluggableDevice memory in non-opt builds in MinSystemMemory() 66 // (debug builds in windows); because in non-opt builds more system memory is in MinSystemMemory() 88 if (!se->DeviceMemoryUsage(&available_memory, &total_memory)) { in SingleVirtualDeviceMemoryLimit() 99 return errors::Internal("Unified memory is not supported yet."); in SingleVirtualDeviceMemoryLimit() 106 allocated_memory -= min_system_memory; in SingleVirtualDeviceMemoryLimit() 125 int device_count = platform->VisibleDeviceCount(); in ListPhysicalDevices() 129 devices->push_back(device_name); in ListPhysicalDevices() 143 int device_count = platform->VisibleDeviceCount(); in GetDeviceDetails() 148 auto desc_status = platform->DescriptionForDevice(device_index); in GetDeviceDetails() [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/ |
H A D | ICanController.hal | 8 * http://www.apache.org/licenses/LICENSE-2.0 24 * Providing an ICanController interface to configure CAN buses is optional. 32 * families and a generic catch-all type of {@see INDEXED}. 44 /** Proprietary, device-specific interface. */ 62 /** Interface type is not supported. */ 71 /** Provided bit rate is not supported by the hardware. */ 84 * ISO TP and CAN FD are currently not supported. 91 * (a-z, A-Z, 0-9, '_'), at least 1 and at most 32 characters long. 94 * nor preselect parameters like bitrate. The only intended side-effect 128 * one). The former is better for small-scale test deployments [all …]
|
/aosp_15_r20/external/libusb/libusb/os/ |
H A D | linux_usbfs.c | 1 /* -*- Mode: C; c-basic-offset:8 ; indent-tabs-mode:t -*- */ 4 * Copyright © 2007-2009 Daniel Drake <[email protected]> 7 * Copyright © 2012-2013 Hans de Goede <[email protected]> 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 45 * sysfs allows us to read the kernel's in-memory copies of device descriptors 47 * - The binary "descriptors" file contains all config descriptors since 49 * - The binary "descriptors" file was added in 2.6.23, commit 52 * - The "busnum" file was added in 2.6.22, commit 54 * - The "devnum" file has been present since pre-2.6.18 55 * - the "bConfigurationValue" file has been present since pre-2.6.18 [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudwatchevents/src/main/resources/codegen-resources/ |
H A D | service-2.json | 4 "apiVersion":"2015-10-07", 12 "uid":"events-2015-10-07" 130 …name</i> is determined by the partner, and should uniquely identify an event-generating resource w… 248 …r the same rule, all calls will succeed. When you call delete rule for a non-existent custom event… 305 …buses and partner event buses, it displays the name, ARN, policy, state, and creation time.</p> <p… 378 …s the specified rule. A disabled rule won't match any events, and won't self-trigger if it has a s… 446 …n":"<p>Lists all the event buses in your account, including the default event bus, custom event bu… 544 … associated with an EventBridge resource. In EventBridge, rules and event buses can be tagged.</p>" 601 …tps://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-cross-account-event-delivery.ht… 619 …-trigger based on the given schedule. A rule can have both an EventPattern and a ScheduleExpressio… [all …]
|