/Zephyr-latest/subsys/bluetooth/audio/ |
D | has_client.c | 70 char name[BT_HAS_PRESET_NAME_MAX + 1]; /* + 1 byte for null-terminator */ in handle_read_preset_rsp() local 88 record.name = name; in handle_read_preset_rsp() 91 if (name_len > ARRAY_SIZE(name)) { in handle_read_preset_rsp() 92 LOG_WRN("name is too long (%zu > %u)", buf->len, BT_HAS_PRESET_NAME_MAX); in handle_read_preset_rsp() 94 name_len = ARRAY_SIZE(name); in handle_read_preset_rsp() 97 utf8_lcpy(name, pdu->name, name_len); in handle_read_preset_rsp() 107 char name[BT_HAS_PRESET_NAME_MAX + 1]; /* + 1 byte for null-terminator */ in handle_generic_update() local 119 record.name = name; in handle_generic_update() 122 if (name_len > ARRAY_SIZE(name)) { in handle_generic_update() 123 LOG_WRN("name is too long (%zu > %u)", buf->len, BT_HAS_PRESET_NAME_MAX); in handle_generic_update() [all …]
|
/Zephyr-latest/arch/x86/ |
D | gen_mmu.py | 496 def map_region(self, name, flags, virt_to_phys_offset, level=PT_LEVEL): argument 498 if not isdef(name + "_start"): 502 region_start = syms[name + "_start"] 503 region_end = syms[name + "_end"] 513 def set_region_perms(self, name, flags, level=PT_LEVEL): argument 519 if not isdef(name + "_start"): 525 base = syms[name + "_start"] 527 if isdef(name + "_size"): 528 size = syms[name + "_size"] 530 region_end = syms[name + "_end"] [all …]
|
/Zephyr-latest/ |
D | Kconfig.zephyr | 658 string "The kernel binary name" 661 This option sets the name of the generated kernel binary. 739 The name of this file can be customized with CONFIG_KERNEL_BIN_NAME. 752 The name of this file can be customized with CONFIG_KERNEL_BIN_NAME. 773 The name of this file can be customized with CONFIG_KERNEL_BIN_NAME. 779 The name of this file can be customized with CONFIG_KERNEL_BIN_NAME. 792 The name of this file can be customized with CONFIG_KERNEL_BIN_NAME. 826 name string. If the SoC in use is known by UF2, the Family ID will 843 The name of this file can be customized with CONFIG_KERNEL_BIN_NAME. 868 DT_CHOSEN_IMAGE_<name> := <name>,<name>-partition [all …]
|
/Zephyr-latest/dts/arm/microchip/ |
D | mec1727nsz.dtsi | 34 power-state-name = "suspend-to-idle"; 40 power-state-name = "suspend-to-ram";
|
/Zephyr-latest/samples/tfm_integration/tfm_secure_partition/ |
D | README.rst | 2 :name: TF-M Secure Partition 29 "dummy_partition", "DUMMY_PARTITION", "dp", and "DP" to your own partition name. Also, look through
|
/Zephyr-latest/subsys/debug/symtab/ |
D | symtab.c | 36 ret_name = symtab->entries[mid].name; in symtab_find_symbol_name() 65 entry->name); in cmd_symtab_list()
|
/Zephyr-latest/dts/bindings/gpio/ |
D | atmel-xplained-pro-header.yaml | 35 Bind Pin Name Pin Pin Pin Name Bind
|
/Zephyr-latest/cmake/bintools/armclang/ |
D | target_bintools.cmake | 36 # - disassembly : Name of command for disassembly of files 55 # - readelf : Name of command for reading elf files.
|
/Zephyr-latest/drivers/misc/coresight/ |
D | Kconfig | 90 string "Displayed prompt name" 93 Displayed prompt name for UART shell with Coresight STM logging.
|
/Zephyr-latest/tests/drivers/sensor/bmi160/src/ |
D | fixture.c | 63 fixture->dev_spi->name); in bmi160_before() 65 fixture->dev_i2c->name); in bmi160_before()
|
/Zephyr-latest/tests/subsys/logging/log_links/src/ |
D | mock_log_link.c | 32 *length = strlen(mock->domains[domain_id]->name); in get_domain_name() 35 strncpy(buf, mock->domains[domain_id]->name, *length); in get_domain_name()
|
/Zephyr-latest/samples/net/sockets/http_server/ |
D | CMakeLists.txt | 49 zephyr_linker_section_ifdef(CONFIG_NET_SAMPLE_HTTPS_SERVICE NAME 53 zephyr_linker_section_ifdef(CONFIG_NET_SAMPLE_HTTP_SERVICE NAME
|
/Zephyr-latest/include/zephyr/fs/ |
D | fs_interface.h | 18 /* No in-tree file system supports name longer than 255 characters */ 24 /* Enabled FAT driver, without LFN, restricts name length to 12 characters */
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | Kconfig | 82 string "Name of the cooked mode network interface" 86 This sets the name of the cooked mode capture network interface.
|
/Zephyr-latest/soc/renesas/ra/common_fsp/ |
D | pinctrl_soc.h | 35 * @param prop Property name. 54 * @param prop Property name describing state pins.
|
/Zephyr-latest/samples/drivers/adc/adc_dt/ |
D | README.rst | 2 :name: Analog-to-Digital Converter (ADC) with devicetree 49 To build for another board, change "nucleo_l073rz" above to that board's name
|
/Zephyr-latest/samples/drivers/led/lp5569/src/ |
D | main.c | 28 LOG_ERR("LED device %s not ready", led_dev->name); in main() 32 LOG_INF("Found LED device %s", led_dev->name); in main()
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | ipv6cp.c | 111 fsm->name, fsm, "peer ", iid_str); in ipv6cp_interface_identifier_parse() 183 fsm->name, fsm, "", iid_str); in ipv6cp_config_info_ack() 256 NET_DBG("[%s/%p] Current state %s (%d)", fsm->name, fsm, in ipv6cp_up() 272 fsm->name, fsm, in ipv6cp_up() 288 fsm->name, fsm, addr_str, in ipv6cp_up() 325 fsm->name, fsm, in ipv6cp_down() 341 fsm->name, fsm, addr_str, in ipv6cp_down()
|
/Zephyr-latest/samples/subsys/usb/hid-mouse/ |
D | sample.yaml | 2 name: USB HID mouse sample
|
/Zephyr-latest/dts/bindings/firmware/ |
D | arm,scmi-clock.yaml | 27 - name
|
/Zephyr-latest/include/zephyr/dt-bindings/regulator/ |
D | adp5360.h | 17 * @name ADP5360 Regulator modes
|
D | max20335.h | 17 * @name MAX20335 Regulator modes
|
D | npm1100.h | 17 * @name NPM1100 Regulator modes
|
/Zephyr-latest/dts/bindings/clock/ |
D | st,stm32-clock-mux.yaml | 19 - name: base.yaml
|
D | st,stm32mp1-rcc.yaml | 14 - name: st,stm32-rcc.yaml
|