Home
last modified time | relevance | path

Searched full:pull (Results 1 – 25 of 31) sorted by relevance

12

/sof-2.7.6/.github/workflows/
DshallowfetchPRcommits.sh6 # This script fetches Pull Request commits missing from a shallow clone
19 # - Fast and accurate for small Pull Requests
21 # - For large Pull Requests _with merges_ the only objective is to
38 # https://docs.github.com/en/rest/reference/pulls#list-commits-on-a-pull-request
59 # pull requests with merges, depth=PRLEN goes already much further
65 git fetch --depth "$((PRlen+1))" "https://github.com/$gh_project" "pull/$pr_number/head"
Dpull-request.yml65 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
89 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
125 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
134 run: docker pull thesofproject/sofqemu &&
Dtools.yml21 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
Dinstaller.yml27 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
Dcodestyle.yml30 # ^2. we reconnect/graft to the later fetch pull/1234/head,
/sof-2.7.6/
D.travis.yml36 &docker-pull-sof
37 docker pull thesofproject/sof && docker tag thesofproject/sof sof
52 before_install: *docker-pull-sof
65 - *docker-pull-sof
66 - docker pull thesofproject/sofqemu &&
83 before_install: *docker-pull-sof
DCODEOWNERS8 # So if a pull request only touches javascript files, only these owners
/sof-2.7.6/src/arch/xtensa/xtos/
Dtiny-refs-min.S1 // tiny-refs-min.S - References to pull-in selected modules into tiny LSPs
27 .global _UserExceptionVector // ... we pull-in this
Dtiny-refs.S1 // tiny-refs.S - References to pull-in selected modules into tiny LSPs
28 .global _need_user_vector_ // ... we pull-in this
D_sharedvectors.S1 // _sharedvectors.S -- Reference symbols to pull in any shared vectors
29 version of _sharedvectors.o that may pull in shared vectors. */
D_sharedvectors-for-reset.S1 // _sharedvectors-for-reset.S -- Reference to pull in a shared reset vector
Dint-initlevel.S1 // int-initlevel.S - Routines used to pull-in interrupt dispatch code
Dint-vector.S56 // Pull-in the real handler by reference, to ensure the reset vector gets it:
D_vectors.S1 // _vectors.S -- Reference symbols to pull in all required vectors
Dexc-syscall-handler.S73 .global _need_user_vector_ // pull-in real user vector (tiny LSP)
Dint-medpri-dispatcher.S396 // This symbol exists solely for the purpose of being able to pull-in this
/sof-2.7.6/src/include/sof/audio/asrc/
Dasrc_farrow.h18 * offers two modes of operation: push-mode and pull-mode.
21 * "Push-mode vs. pull-mode operation"
32 * If the sample rate converter operates in pull-mode, the caller can
36 * pull-mode sample rate converter is usually combined with a ring
37 * buffer at its input. The pull-mode operation is performed by the
72 * the input, if the sample rate converter is a pull mode device.
99 * pull-mode.
104 ASRC_OM_PULL /*!< ASRC will be used in pull-mode; functions */
131 ASRC_EC_FAILED_PULL_MODE = -14, /*!< Pull mode operation failed. */
194 /*!< synchronous pull mode (5q27) */
[all …]
/sof-2.7.6/src/include/sof/audio/
Dipc-config.h64 uint32_t operation_mode; /**< push 0, pull 1, In push mode the */
68 /**< In pull mode the ASRC outputs */
/sof-2.7.6/scripts/cmake/
Dversion.cmake18 # - git version of the pull request
26 # Most CI engines test a temporary merge of the pull request with a
/sof-2.7.6/src/include/ipc/
Dtopology.h191 uint32_t operation_mode; /**< push 0, pull 1, In push mode the */
195 /**< In pull mode the ASRC outputs */
/sof-2.7.6/src/platform/intel/cavs/
Dalternate_reset_vector.S155 * would pull in the XTOS handler anyway, causing a conflict.
/sof-2.7.6/src/audio/asrc/
Dasrc.c61 enum asrc_operation_mode mode; /* Control for push or pull mode */
454 /* In pull mode check if source component is DAI */ in asrc_dai_find()
857 /* Let ASRC access max number of source frames in pull mode. in asrc_copy()
/sof-2.7.6/src/arch/xtensa/xtos/xea1/
Dint-lowpri-dispatcher.S47 .global _need_user_vector_ // pull-in real user vector (tiny LSP)
Dexc-alloca-handler.S97 .global _need_user_vector_ // pull-in real user vector (tiny LSP)
/sof-2.7.6/src/arch/xtensa/xtos/xea2/
Dint-lowpri-dispatcher.S47 .global _need_user_vector_ // pull-in real user vector (tiny LSP)

12