/Zephyr-latest/subsys/bluetooth/services/ |
D | Kconfig.dis | 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. 65 Note: The Bluetooth Special Interest Group assigns Device ID Vendor ID, [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso_internal.h | 35 /* Must be implemented by vendor if vendor-specific data path is supported */ 37 /* Must be implemented by vendor if vendor-specific data path is supported */ 43 /* Must be implemented by vendor if vendor-specific data path is supported */ 51 /* Must be implemented by vendor if vendor-specific data path is supported */
|
/Zephyr-latest/doc/_extensions/zephyr/domain/templates/ |
D | board-catalog.html | 6 <form class="filter-form" aria-label="Filter boards by name, architecture, and vendor"> 35 <label for="vendor">Vendor</label> 37 <select id="vendor"> 38 <option value="" disabled selected>Select a vendor</option> 40 …Note: as sorting per vendor name is not feasible in Jinja, the option list is sorted in the JavaSc… 41 {% for vendor in (boards | items | map(attribute='1.vendor') | unique ) -%} 42 <option value="{{ vendor }}">{{ vendors[vendor] }}</option>
|
D | board-card.html | 16 data-vendor="{{ board.vendor }}" 19 <div class="vendor">{{ vendors[board.vendor] }}</div>
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | pdu_vendor.h | 7 /* No vendor Data PDU struct octet3 */ 14 /* No vendor BIS PDU struct octet3 */ 21 /* No vendor CIS PDU struct octet3 */ 28 /* No ISOAL helper vendor ISO PDU struct octet3 */
|
/Zephyr-latest/scripts/tests/twister/test_data/boards/1_level/2_level/ |
D | board.yml | 4 vendor: zephyr 8 vendor: zephyr 12 vendor: zephyr
|
/Zephyr-latest/boards/panasonic/pan1783/ |
D | board.yml | 4 vendor: panasonic 9 vendor: panasonic 14 vendor: panasonic
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-upstream.rst | 32 - Your hardware vendor provides an official binding outside of the Linux 104 Rules for vendor prefixes 107 The following general rules apply to vendor prefixes in :ref:`compatible 110 - If your device is manufactured by a specific vendor, then its compatible 111 should have a vendor prefix. 113 If your binding describes hardware with a well known vendor from the list in 114 :zephyr_file:`dts/bindings/vendor-prefixes.txt`, you must use that vendor 117 - If your device is not manufactured by a specific hardware vendor, do **not** 118 invent a vendor prefix. Vendor prefixes are not mandatory parts of compatible 120 actual vendor. There are some exceptions to this rule, but the practice is [all …]
|
/Zephyr-latest/boards/intel/ish/ |
D | board.yml | 5 vendor: intel 11 vendor: intel 17 vendor: intel
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | board.yml | 4 vendor: zephyr 9 vendor: zephyr 14 vendor: zephyr
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | pdu_vendor.h | 13 /* Presence of vendor Data PDU struct octet3 */ 24 /* Presence of vendor BIS PDU struct octet3 */ 31 /* Presence of vendor CIS PDU struct octet3 */ 38 /* Presence of ISOAL helper vendor ISO PDU struct octet3 */
|
/Zephyr-latest/soc/espressif/common/ |
D | Kconfig.flash | 18 Enable this to support auto detection of ISSI chips if chip vendor not directly 26 Enable this to support auto detection of MXIC chips if chip vendor not directly 34 Enable this to support auto detection of GD (GigaDevice) chips if chip vendor not 47 Enable this to support auto detection of Winbond chips if chip vendor not directly 55 Enable this to support auto detection of BOYA chips if chip vendor not directly 63 Enable this to support auto detection of TH chips if chip vendor not directly 72 Enable this to support auto detection of Octal MXIC chips if chip vendor not directly
|
/Zephyr-latest/samples/sensor/sensor_shell/ |
D | README.rst | 40 info :Get sensor info, such as vendor and model name, for all sensors. 69 **info**: prints vendor, model, and friendly name information for all sensors. 75 device name: apds9960@39, vendor: Avago Technologies, model: apds9960, friendly name: (null) 76 device name: mma8652fc@1d, vendor: NXP Semiconductors, model: fxos8700, friendly name: (null) 77 device name: ti_hdc@43, vendor: Texas Instruments, model: hdc, friendly name: (null) 78 device name: temp@4000c000, vendor: Nordic Semiconductor, model: nrf-temp, friendly name: (null)
|
/Zephyr-latest/subsys/usb/device/ |
D | Kconfig | 20 hex "USB Vendor ID" 23 USB device vendor ID. MUST be configured by vendor. 29 USB device product ID. MUST be configured by vendor. 35 USB device Manufacturer string. MUST be configured by vendor. 41 USB device Product string. MUST be configured by vendor. 93 int "Set buffer size for Standard, Class and Vendor request handlers"
|
/Zephyr-latest/subsys/dap/ |
D | Kconfig | 28 string "Probe vendor" 36 string "Target board vendor" 44 string "Target device vendor"
|
/Zephyr-latest/samples/subsys/usb/webusb/src/ |
D | webusb.h | 21 /* Handler for WebUSB Vendor specific commands */ 32 * @brief Register Custom and Vendor request callbacks 34 * Function to register Custom and Vendor request callbacks
|
/Zephyr-latest/dts/x86/intel/ |
D | elkhart_lake.dtsi | 62 vendor-id = <0x8086>; 71 vendor-id = <0x8086>; 85 vendor-id = <0x8086>; 100 vendor-id = <0x8086>; 115 vendor-id = <0x8086>; 130 vendor-id = <0x8086>; 145 vendor-id = <0x8086>; 160 vendor-id = <0x8086>; 175 vendor-id = <0x8086>; 190 vendor-id = <0x8086>; [all …]
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 26 GENERIC_OR_VENDOR_INDEPENDENT = 'Generic or vendor-independent' 27 UNKNOWN_VENDOR = 'Unknown vendor' 39 devicetree compatible's vendor prefix 'vnd'. 47 def vendor(self, vnd): member in VndLookup 59 # Load the vendor-prefixes.txt file. Return a dict mapping 'vnd' 60 # vendor prefixes as they are found in compatible properties to 61 # each vendor's full name. 65 # vnd A stand-in for a real vendor 68 # vendor' in the return value. 77 logger.info('found %d vendor prefixes in %s', len(vnd2vendor) - 1, [all …]
|
D | gen_boards_catalog.py | 55 vnd_lookup = VndLookup(ZEPHYR_BASE / "dts/bindings/vendor-prefixes.txt", []) 83 # We could use board.vendor but it is often incorrect. Instead, deduce vendor from 88 vendor = "others" 91 vendor = folder.name 114 "vendor": vendor,
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_filter.py | 49 r'(it8xxx2_evb/it81302bx).*?(FILTERED: Not a selected vendor platform)', 50 r'(hsdk/arc_hsdk).*?(FILTERED: Not a selected vendor platform)', 51 r'(qemu_x86).*?(FILTERED: Not a selected vendor platform)', 57 r'(it8xxx2_evb/it81302bx).*?(FILTERED: Not a selected vendor platform)', 58 r'(qemu_x86/atom).*?(FILTERED: Not a selected vendor platform)', 65 r'(qemu_x86/atom).*?(FILTERED: Not a selected vendor platform)', 66 r'(intel_adl_crb/alder_lake).*?(FILTERED: Not a selected vendor platform)', 67 r'(hsdk/arc_hsdk).*?(FILTERED: Not a selected vendor platform)', 217 'vendor, expected', 220 'vendor nxp', [all …]
|
/Zephyr-latest/doc/hardware/porting/ |
D | soc_porting.rst | 34 Each SoC must have a unique name. Use the official name given by the SoC vendor 42 Start by creating the directory ``zephyr/soc/<VENDOR>/soc1``, where 43 ``<VENDOR>`` is your vendor subdirectory. 46 A ``<VENDOR>`` subdirectory is mandatory if contributing your SoC 49 The ``<VENDOR>`` subdirectory must match a vendor defined in the list in 50 :zephyr_file:`dts/bindings/vendor-prefixes.txt`. If the SoC vendor does not 63 soc/<VENDOR>/<soc-name> 149 under a corresponding :file:`<ARCH>/<VENDOR>`. 151 The SoC :file:`dts/<ARCH>/<VENDOR>/<soc>.dtsi` describes your SoC hardware in 186 It is possible to structure multiple :file:`<VENDOR>/<soc>.dtsi` files in [all …]
|
/Zephyr-latest/boards/st/stm32l1_disco/ |
D | board.yml | 4 vendor: st 9 vendor: st
|
/Zephyr-latest/boards/pjrc/teensy4/ |
D | board.yml | 4 vendor: pjrc 9 vendor: pjrc
|
/Zephyr-latest/boards/intel/adl/ |
D | board.yml | 4 vendor: intel 9 vendor: intel
|
/Zephyr-latest/boards/intel/rpl/ |
D | board.yml | 4 vendor: intel 9 vendor: intel
|