/Zephyr-latest/subsys/bluetooth/services/ |
D | Kconfig.dis | 4 # SPDX-License-Identifier: Apache-2.0 47 int "Vendor ID source" 51 The Vendor ID Source field designates which organization assigned the 52 value used in the Vendor ID field value. 54 - 1 Bluetooth SIG, the Vendor ID was assigned by the Bluetooth SIG 55 - 2 USB IF, the Vendor ID was assigned by the USB IF 58 hex "Vendor ID" 62 The Vendor ID field is intended to uniquely identify the vendor of the 63 device. This field is used in conjunction with Vendor ID Source field, 64 which determines which organization assigned the Vendor ID field value. [all …]
|
/Zephyr-latest/doc/_extensions/zephyr/domain/templates/ |
D | board-catalog.html | 3 SPDX-License-Identifier: Apache-2.0 6 <form class="filter-form" aria-label="Filter boards by name, architecture, and vendor"> 8 <div class="form-group" style="flex-basis: 100%"> 10 <input type="text" id="name" 15 <div class="form-group"> 17 <div class="select-container"> 18 <select id="arch"> 25 <option value="riscv">RISC-V</option> 34 <div class="form-group" style="flex-basis: 400px"> 35 <label for="vendor">Vendor</label> [all …]
|
/Zephyr-latest/dts/x86/intel/ |
D | elkhart_lake.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 8 #include <zephyr/dt-bindings/interrupt-controller/intel-ioapic.h> 9 #include <zephyr/dt-bindings/i2c/i2c.h> 10 #include <zephyr/dt-bindings/pcie/pcie.h> 14 #address-cells = <1>; 15 #size-cells = <0>; 19 compatible = "intel,elkhart-lake", "intel,x86_64"; 20 d-cache-line-size = <64>; 38 #address-cells = <1>; 39 #interrupt-cells = <3>; [all …]
|
D | alder_lake.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 8 #include <zephyr/dt-bindings/interrupt-controller/intel-ioapic.h> 9 #include <zephyr/dt-bindings/i2c/i2c.h> 10 #include <zephyr/dt-bindings/pcie/pcie.h> 11 #include <zephyr/dt-bindings/gpio/gpio.h> 16 #address-cells = <1>; 17 #size-cells = <0>; 21 compatible = "intel,alder-lake", "intel,x86_64"; 22 d-cache-line-size = <64>; 28 compatible = "intel,alder-lake"; [all …]
|
D | raptor_lake_p.dtsi | 3 * SPDX-License-Identifier: Apache-2.0 7 #include <zephyr/dt-bindings/interrupt-controller/intel-ioapic.h> 8 #include <zephyr/dt-bindings/pcie/pcie.h> 9 #include <zephyr/dt-bindings/gpio/gpio.h> 10 #include <zephyr/dt-bindings/i2c/i2c.h> 14 #address-cells = <1>; 15 #size-cells = <0>; 18 compatible = "intel,raptor-lake", "intel,x86_64"; 20 d-cache-line-size = <64>; 33 interrupt-controller; [all …]
|
D | raptor_lake_s.dtsi | 3 * SPDX-License-Identifier: Apache-2.0 7 #include <zephyr/dt-bindings/interrupt-controller/intel-ioapic.h> 8 #include <zephyr/dt-bindings/i2c/i2c.h> 9 #include <zephyr/dt-bindings/pcie/pcie.h> 10 #include <zephyr/dt-bindings/gpio/gpio.h> 14 #address-cells = <1>; 15 #size-cells = <0>; 19 compatible = "intel,raptor-lake", "intel,x86_64"; 20 d-cache-line-size = <64>; 33 #address-cells = <1>; [all …]
|
D | apollo_lake.dtsi | 2 * Copyright (c) 2017-2019 Intel Corporation. 4 * SPDX-License-Identifier: Apache-2.0 8 #include <zephyr/dt-bindings/interrupt-controller/intel-ioapic.h> 9 #include <zephyr/dt-bindings/i2c/i2c.h> 10 #include <zephyr/dt-bindings/pcie/pcie.h> 14 #address-cells = <1>; 15 #size-cells = <0>; 19 compatible = "intel,apollo-lake", "intel,x86_64"; 20 d-cache-line-size = <64>; 33 #address-cells = <1>; [all …]
|
/Zephyr-latest/dts/bindings/pcie/host/ |
D | pcie-device.yaml | 2 # SPDX-License-Identifier: Apache-2.0 7 vendor-id: 9 description: Vendor ID of the device 10 device-id: 12 description: Device ID of the device 13 class-rev: 16 class-rev-mask:
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | health_srv.h | 8 * SPDX-License-Identifier: Apache-2.0 32 * vendor. Vendor specific faults should be interpreted in the context 33 * of the accompanying Company ID. Specification defined faults may be 34 * reported for any Company ID, and the same fault may be presented 37 * All faults shall be associated with at least one Company ID, 38 * representing the device vendor or some other vendor whose vendor 44 * ID is reported for each call. 47 * @param test_id Test ID response buffer. 48 * @param company_id Company ID response buffer. 64 * Company ID should be reported. [all …]
|
/Zephyr-latest/subsys/usb/device/class/ |
D | Kconfig.msc | 2 # SPDX-License-Identifier: Apache-2.0 19 string "T10 assigned vendor ID for inquiry (must be 8 characters)" 22 Vendor ID used for enquiry requests. 26 string "Product ID for inquiry (must be 16 characters)" 29 Product ID used for enquiry requests. 54 module-str = usb mass storage
|
/Zephyr-latest/include/zephyr/usb/class/ |
D | usbd_msc.h | 4 * SPDX-License-Identifier: Apache-2.0 21 const char *vendor; member 42 * @param id Identifier by which the linker sorts registered LUNs 44 * @param t10_vendor T10 Vendor Indetification 48 #define USBD_DEFINE_MSC_LUN(id, disk_name, t10_vendor, t10_product, t10_revision) \ argument 49 static const STRUCT_SECTION_ITERABLE(usbd_msc_lun, usbd_msc_lun_##id) = { \ 51 .vendor = t10_vendor, \
|
/Zephyr-latest/subsys/usb/device/ |
D | Kconfig | 4 # SPDX-License-Identifier: Apache-2.0 16 module-str = usb device 20 hex "USB Vendor ID" 23 USB device vendor ID. MUST be configured by vendor. 26 hex "USB Product ID" 29 USB device product ID. MUST be configured by vendor. 35 USB device Manufacturer string. MUST be configured by vendor. 39 default "USB-DEV" 41 USB device Product string. MUST be configured by vendor. 93 int "Set buffer size for Standard, Class and Vendor request handlers" [all …]
|
/Zephyr-latest/drivers/mfd/ |
D | mfd_ite_it8801.c | 4 * SPDX-License-Identifier: Apache-2.0 31 const struct mfd_it8801_config *config = dev->config; in it8801_check_vendor_id() 35 /* Verify vendor ID registers(16-bits). */ in it8801_check_vendor_id() 37 ret = i2c_reg_read_byte_dt(&config->i2c_dev, it8801_id_verify[i].reg, &val); in it8801_check_vendor_id() 40 LOG_ERR("Failed to read vendoer ID (ret %d)", ret); in it8801_check_vendor_id() 45 LOG_ERR("The IT8801 vendor ID is wrong. Index: %d, Expected ID: 0x%x," in it8801_check_vendor_id() 46 "Read ID: 0x%x", in it8801_check_vendor_id() 48 return -ENODEV; in it8801_check_vendor_id() 60 k_work_submit(&data->gpio_isr_worker); in it8801_gpio_callback() 66 struct mfd_it8801_data *data = mfd->data; in mfd_it8801_register_interrupt_callback() [all …]
|
/Zephyr-latest/dts/bindings/i3c/ |
D | nuvoton,npcx-i3c.yaml | 2 # SPDX-License-Identifier: Apache-2.0 11 clock-frequency = <DT_FREQ_M(90)>; /* OFMCLK runs at 90MHz */ 12 core-prescaler = <3>; /* CORE_CLK runs at 30MHz */ 13 apb1-prescaler = <6>; /* APB1_CLK runs at 15MHz */ 14 apb2-prescaler = <6>; /* APB2_CLK runs at 15MHz */ 15 apb3-prescaler = <6>; /* APB3_CLK runs at 15MHz */ 16 apb4-prescaler = <3>; /* APB4_CLK runs at 30MHz */ 30 i3c-scl-hz = <12500000>; 31 i3c-od-scl-hz = <4170000>; 36 compatible: "nuvoton,npcx-i3c" [all …]
|
/Zephyr-latest/tests/drivers/disk/disk_performance/boards/ |
D | qemu_x86_64.overlay | 1 /* SPDX-License-Identifier: Apache-2.0 */ 3 #include <zephyr/dt-bindings/pcie/pcie.h> 8 compatible = "nvme-controller"; 10 vendor-id = <0x1B36>; 11 device-id = <0x0010>;
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | pacs_internal.h | 7 * SPDX-License-Identifier: Apache-2.0 17 uint8_t id; /* Codec ID */ member 18 uint16_t cid; /* Company ID */ 19 uint16_t vid; /* Vendor specific Codec ID */
|
/Zephyr-latest/samples/drivers/ipm/ipm_ivshmem/boards/ |
D | pcie_ivshmem.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 6 #include <zephyr/dt-bindings/pcie/pcie.h> 13 vendor-id = <0x1af4>; 14 device-id = <0x1110>;
|
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/boards/ |
D | pcie_ivshmem.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 6 #include <zephyr/dt-bindings/pcie/pcie.h> 13 vendor-id = <0x1af4>; 14 device-id = <0x1110>;
|
/Zephyr-latest/tests/drivers/virtualization/ivshmem/plain/ |
D | app.overlay | 4 * SPDX-License-Identifier: Apache-2.0 6 #include <zephyr/dt-bindings/pcie/pcie.h> 13 vendor-id = <0x1af4>; 14 device-id = <0x1110>;
|
/Zephyr-latest/tests/drivers/virtualization/ivshmem/plain/boards/ |
D | pcie_ivshmem.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 6 #include <zephyr/dt-bindings/pcie/pcie.h> 13 vendor-id = <0x1af4>; 14 device-id = <0x1110>;
|
/Zephyr-latest/tests/drivers/disk/disk_access/boards/ |
D | qemu_x86_64.overlay | 1 /* SPDX-License-Identifier: Apache-2.0 */ 3 #include <zephyr/dt-bindings/pcie/pcie.h> 8 compatible = "nvme-controller"; 10 vendor-id = <0x1B36>; 11 device-id = <0x0010>; 18 compatible = "zephyr,ram-disk"; 19 disk-name = "RAM"; 20 sector-size = <512>; 21 sector-count = <192>;
|
/Zephyr-latest/include/zephyr/drivers/pcie/ |
D | cap.h | 4 * SPDX-License-Identifier: Apache-2.0 20 * From PCI Code and ID Assignment Specification Revision 1.11 30 #define PCI_CAP_ID_PCIX 0x07U /**< PCI-X */ 32 #define PCI_CAP_ID_VNDR 0x09U /**< Vendor-Specific */ 35 #define PCI_CAP_ID_SHPC 0x0CU /**< PCI Standard Hot-Plug Controller */ 36 #define PCI_CAP_ID_SSVID 0x0DU /**< Bridge subsystem vendor/device ID */ 40 #define PCI_CAP_ID_MSIX 0x11U /**< MSI-X */ 62 #define PCIE_EXT_CAP_ID_MFVC 0x0008U /**< Multi-Function VC Capability */ 65 #define PCIE_EXT_CAP_ID_VNDR 0x000BU /**< Vendor-Specific Extended Capability */ 66 #define PCIE_EXT_CAP_ID_CAC 0x000CU /**< Config Access Correlation - obsolete */ [all …]
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ps8xxx_priv.h | 3 * SPDX-License-Identifier: Apache-2.0 6 /* Note: The Product ID will read as 0x8803 if the firmware has malfunctioned in 8705, 8755 and 7 * 8805. Also the Product ID can be invalid if chip is before or during the power-up and 17 /** PS8815 only - vendor specific register for firmware version */
|
/Zephyr-latest/drivers/memc/ |
D | memc_mcux_flexspi_is66wvq8m4.c | 4 * SPDX-License-Identifier: Apache-2.0 17 /* Vendor ID for ISSI device */ 91 /* Read vendor ID from identification register */ 95 const struct memc_flexspi_is66wvq8m4_config *config = dev->config; in memc_flexspi_is66wvq8m4_get_vendor_id() 96 struct memc_flexspi_is66wvq8m4_data *data = dev->data; in memc_flexspi_is66wvq8m4_get_vendor_id() 102 .port = config->port, in memc_flexspi_is66wvq8m4_get_vendor_id() 110 ret = memc_flexspi_transfer(data->controller, &transfer); in memc_flexspi_is66wvq8m4_get_vendor_id() 120 const struct memc_flexspi_is66wvq8m4_config *config = dev->config; in memc_flexspi_is66wvq8m4_update_cfg() 121 struct memc_flexspi_is66wvq8m4_data *data = dev->data; in memc_flexspi_is66wvq8m4_update_cfg() 128 .port = config->port, in memc_flexspi_is66wvq8m4_update_cfg() [all …]
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_64.dts | 3 * SPDX-License-Identifier: Apache-2.0 13 d-cache-line-size = <64>; 21 compatible = "intel,pch-smbus"; 22 #address-cells = <1>; 23 #size-cells = <0>; 24 vendor-id = <0x8086>; 25 device-id = <0x2930>; 27 interrupt-parent = <&intc>;
|