Home
last modified time | relevance | path

Searched full:name (Results 4151 – 4175 of 6428) sorted by relevance

1...<<161162163164165166167168169170>>...258

/Zephyr-latest/samples/net/lwm2m_client/
Dsample.yaml3 name: TBD
/Zephyr-latest/samples/net/sockets/http_get/
Dsample.yaml3 name: socket_http_get
/Zephyr-latest/samples/posix/eventfd/
DREADME.rst2 :name: eventfd()
/Zephyr-latest/samples/sensor/accel_trig/
Dsample.yaml2 name: Accelerometer trigger sample
/Zephyr-latest/dts/bindings/dai/
Dmediatek,afe.yaml12 afe-name:
/Zephyr-latest/samples/sensor/hts221/
DREADME.rst2 :name: HTS221 Temperature and Humidity Monitor
/Zephyr-latest/samples/subsys/debug/debugmon/
DREADME.rst2 :name: Debug Monitor
/Zephyr-latest/samples/basic/fade_led/
DREADME.rst2 :name: Fade LED
/Zephyr-latest/samples/boards/st/backup_sram/
DREADME.rst2 :name: Backup SRAM
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/
DREADME.rst3 :name: Bluetooth: ST Interactive GUI
/Zephyr-latest/samples/subsys/usb/audio/headset/
DREADME.rst2 :name: USB Audio headset
/Zephyr-latest/samples/sensor/lps22hb/
DREADME.rst2 :name: LPS22HB Temperature and Pressure Sensor
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/
Dsample.yaml2 name: Bluetooth HCI UART 3Wire
/Zephyr-latest/samples/bluetooth/periodic_adv_rsp/
DREADME.rst2 :name: Periodic Advertising with Responses (PAwR) Advertiser
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/
DREADME.rst2 :name: Periodic Advertising with Responses (PAwR) Synchronization
/Zephyr-latest/include/zephyr/drivers/
Dadc.h338 * @brief Get ADC io-channel information from devicetree by name.
341 * given a devicetree node and a channel name. The node must have
401 * @param name Channel name.
405 #define ADC_DT_SPEC_GET_BY_NAME(node_id, name) \ argument
406 ADC_DT_SPEC_STRUCT(DT_IO_CHANNELS_CTLR_BY_NAME(node_id, name), \
407 DT_IO_CHANNELS_INPUT_BY_NAME(node_id, name))
410 * instance by name.
415 * @param name Channel name.
419 #define ADC_DT_SPEC_INST_GET_BY_NAME(inst, name) \ argument
420 ADC_DT_SPEC_GET_BY_NAME(DT_DRV_INST(inst), name)
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c235 if (strcasecmp(hdr->name, "Transfer-Encoding") == 0) { in http1_send_headers()
240 if (strcasecmp(hdr->name, "Content-Type") == 0) { in http1_send_headers()
244 snprintk(http_response, sizeof(http_response), "%s: ", hdr->name); in http1_send_headers()
249 LOG_DBG("Failed to send HTTP header name"); in http1_send_headers()
665 header_len = strlen(header->name); in check_user_request_headers()
667 if (strcasecmp(buf, header->name) == 0) { in check_user_request_headers()
669 LOG_DBG("Header '%s' dropped: not enough slots", header->name); in check_user_request_headers()
675 LOG_DBG("Header '%s' dropped: buffer too small for name", in check_user_request_headers()
676 header->name); in check_user_request_headers()
681 strcpy(dest, header->name); in check_user_request_headers()
[all …]
/Zephyr-latest/soc/nuvoton/npcx/common/ecst/
Decst.py11 # [-chip <name>] [-v|-vv]
185 output_file = Path("out_" + input_file_path.name)
191 exit_with_failure(f'Input file name {input_file} '
193 f' Output file name {output}')
201 print(f'Output file name: {output_file.name} \n')
207 and closes the application, deletes the output file if the chip name
215 message = f'Invalid chip name, '
854 file_name_to_print = output_file.name
866 file_name_to_print = file_to_merge.name
903 f' {output_file.name}')
/Zephyr-latest/doc/build/cmake/
Dbuild-postprocess-2.svg4name=&quot;Page-1&quot; id=&quot;Page-1&quot;&gt;7V1rU6M8FP41zrjvjB0uCZePtVVX10vX6rtrv+xQSClbKBXoR…
Dbuild-postprocess-1.svg4name=&quot;Page-1&quot; id=&quot;Page-1&quot;&gt;7V1rU6M8FP41zrjvjB0uCZePtVVX10vX6rtrv+xQSClbKBXoR…
Dbuild-postprocess-3.svg4name=&quot;Page-1&quot; id=&quot;Page-1&quot;&gt;7V1rU6M8FP41zrjvjB0uCZePtVVX10vX6rtrv+xQSClbKBXoR…
/Zephyr-latest/tests/bluetooth/qualification/
DICS_Zephyr_Bluetooth_Controller_nrf52840dk_nrf52840.pts4 <name>Zephyr_Bluetooth_Controller_nrf52840dk_nrf52840</name>
7 <name>SUM ICS</name>
18 <name>PROD</name>
29 <name>LL</name>
476 <name>4.0HCI</name>
/Zephyr-latest/lib/acpi/
Dacpi.c117 static ACPI_NAMESPACE_NODE *acpi_name_lookup(char *name) in acpi_name_lookup() argument
125 status = AcpiNsInternalizeName(name, &path); in acpi_name_lookup()
127 LOG_ERR("Invalid namestring: %s", name); in acpi_name_lookup()
134 LOG_ERR("Could not locate name: %s, %d", name, status); in acpi_name_lookup()
152 LOG_ERR("No ACPI node with given name: %s", bus_name); in acpi_evaluate_method()
157 LOG_ERR("No ACPI node foud with given name: %s", bus_name); in acpi_evaluate_method()
166 LOG_ERR("No entry for the ACPI node with given name: %s", bus_name); in acpi_evaluate_method()
408 * If Name path exist then PCI interrupts are configurable and are not hardwired to in acpi_legacy_irq_init()
/Zephyr-latest/drivers/wifi/winc1500/
DKconfig.winc150018 string "Driver name"
/Zephyr-latest/samples/subsys/usb/hid-keyboard/
DREADME.rst2 :name: USB HID keyboard

1...<<161162163164165166167168169170>>...258