Home
last modified time | relevance | path

Searched full:name (Results 3426 – 3450 of 6428) sorted by relevance

1...<<131132133134135136137138139140>>...258

/Zephyr-latest/subsys/bluetooth/audio/
Dhas_client.c70 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/
Dgen_mmu.py496 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/
DKconfig.zephyr658 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/
Dmec1727nsz.dtsi34 power-state-name = "suspend-to-idle";
40 power-state-name = "suspend-to-ram";
/Zephyr-latest/samples/tfm_integration/tfm_secure_partition/
DREADME.rst2 :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/
Dsymtab.c36 ret_name = symtab->entries[mid].name; in symtab_find_symbol_name()
65 entry->name); in cmd_symtab_list()
/Zephyr-latest/dts/bindings/gpio/
Datmel-xplained-pro-header.yaml35 Bind Pin Name Pin Pin Pin Name Bind
/Zephyr-latest/cmake/bintools/armclang/
Dtarget_bintools.cmake36 # - disassembly : Name of command for disassembly of files
55 # - readelf : Name of command for reading elf files.
/Zephyr-latest/drivers/misc/coresight/
DKconfig90 string "Displayed prompt name"
93 Displayed prompt name for UART shell with Coresight STM logging.
/Zephyr-latest/tests/drivers/sensor/bmi160/src/
Dfixture.c63 fixture->dev_spi->name); in bmi160_before()
65 fixture->dev_i2c->name); in bmi160_before()
/Zephyr-latest/tests/subsys/logging/log_links/src/
Dmock_log_link.c32 *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/
DCMakeLists.txt49 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/
Dfs_interface.h18 /* 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/
DKconfig82 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/
Dpinctrl_soc.h35 * @param prop Property name.
54 * @param prop Property name describing state pins.
/Zephyr-latest/samples/drivers/adc/adc_dt/
DREADME.rst2 :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/
Dmain.c28 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/
Dipv6cp.c111 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/
Dsample.yaml2 name: USB HID mouse sample
/Zephyr-latest/dts/bindings/firmware/
Darm,scmi-clock.yaml27 - name
/Zephyr-latest/include/zephyr/dt-bindings/regulator/
Dadp5360.h17 * @name ADP5360 Regulator modes
Dmax20335.h17 * @name MAX20335 Regulator modes
Dnpm1100.h17 * @name NPM1100 Regulator modes
/Zephyr-latest/dts/bindings/clock/
Dst,stm32-clock-mux.yaml19 - name: base.yaml
Dst,stm32mp1-rcc.yaml14 - name: st,stm32-rcc.yaml

1...<<131132133134135136137138139140>>...258