/Zephyr-Core-3.6.0/scripts/tests/twister_blackbox/ |
D | test_hardwaremap.py | 111 def test_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument 122 manufacturer=id_man, 128 for id_man in manufacturer: 163 def test_few_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument 174 manufacturer=manufacturer, 179 manufacturer=manufacturer, 184 manufacturer=manufacturer, 189 manufacturer=manufacturer, 244 def test_texas_exeption(self, capfd, out_path, manufacturer, product, serial, location): argument 255 manufacturer=manufacturer,
|
/Zephyr-Core-3.6.0/tests/bluetooth/host/crypto/mocks/ |
D | hci_core.c | 13 .manufacturer = 0x1234,
|
/Zephyr-Core-3.6.0/tests/bluetooth/host/buf/mocks/ |
D | hci_core.c | 12 .manufacturer = 0x1234,
|
/Zephyr-Core-3.6.0/tests/bluetooth/host/ecc/mocks/ |
D | hci_core.c | 15 .manufacturer = 0x1234,
|
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/mocks/ |
D | hci_core.c | 15 .manufacturer = 0x1234,
|
/Zephyr-Core-3.6.0/samples/subsys/usb/common/ |
D | Kconfig.sample_usbd | 13 string "USB device sample manufacturer string" 16 USB device sample manufacturer string.
|
/Zephyr-Core-3.6.0/scripts/tests/twister/ |
D | test_hardwaremap.py | 386 mocked_hm.manufacturer = ['dummy manufacturer', 'Texas Instruments'] 394 manufacturer='wrong manufacturer', 401 manufacturer='dummy manufacturer', 408 manufacturer='dummy manufacturer', 415 manufacturer='Texas Instruments', 422 manufacturer='Texas Instruments',
|
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/ |
D | hardwaremap.py | 113 manufacturer = [ variable in HardwareMap 290 … if d.manufacturer and d.manufacturer.casefold() in [m.casefold() for m in self.manufacturer]: 294 if d.manufacturer == 'Texas Instruments' and not d.location.endswith('0'): 321 logger.warning("Unsupported device (%s): %s" % (d.manufacturer, d))
|
/Zephyr-Core-3.6.0/doc/build/dts/ |
D | bindings-syntax.rst | 35 compatible: "manufacturer,foo-device" 80 compatible: "manufacturer,device" 87 compatible = "manufacturer,device"; 90 Assuming no binding has ``compatible: "manufacturer,device-v2"``, it would also 96 compatible = "manufacturer,device-v2", "manufacturer,device"; 105 The ``manufacturer`` prefix identifies the device vendor. See 125 compatible: "manufacturer,serial" 137 In this example, a node with compatible ``"manufacturer,serial"`` must contain 519 compatible: "manufacturer,spi-peripheral" 534 compatible: "manufacturer,i3c-controller" [all …]
|
D | bindings-upstream.rst | 183 manufacturer datasheet, and would only change under very 208 # This is the recommended value chosen by the manufacturer.
|
/Zephyr-Core-3.6.0/samples/bluetooth/scan_adv/ |
D | README.rst | 11 advertising packets with a manufacturer data element. The content of the
|
/Zephyr-Core-3.6.0/samples/bluetooth/broadcaster/ |
D | README.rst | 11 a manufacturer data element. The content of the data is a single byte
|
/Zephyr-Core-3.6.0/drivers/sensor/vl53l0x/ |
D | Kconfig | 33 from the manufacturer default (0x29) to the address specified in the
|
/Zephyr-Core-3.6.0/doc/hardware/peripherals/ |
D | kscan.rst | 19 defined by a keymap provided by the keyboard manufacturer.
|
D | smbus.rst | 16 lines. SMBus peripherals can provide various manufacturer information,
|
/Zephyr-Core-3.6.0/samples/bluetooth/broadcaster_multiple/ |
D | README.rst | 19 manufacturer data is calculated to maximize the use of supported AD data length.
|
/Zephyr-Core-3.6.0/subsys/usb/device/class/netusb/ |
D | function_rndis.c | 164 static uint8_t manufacturer[] = CONFIG_USB_DEVICE_MANUFACTURER; variable 603 memcpy(net_buf_add(buf, sizeof(manufacturer) - 1), manufacturer, in rndis_query_handle() 604 sizeof(manufacturer) - 1); in rndis_query_handle()
|
/Zephyr-Core-3.6.0/drivers/disk/ |
D | sdmmc_sdhc.h | 227 uint8_t manufacturer; member 731 cid->manufacturer = (uint8_t)((raw_cid[3U] & 0xFF000000U) >> 24U); in sdhc_decode_cid()
|
/Zephyr-Core-3.6.0/drivers/flash/ |
D | Kconfig.nrf | 92 block size parameter (imposed by manufacturer) is possible but operation
|
/Zephyr-Core-3.6.0/subsys/bluetooth/host/ |
D | conn_internal.h | 232 uint16_t manufacturer; member
|
D | hci_core.h | 337 uint16_t manufacturer; member
|
/Zephyr-Core-3.6.0/drivers/modem/ |
D | modem_cellular.c | 114 uint8_t manufacturer[MODEM_CELLULAR_DATA_MANUFACTURER_LEN]; member 328 strncpy(data->manufacturer, argv[1], sizeof(data->manufacturer) - 1); in modem_cellular_chat_on_cgmi() 1393 strncpy(info, &data->manufacturer[0], MIN(size, sizeof(data->manufacturer))); in modem_cellular_get_modem_info()
|
D | Kconfig.gsm | 21 Type/manufacturer of the GSM modem
|
/Zephyr-Core-3.6.0/subsys/usb/device/ |
D | Kconfig | 32 string "USB manufacturer name"
|
/Zephyr-Core-3.6.0/subsys/bluetooth/services/ |
D | Kconfig.dis | 36 The device manufacturer inside Device Information Service.
|