/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_util.c | 13 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 …]
|
D | test_fs_util.h | 62 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/ |
D | isoal.c | 1456 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/ |
D | p4wq.c | 147 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/ |
D | nrf52840dk_mx25l51245g.overlay | 45 /* MX25L5145G supports only pp and pp4io */
|
/Zephyr-latest/boards/nordic/thingy53/ |
D | thingy53_nrf5340_common.dtsi | 277 /* MX25R64 supports only pp and pp4io */ 278 /* Thingy:53 supports only pp and pp2o options */ 279 writeoc = "pp";
|
/Zephyr-latest/doc/security/ |
D | security-citations.rst | 10 9, pp. 1278-1308, Sep 1975. [Online].
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 1335 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/ |
D | nrf5340_cpuapp_common.dtsi | 120 /* MX25R64 supports only pp and pp4io */
|
/Zephyr-latest/dts/riscv/ite/ |
D | it81xx2.dtsi | 330 pp-od-mask = <NO_FUNC>; 339 pp-od-mask = <BIT(0)>; 348 pp-od-mask = <BIT(0)>;
|
D | it82xx2.dtsi | 720 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/ |
D | isoal_test_tx.c | 3512 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/ |
D | ubx_bmd340eval_nrf52840.dts | 231 /* MX25R64 supports only pp and pp4io */
|
/Zephyr-latest/boards/panasonic/pan1783/ |
D | pan1783_nrf5340_cpuapp_common.dtsi | 226 /* MX25R64 supports only pp and pp4io */
|
/Zephyr-latest/boards/u-blox/ubx_bmd345eval/ |
D | ubx_bmd345eval_nrf52840.dts | 250 /* MX25R64 supports only pp and pp4io */
|
/Zephyr-latest/boards/nordic/nrf52840dk/ |
D | nrf52840dk_nrf52840.dts | 244 /* MX25R64 supports only pp and pp4io */
|
/Zephyr-latest/boards/ezurio/bl5340_dvk/ |
D | bl5340_dvk_nrf5340_cpuapp_common.dtsi | 301 /* MX25R64 supports only pp and pp4io */
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testplan.py | 537 for pp in platform_config.get('default_platforms', []): 538 if pp in platform.aliases:
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 3623 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/ |
D | release-notes-3.6.rst | 486 * Added ``disable-open-drain-high-pp`` property to
|
D | release-notes-3.3.rst | 1602 - new property: ``pp-od-mask``
|