Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/samples/bluetooth/scan_adv/
DREADME.rst11 advertising packets with a manufacturer data element. The content of the
/Zephyr-Core-2.7.6/doc/guides/dts/
Dbindings.rst184 compatible: "manufacturer,foo-device"
242 compatible: "manufacturer,device"
249 compatible = "manufacturer,device";
252 Assuming no binding has ``compatible: "manufacturer,device-v2"``, it would also
258 compatible = "manufacturer,device-v2", "manufacturer,device";
267 The ``manufacturer`` prefix identifies the device vendor. See
290 compatible: "manufacturer,serial"
311 compatible = "manufacturer,serial";
644 compatible: "manufacturer,spi-peripheral"
684 ``manufacturer,sensor`` which can be used via either I2C or SPI.
[all …]
/Zephyr-Core-2.7.6/doc/reference/peripherals/
Dkscan.rst19 defined by a keymap provided by the keyboard manufacturer.
/Zephyr-Core-2.7.6/subsys/usb/class/netusb/
Dfunction_rndis.c208 static uint8_t manufacturer[] = CONFIG_USB_DEVICE_MANUFACTURER; variable
642 memcpy(net_buf_add(buf, sizeof(manufacturer) - 1), manufacturer, in rndis_query_handle()
643 sizeof(manufacturer) - 1); in rndis_query_handle()
/Zephyr-Core-2.7.6/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-2.7.6/drivers/flash/
DKconfig.nrf78 block size parameter (imposed by manufacturer) is possible but operation
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dhci_core.h294 uint16_t manufacturer; member
Dconn_internal.h210 uint16_t manufacturer; member
Dhci_core.c1885 conn->rv.manufacturer = sys_le16_to_cpu(evt->manufacturer); in bt_hci_evt_read_remote_version_complete()
2471 bt_dev.manufacturer = sys_le16_to_cpu(rp->manufacturer); in read_local_ver_complete()
3127 bt_dev.hci_revision, bt_dev.manufacturer); in bt_dev_show_info()
Dconn.c2335 remote_info->manufacturer = conn->rv.manufacturer; in bt_conn_get_remote_info()
2339 remote_info->manufacturer = 0; in bt_conn_get_remote_info()
/Zephyr-Core-2.7.6/drivers/modem/
DKconfig.gsm18 Type/manufacturer of the GSM modem
/Zephyr-Core-2.7.6/subsys/usb/
DKconfig34 string "USB manufacturer name"
/Zephyr-Core-2.7.6/boards/xtensa/odroid_go/doc/
Dindex.rst82 `toolchain`_ and the `SDK`_. Both are provided by the SoC manufacturer.
/Zephyr-Core-2.7.6/include/bluetooth/
Dconn.h362 uint16_t manufacturer; member
Dhci.h625 uint16_t manufacturer; member
2075 uint16_t manufacturer; member
/Zephyr-Core-2.7.6/subsys/bluetooth/services/
DKconfig.dis36 The device manufacturer inside Device Information Service.
/Zephyr-Core-2.7.6/doc/reference/bluetooth/
Dhci.txt105 manufacturer.
180 The Hardware_Platform information defines the hardware manufacturer
181 information. The Hardware_Variant is manufacturer specific and defines the
182 hardware platform from that manufacturer.
202 | 0xXXXX | Assigned hardware manufacturer |
/Zephyr-Core-2.7.6/samples/bluetooth/ipsp/
DREADME.rst70 [bt] [INF] show_dev_info: HCI: version 5.0 (0x09) revision 0x0000, manufacturer 0xffff
/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dtwisterlib.py3993 manufacturer = [ variable in HardwareMap
4093 if d.manufacturer in self.manufacturer:
4097 if d.manufacturer == 'Texas Instruments' and not d.location.endswith('0'):
4119 logger.warning("Unsupported device (%s): %s" % (d.manufacturer, d))
/Zephyr-Core-2.7.6/samples/modules/canopennode/
DREADME.rst170 object dictionary (here index ``0x1008``, the manufacturer device
/Zephyr-Core-2.7.6/doc/security/
Dsecurity-overview.rst638 potentially IP of the vendor or manufacturer.
680 hardware manufacturer certifies the platform under defined
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/
Dbt.c382 remote_info->manufacturer); in remote_info_available()
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/hci/
Dhci.c623 rp->manufacturer = sys_cpu_to_le16(ll_settings_company_id()); in read_local_version_info()
6442 ep->manufacturer = ver_ind->company_id;