Home
last modified time | relevance | path

Searched refs:pp (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_util.c13 static const char *path_vextend(struct testfs_path *pp, in path_vextend() argument
17 const char *endp = pp->path + sizeof(pp->path); in path_vextend()
21 char *eos = pp->eos; in path_vextend()
25 char *sp = strrchr(pp->path, '/'); in path_vextend()
27 if (sp == pp->path) { in path_vextend()
41 pp->eos = eos; in path_vextend()
45 return pp->path; in path_vextend()
48 const char *testfs_path_init(struct testfs_path *pp, in testfs_path_init() argument
55 pp->path[0] = '/'; in testfs_path_init()
56 pp->eos = pp->path + 1; in testfs_path_init()
[all …]
Dtest_fs_util.h62 const char *testfs_path_init(struct testfs_path *pp,
86 const char *testfs_path_extend(struct testfs_path *pp,
267 int testfs_bcmd_verify_layout(struct testfs_path *pp,
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.c1456 struct isoal_pdu_production *pp; in isoal_source_deallocate() local
1466 pp = &source->pdu_production; in isoal_source_deallocate()
1468 if (pp->pdu_available > 0) { in isoal_source_deallocate()
1471 source->session.pdu_release(pp->pdu.contents.handle, in isoal_source_deallocate()
1739 struct isoal_pdu_production *pp; in isoal_tx_allocate_pdu() local
1745 pp = &source->pdu_production; in isoal_tx_allocate_pdu()
1746 pdu = &pp->pdu; in isoal_tx_allocate_pdu()
1749 const bool pdu_complete = (pp->pdu_available == 0); in isoal_tx_allocate_pdu()
1770 pp->pdu_written = 0; in isoal_tx_allocate_pdu()
1771 pp->pdu_available = available_len; in isoal_tx_allocate_pdu()
[all …]
/Zephyr-latest/lib/os/
Dp4wq.c147 STRUCT_SECTION_FOREACH(k_p4wq_initparam, pp) { in static_init()
148 for (int i = 0; i < pp->num; i++) { in static_init()
149 uintptr_t ssz = K_THREAD_STACK_LEN(pp->stack_size); in static_init()
150 struct k_p4wq *q = pp->flags & K_P4WQ_QUEUE_PER_THREAD ? in static_init()
151 pp->queue + i : pp->queue; in static_init()
153 if (!i || (pp->flags & K_P4WQ_QUEUE_PER_THREAD)) { in static_init()
157 q->flags = pp->flags; in static_init()
167 k_p4wq_add_thread(q, &pp->threads[i], in static_init()
168 &pp->stacks[ssz * i], in static_init()
169 pp->stack_size); in static_init()
[all …]
/Zephyr-latest/tests/drivers/flash/common/boards/
Dnrf52840dk_mx25l51245g.overlay45 /* MX25L5145G supports only pp and pp4io */
/Zephyr-latest/boards/nordic/thingy53/
Dthingy53_nrf5340_common.dtsi277 /* MX25R64 supports only pp and pp4io */
278 /* Thingy:53 supports only pp and pp2o options */
279 writeoc = "pp";
/Zephyr-latest/doc/security/
Dsecurity-citations.rst10 9, pp. 1278-1308, Sep 1975. [Online].
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py1335 pp: Dict[str, str] = {}
1337 pp["type"] = "boolean"
1339 pp["type"] = "uint8-array"
1341 pp["type"] = "int"
1343 pp["type"] = "array"
1345 pp["type"] = "string"
1347 pp["type"] = "string-array"
1349 pp["type"] = "phandle"
1351 pp["type"] = "phandles"
1353 pp["type"] = "phandle-array"
[all …]
/Zephyr-latest/boards/nordic/nrf5340dk/
Dnrf5340_cpuapp_common.dtsi120 /* MX25R64 supports only pp and pp4io */
/Zephyr-latest/dts/riscv/ite/
Dit81xx2.dtsi330 pp-od-mask = <NO_FUNC>;
339 pp-od-mask = <BIT(0)>;
348 pp-od-mask = <BIT(0)>;
Dit82xx2.dtsi720 pp-od-mask = <NO_FUNC>;
729 pp-od-mask = <BIT(0)>;
738 pp-od-mask = <BIT(0)>;
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/
Disoal_test_tx.c3512 struct isoal_pdu_production *pp; in ZTEST() local
3567 pp = &source->pdu_production; in ZTEST()
3591 pp->initialized = 0U; in ZTEST()
3596 pp->payload_number = 0; in ZTEST()
3637 pp->initialized = 0U; in ZTEST()
3642 pp->payload_number = (in_target_event + 1) * BN; in ZTEST()
3684 pp->initialized = 0U; in ZTEST()
3689 pp->payload_number = (in_target_event + 1) * BN; in ZTEST()
3730 pp->initialized = 1U; in ZTEST()
3735 pp->payload_number = (in_target_event - 1) * BN; in ZTEST()
[all …]
/Zephyr-latest/boards/u-blox/ubx_bmd340eval/
Dubx_bmd340eval_nrf52840.dts231 /* MX25R64 supports only pp and pp4io */
/Zephyr-latest/boards/panasonic/pan1783/
Dpan1783_nrf5340_cpuapp_common.dtsi226 /* MX25R64 supports only pp and pp4io */
/Zephyr-latest/boards/u-blox/ubx_bmd345eval/
Dubx_bmd345eval_nrf52840.dts250 /* MX25R64 supports only pp and pp4io */
/Zephyr-latest/boards/nordic/nrf52840dk/
Dnrf52840dk_nrf52840.dts244 /* MX25R64 supports only pp and pp4io */
/Zephyr-latest/boards/ezurio/bl5340_dvk/
Dbl5340_dvk_nrf5340_cpuapp_common.dtsi301 /* MX25R64 supports only pp and pp4io */
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestplan.py537 for pp in platform_config.get('default_platforms', []):
538 if pp in platform.aliases:
/Zephyr-latest/drivers/modem/
Dhl7800.c3623 int get_next_time_string_digit(int *failure_cnt, char **pp, int min, int max) in get_next_time_string_digit() argument
3629 memcpy(digits, *pp, TIME_STRING_DIGIT_STRLEN); in get_next_time_string_digit()
3630 *pp += TIME_STRING_DIGIT_STRLEN + TIME_STRING_SEPARATOR_STRLEN; in get_next_time_string_digit()
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst486 * Added ``disable-open-drain-high-pp`` property to
Drelease-notes-3.3.rst1602 - new property: ``pp-od-mask``