Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx-miwus-int-map.dtsi8 /* Mapping between MIWU group and interrupts */
14 group_b0: group-b0-map {
17 group-mask = <0x02>;
19 group_c0: group-c0-map {
22 group-mask = <0x04>;
30 group_a1: group-a1-map {
33 group-mask = <0x01>;
35 group_b1: group-b1-map {
38 group-mask = <0x02>;
40 group_c1: group-c1-map {
[all …]
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx4/
Dnpcx4-miwus-int-map.dtsi7 /* Common MIWU group-interrupt mapping configurations in npcx family */
10 /* Specific MIWU group-interrupt mapping configurations in npcx4 series */
12 /* Mapping between MIWU group and interrupts */
18 group_a0: group-a0-map {
21 group-mask = <0x01>;
23 group_d0: group-d0-map {
26 group-mask = <0x08>;
28 group_e0: group-e0-map {
31 group-mask = <0x10>;
33 group_f0: group-f0-map {
[all …]
Dnpcx4-miwus-wui-map.dtsi17 /* MIWU group H */
23 /* MIWU group B */
28 /* MIWU group G */
34 /* MIWU group E */
48 /* MIWU group F */
68 /* MIWU group G */
85 /* MIWU group G */
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx9/
Dnpcx9-miwus-int-map.dtsi7 /* Common MIWU group-interrupt mapping configurations in npcx family */
10 /* Specific MIWU group-interrupt mapping configurations in npcx9 series */
12 /* Mapping between MIWU group and interrupts */
18 group_a0: group-a0-map {
21 group-mask = <0x01>;
23 group_d0: group-d0-map {
26 group-mask = <0x08>;
28 group_e0: group-e0-map {
31 group-mask = <0x10>;
33 group_f0: group-f0-map {
[all …]
/Zephyr-latest/subsys/bluetooth/audio/
Dmpl.c249 .group = &group_1,
407 static uint32_t setup_parent_group_object(struct mpl_group *group) in setup_parent_group_object() argument
423 if (group) { in setup_parent_group_object()
424 while (group->prev) { in setup_parent_group_object()
425 group = group->prev; in setup_parent_group_object()
428 while (group && (next_size <= obj.content->size)) { in setup_parent_group_object()
430 net_buf_simple_add_le48(obj.content, group->id); in setup_parent_group_object()
431 group = group->next; in setup_parent_group_object()
446 static uint32_t setup_group_object(struct mpl_group *group) in setup_group_object() argument
448 struct mpl_track *track = group->track; in setup_group_object()
[all …]
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
Dfs_mgmt_hash_checksum.c16 void fs_mgmt_hash_checksum_unregister_group(struct fs_mgmt_hash_checksum_group *group) in fs_mgmt_hash_checksum_unregister_group() argument
18 (void)sys_slist_find_and_remove(&fs_mgmt_hash_checksum_group_list, &group->node); in fs_mgmt_hash_checksum_unregister_group()
21 void fs_mgmt_hash_checksum_register_group(struct fs_mgmt_hash_checksum_group *group) in fs_mgmt_hash_checksum_register_group() argument
23 sys_slist_append(&fs_mgmt_hash_checksum_group_list, &group->node); in fs_mgmt_hash_checksum_register_group()
29 struct fs_mgmt_hash_checksum_group *group = NULL; in fs_mgmt_hash_checksum_find_handler() local
36 group = loop_group; in fs_mgmt_hash_checksum_find_handler()
41 return group; in fs_mgmt_hash_checksum_find_handler()
50 struct fs_mgmt_hash_checksum_group *group = in fs_mgmt_hash_checksum_find_handlers() local
52 cb(group, user_data); in fs_mgmt_hash_checksum_find_handlers()
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/src/
Dmgmt.c30 mgmt_unregister_group(struct mgmt_group *group) in mgmt_unregister_group() argument
32 (void)sys_slist_find_and_remove(&mgmt_group_list, &group->node); in mgmt_unregister_group()
38 struct mgmt_group *group = NULL; in mgmt_find_handler() local
60 group = loop_group; in mgmt_find_handler()
65 if (group == NULL) { in mgmt_find_handler()
69 return &group->mg_handlers[command_id]; in mgmt_find_handler()
92 mgmt_get_handler(const struct mgmt_group *group, uint16_t command_id) in mgmt_get_handler() argument
94 if (command_id >= group->mg_handlers_count) { in mgmt_get_handler()
98 if (!group->mg_handlers[command_id].mh_read && in mgmt_get_handler()
99 !group->mg_handlers[command_id].mh_write) { in mgmt_get_handler()
[all …]
/Zephyr-latest/drivers/interrupt_controller/
Dintc_ite_it8xxx2_v2.c80 uint32_t group, index; in ite_intc_isr_clear() local
86 group = irq / MAX_REGISR_IRQ_NUM; in ite_intc_isr_clear()
89 IT8XXX2_INTC_ISR(group) = BIT(index); in ite_intc_isr_clear()
94 uint32_t group, index; in ite_intc_irq_enable() local
100 group = irq / MAX_REGISR_IRQ_NUM; in ite_intc_irq_enable()
106 IT8XXX2_INTC_IER(group) |= BIT(index); in ite_intc_irq_enable()
113 uint32_t group, index; in ite_intc_irq_disable() local
119 group = irq / MAX_REGISR_IRQ_NUM; in ite_intc_irq_disable()
125 IT8XXX2_INTC_IER(group) &= ~BIT(index); in ite_intc_irq_disable()
130 IT8XXX2_INTC_IER(group); in ite_intc_irq_disable()
[all …]
Dintc_miwu.c129 static void npcx_miwu_set_pseudo_both_edge(uint8_t table, uint8_t group, uint8_t bit) in npcx_miwu_set_pseudo_both_edge() argument
135 if (IS_BIT_SET(NPCX_WKST(base, group), bit)) { in npcx_miwu_set_pseudo_both_edge()
137 NPCX_WKEDG(base, group) |= pmask; in npcx_miwu_set_pseudo_both_edge()
140 NPCX_WKEDG(base, group) &= ~pmask; in npcx_miwu_set_pseudo_both_edge()
190 NPCX_WKEN(base, wui->group) |= BIT(wui->bit); in npcx_miwu_irq_enable()
193 if ((data->both_edge_pins[wui->group] & BIT(wui->bit)) != 0) { in npcx_miwu_irq_enable()
194 npcx_miwu_set_pseudo_both_edge(wui->table, wui->group, wui->bit); in npcx_miwu_irq_enable()
205 NPCX_WKEN(base, wui->group) &= ~BIT(wui->bit); in npcx_miwu_irq_disable()
213 NPCX_WKINEN(base, wui->group) |= BIT(wui->bit); in npcx_miwu_io_enable()
221 NPCX_WKINEN(base, wui->group) &= ~BIT(wui->bit); in npcx_miwu_io_disable()
[all …]
/Zephyr-latest/soc/nxp/s32/s32ze/
Dpinctrl_soc.h44 #define NXP_S32_PINMUX_INIT(group, value) \ argument
49 SIUL2_MSCR_OBE(DT_PROP(group, output_enable)) | \
50 SIUL2_MSCR_IBE(DT_PROP(group, input_enable)) | \
51 SIUL2_MSCR_PUE(DT_PROP(group, bias_pull_up) || \
52 DT_PROP(group, bias_pull_down)) | \
53 SIUL2_MSCR_PUS(DT_PROP(group, bias_pull_up)) | \
54 SIUL2_MSCR_SRE(DT_PROP(group, slew_rate)) | \
55 SIUL2_MSCR_ODE(DT_PROP(group, drive_open_drain) && \
56 DT_PROP(group, output_enable)) | \
57 SIUL2_MSCR_TRC(DT_PROP(group, nxp_termination_resistor)) | \
[all …]
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx7/
Dnpcx7-miwus-int-map.dtsi7 /* Common MIWU group-interrupt mapping configurations in npcx family */
10 /* Specific MIWU group-interrupt mapping configurations in npcx7 series */
12 /* Mapping between MIWU group and interrupts */
18 group_ad0: group-ad0-map {
21 group-mask = <0x09>;
23 group_efgh0: group-efgh0-map {
26 group-mask = <0xF0>;
34 group_fg2: group-fg2-map {
37 group-mask = <0x60>;
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_10.rst6 Enumeration management group defines the following commands:
18 | ``2`` | Fetch single group ID |
70 .. group-tab:: SMP version 2
76 (str)"group" : (uint)
81 .. group-tab:: SMP version 1
97 | "err" -> "group" | :c:enum:`mcumgr_group_t` group of the group-based error code. Only |
100 | "err" -> "rc" | contains the index of the group-based error code. Only appears if |
110 List supported groups command allows listing the group IDs of supported MCUmgr groups on the
158 .. group-tab:: SMP version 2
164 (str)"group" : (uint)
[all …]
Dsmp_group_2.rst9 Statistics management group defines commands:
22 Statistics: group data
25 The command is used to obtain data for group specified by a name.
26 The name is one of group names as registered, with
30 Statistics: group data request
33 Statistics group data request header:
58 | "name" | group name. |
61 Statistics: group data response
64 Statistics group data response header:
92 .. group-tab:: SMP version 2
[all …]
Dsmp_group_3.rst6 Settings management group (known as Configuration Manager in the original MCUmgr repository)
95 .. group-tab:: SMP version 2
101 (str)"group" : (uint)
106 .. group-tab:: SMP version 1
128 | "err" -> "group" | :c:enum:`mcumgr_group_t` group of the group-based error code. Only |
131 | "err" -> "rc" | contains the index of the group-based error code. Only appears if |
191 .. group-tab:: SMP version 2
197 (str)"group" : (uint)
202 .. group-tab:: SMP version 1
216 | "err" -> "group" | :c:enum:`mcumgr_group_t` group of the group-based error code. Only |
[all …]
Dsmp_group_0.rst6 OS management group defines following commands:
98 .. group-tab:: SMP version 2
104 (str)"group" : (uint)
109 .. group-tab:: SMP version 1 (and non-group SMP version 2)
125 | "err" -> "group" | :c:enum:`mcumgr_group_t` group of the group-based error code. Only |
128 | "err" -> "rc" | contains the index of the group-based error code. Only appears if |
196 .. group-tab:: SMP version 2
202 (str)"group" : (uint)
207 .. group-tab:: SMP version 1 (and non-group SMP version 2)
241 | "err" -> "group" | :c:enum:`mcumgr_group_t` group of the group-based error code. Only |
[all …]
Dsmp_group_63.rst6 Zephyr management group defines the following commands:
59 .. group-tab:: SMP version 2
65 (str)"group" : (uint)
70 .. group-tab:: SMP version 1
84 | "err" -> "group" | :c:enum:`mcumgr_group_t` group of the group-based error code. Only |
87 | "err" -> "rc" | contains the index of the group-based error code. Only appears if |
/Zephyr-latest/include/zephyr/posix/
Dgrp.h18 struct group { struct
27 int getgrnam_r(const char *name, struct group *grp, char *buffer, size_t bufsize, argument
28 struct group **result);
29 int getgrgid_r(gid_t gid, struct group *grp, char *buffer, size_t bufsize, struct group **result);
/Zephyr-latest/scripts/utils/
Dmigrate_includes.py44 if m and m.group(2) in ("zephyr.h", "zephyr/zephyr.h"):
46 m.group(1)
48 + m.group(3)
54 and not m.group(2).startswith("zephyr/")
55 and (ZEPHYR_BASE / "include" / "zephyr" / m.group(2)).exists()
58 m.group(1)
60 + m.group(2)
62 + m.group(3)
/Zephyr-latest/doc/project/
Dworking_groups.rst17 - Each Working group (WG) shall determine its own membership eligibility, in
19 - Each working group shall have a team of members who are actively involved
24 - All TSC members are eligible to join a working group as members, part of
28 - A working group should aim to have at least five to seven members to
30 - The structure of each working group within the Zephyr Project should be
32 optimal size of a working group can vary depending on the specific context and
40 Each working group may elect a Chair and optionally a Co-Chair who is
41 responsible for leading meetings and representing the working group to the TSC.
46 - The Chair and Co-Chair shall be elected by the members of the working group
47 - Any member of the working group has the right to nominate themselves for the
[all …]
/Zephyr-latest/soc/nxp/s32/s32k3/
Dpinctrl_soc.h42 #define NXP_S32_PINMUX_INIT(group, value) \ argument
47 SIUL2_MSCR_OBE(DT_PROP(group, output_enable)) | \
48 SIUL2_MSCR_IBE(DT_PROP(group, input_enable)) | \
49 SIUL2_MSCR_PUE(DT_PROP(group, bias_pull_up) || \
50 DT_PROP(group, bias_pull_down)) | \
51 SIUL2_MSCR_PUS(DT_PROP(group, bias_pull_up)) | \
52 SIUL2_MSCR_SRC(DT_ENUM_IDX(group, slew_rate)) | \
53 SIUL2_MSCR_DSE(DT_PROP(group, nxp_drive_strength)) | \
54 SIUL2_MSCR_INV(DT_PROP(group, nxp_invert)) \
/Zephyr-latest/drivers/gpio/
Dgpio_bcm2711.c72 uint32_t group; in gpio_bcm2711_pin_configure() local
82 group = GPIO_REG_GROUP(RPI_PIN_NUM(port, pin), FSEL_GROUPS); in gpio_bcm2711_pin_configure()
85 regval = sys_read32(GPFSEL(data->base, group)); in gpio_bcm2711_pin_configure()
90 sys_write32(regval, GPFSEL(data->base, group)); in gpio_bcm2711_pin_configure()
95 group = GPIO_REG_GROUP(RPI_PIN_NUM(port, pin), IO_GROUPS); in gpio_bcm2711_pin_configure()
99 regval = sys_read32(GPSET(data->base, group)); in gpio_bcm2711_pin_configure()
101 sys_write32(regval, GPSET(data->base, group)); in gpio_bcm2711_pin_configure()
103 regval = sys_read32(GPCLR(data->base, group)); in gpio_bcm2711_pin_configure()
105 sys_write32(regval, GPCLR(data->base, group)); in gpio_bcm2711_pin_configure()
111 group = GPIO_REG_GROUP(RPI_PIN_NUM(port, pin), PULL_GROUPS); in gpio_bcm2711_pin_configure()
[all …]
/Zephyr-latest/lib/posix/options/
Dgrp.c14 int getgrnam_r(const char *name, struct group *grp, char *buffer, size_t bufsize, in getgrnam_r()
15 struct group **result) in getgrnam_r()
26 int getgrgid_r(gid_t gid, struct group *grp, char *buffer, size_t bufsize, struct group **result) in getgrgid_r()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/
DKconfig5 # The Kconfig file is dedicated to Stat management group of
7 # group commands behaviour and other aspects.
10 # MCUMGR_GRP_STAT_ -- general group options;
13 # try to group them together by the same stem after prefix.
26 int "Maximum stat group name length"
30 Limits the maximum stat group name length in MCUmgr requests, in bytes.
31 For stat group names. a buffer of this size gets allocated on the stack
32 during handling of all stat read commands. If a stat group's name
/Zephyr-latest/scripts/build/
Dgen_cfb_font_header.py218 group = parser.add_argument_group("input arguments")
219 group.add_argument(
222 group.add_argument(
226 group = parser.add_argument_group("font arguments")
227 group.add_argument(
231 group = parser.add_argument_group("output arguments")
232 group.add_argument(
235 group.add_argument(
238 group.add_argument(
241 group.add_argument(
[all …]
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_platform.py253 assert int(pass_search.group('passed_configurations')) == \
255 assert int(pass_search.group('test_instances')) == \
261 assert int(built_search.group('executed_on_platform')) == \
263 assert int(built_search.group('only_built')) == \
327 assert int(select_search.group('test_scenarios')) == \
329 assert int(select_search.group('test_instances')) == \
331 assert int(select_search.group('skipped_configurations')) == \
333 assert int(select_search.group('skipped_by_static_filter')) == \
335 assert int(select_search.group('skipped_at_runtime')) == \
341 assert int(pass_search.group('passed_configurations')) == \
[all …]

12345678910>>...16