Home
last modified time | relevance | path

Searched refs:manufacturer (Results 1 – 25 of 40) sorted by relevance

12

/Zephyr-Core-3.6.0/scripts/tests/twister_blackbox/
Dtest_hardwaremap.py111 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/
Dhci_core.c13 .manufacturer = 0x1234,
/Zephyr-Core-3.6.0/tests/bluetooth/host/buf/mocks/
Dhci_core.c12 .manufacturer = 0x1234,
/Zephyr-Core-3.6.0/tests/bluetooth/host/ecc/mocks/
Dhci_core.c15 .manufacturer = 0x1234,
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/mocks/
Dhci_core.c15 .manufacturer = 0x1234,
/Zephyr-Core-3.6.0/samples/subsys/usb/common/
DKconfig.sample_usbd13 string "USB device sample manufacturer string"
16 USB device sample manufacturer string.
/Zephyr-Core-3.6.0/scripts/tests/twister/
Dtest_hardwaremap.py386 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/
Dhardwaremap.py113 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/
Dbindings-syntax.rst35 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 …]
Dbindings-upstream.rst183 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/
DREADME.rst11 advertising packets with a manufacturer data element. The content of the
/Zephyr-Core-3.6.0/samples/bluetooth/broadcaster/
DREADME.rst11 a manufacturer data element. The content of the data is a single byte
/Zephyr-Core-3.6.0/drivers/sensor/vl53l0x/
DKconfig33 from the manufacturer default (0x29) to the address specified in the
/Zephyr-Core-3.6.0/doc/hardware/peripherals/
Dkscan.rst19 defined by a keymap provided by the keyboard manufacturer.
Dsmbus.rst16 lines. SMBus peripherals can provide various manufacturer information,
/Zephyr-Core-3.6.0/samples/bluetooth/broadcaster_multiple/
DREADME.rst19 manufacturer data is calculated to maximize the use of supported AD data length.
/Zephyr-Core-3.6.0/subsys/usb/device/class/netusb/
Dfunction_rndis.c164 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/
Dsdmmc_sdhc.h227 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/
DKconfig.nrf92 block size parameter (imposed by manufacturer) is possible but operation
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dconn_internal.h232 uint16_t manufacturer; member
Dhci_core.h337 uint16_t manufacturer; member
/Zephyr-Core-3.6.0/drivers/modem/
Dmodem_cellular.c114 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()
DKconfig.gsm21 Type/manufacturer of the GSM modem
/Zephyr-Core-3.6.0/subsys/usb/device/
DKconfig32 string "USB manufacturer name"
/Zephyr-Core-3.6.0/subsys/bluetooth/services/
DKconfig.dis36 The device manufacturer inside Device Information Service.

12