Home
last modified time | relevance | path

Searched refs:pl (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dmpl.c267 static void do_track_change_notifications(struct mpl_mediaplayer *pl);
268 static void do_group_change_notifications(struct mpl_mediaplayer *pl);
476 static int add_icon_object(struct mpl_mediaplayer *pl) in add_icon_object() argument
506 static int add_current_track_segments_object(struct mpl_mediaplayer *pl) in add_current_track_segments_object() argument
516 obj.desc->size.alloc = obj.desc->size.cur = setup_segments_object(pl->group->track); in add_current_track_segments_object()
517 obj.desc->name = pl->group->track->title; in add_current_track_segments_object()
570 static int add_parent_group_object(struct mpl_mediaplayer *pl) in add_parent_group_object() argument
580 obj.desc->size.alloc = obj.desc->size.cur = setup_parent_group_object(pl->group); in add_parent_group_object()
581 obj.desc->name = pl->group->parent->title; in add_parent_group_object()
657 static int add_group_and_track_objects(struct mpl_mediaplayer *pl) in add_group_and_track_objects() argument
[all …]
/Zephyr-latest/scripts/
Dseries-push-hook.sh30 ${ZEPHYR_BASE}/scripts/checkpatch.pl --git $range
/Zephyr-latest/drivers/tee/optee/
Doptee.c333 void *pl; in handle_cmd_alloc() local
365 pl = optee_construct_page_list(shm->addr, shm->size, &pl_phys_and_offset); in handle_cmd_alloc()
366 if (!pl) { in handle_cmd_alloc()
371 *pages = pl; in handle_cmd_alloc()
928 } *pl; in optee_construct_page_list() local
930 BUILD_ASSERT(sizeof(*pl) == OPTEE_MSG_NONCONTIG_PAGE_SIZE); in optee_construct_page_list()
935 pl = k_aligned_alloc(page_size, list_size); in optee_construct_page_list()
936 if (!pl) { in optee_construct_page_list()
940 memset(pl, 0, list_size); in optee_construct_page_list()
946 pl[pl_idx].pages[page_idx] = k_mem_phys_addr(buf_page); in optee_construct_page_list()
[all …]
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/
Dnucleo_f429zi.overlay2 * Copyright (c) 2023 Łukasz Hejnak (LeHack) <lehack-ghub@lehack.pl>
/Zephyr-latest/drivers/dma/
Ddma_iproc_pax_v1.c106 struct dma_iproc_pax_payload *pl) in rm_write_dma_header_desc() argument
110 hdr->length = pl->xfer_sz; in rm_write_dma_header_desc()
111 hdr->opcode = pl->direction; in rm_write_dma_header_desc()
120 struct dma_iproc_pax_payload *pl) in rm_write_axi_addr_desc() argument
124 axi->axi_addr = pl->axi_addr; in rm_write_axi_addr_desc()
133 struct dma_iproc_pax_payload *pl) in rm_write_pci_addr_desc() argument
137 pci->pcie_addr = pl->pci_addr >> PAX_DMA_PCI_ADDR_ALIGNMT_SHIFT; in rm_write_pci_addr_desc()
740 struct dma_iproc_pax_payload *pl, in dma_iproc_pax_do_xfer() argument
753 pl = ring->payload; in dma_iproc_pax_do_xfer()
799 rm_write_dma_header_desc(next_desc_addr(ring), pl + cnt); in dma_iproc_pax_do_xfer()
[all …]
/Zephyr-latest/scripts/checkpatch/
Ddo_checkpatch.sh16 …${ZEPHYR_BASE}/scripts/checkpatch.pl --mailback --no-tree -f --emacs --summary-file --show-types -…
Dmaintainer-checkpatch.bash29 checkpatch_bin=${ZEPHYR_BASE}/scripts/checkpatch.pl
/Zephyr-latest/
D.editorconfig40 [*.pl]
D.mailmap68 Mariusz Skamra <mariusz.skamra@codecoup.pl>
69 Mariusz Skamra <mariusz.skamra@codecoup.pl> <mariusz.skamra@tieto.com>
78 Michal Narajowski <michal.narajowski@codecoup.pl>
/Zephyr-latest/doc/
DLICENSING.rst21 * :zephyr_file:`scripts/checkpatch.pl`
22 * :zephyr_file:`scripts/checkstack.pl`
/Zephyr-latest/scripts/ci/
Dtwister_ignore.txt50 scripts/checkpatch.pl
/Zephyr-latest/samples/subsys/profiling/perf/
DREADME.rst65 …stackcollapse.py perf_buf build/zephyr/zephyr.elf | <flamegraph_dir_path>/flamegraph.pl > graph.svg
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/
Dmain.c354 struct publish_payload pl = {.counter = messages_received_counter}; in publish() local
356 json_obj_encode_buf(json_descr, ARRAY_SIZE(json_descr), &pl, buffer, sizeof(buffer)); in publish()
/Zephyr-latest/doc/contribute/style/
Dindex.rst36 exec git diff --cached | ${ZEPHYR_BASE}/scripts/checkpatch.pl -
/Zephyr-latest/samples/net/sockets/http_server/
DREADME.rst249 $ sudo perf script | ~/FlameGraph/stackcollapse-perf.pl > out.perf-folded
255 $ ~/FlameGraph/flamegraph.pl out.perf-folded > flamegraph.svg
/Zephyr-latest/drivers/i3c/
Di3c_cdns.c2325 uint32_t pl = msgs[i].len; in cdns_i3c_transfer() local
2331 cmd->len = pl; in cdns_i3c_transfer()
2342 cmd->cmd0 |= CMD0_FIFO_PL_LEN(pl + 1); in cdns_i3c_transfer()
2344 cmd->cmd0 |= CMD0_FIFO_PL_LEN(pl); in cdns_i3c_transfer()
2375 if (!((pl % 2) == 0)) { in cdns_i3c_transfer()
2402 for (int j = 0; j < pl; j += 2) { in cdns_i3c_transfer()
2413 cmd->len = ((pl / 2) + 2); in cdns_i3c_transfer()
/Zephyr-latest/doc/releases/
Drelease-notes-1.6.rst120 * Imported get_maintainer.pl from Linux kernel.
241 * ``ZEP-959`` - sync checkpatch.pl with upstream Linux
Drelease-notes-1.10.rst380 * :github:`4135` - checkpatch.pl generates warning messages when run w/ perl-5.26
398 * :github:`4301` - checkpatch.pl false positives block PR merge
Drelease-notes-2.3.rst909 * :github:`25012` - checkpatch.pl doesn't match the vendor string properly
Drelease-notes-2.0.rst1337 * :github:`14652` - Gitlint is more strict than checkpatch.pl
Drelease-notes-2.4.rst1260 * :github:`27002` - checkpatch.pl incorrect ERROR:POINTER_LOCATION
Drelease-notes-1.14.rst2172 * :github:`9411` - checkpatch.pl generates warning messages during execution for tests/kernel/stati…
/Zephyr-latest/doc/contribute/
Dguidelines.rst570 On Windows if the .pl extension has not yet been associated with an
571 application, then the first time a .pl file is run without specifying an