Home
last modified time | relevance | path

Searched refs:stages (Results 1 – 25 of 126) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Drate.c257 stage_t * stages; member
260 #define pre_stage p->stages[shift]
261 #define arb_stage p->stages[shift + have_pre_stage]
262 #define post_stage p->stages[shift + have_pre_stage + have_arb_stage]
344 p->stages = calloc(p->num_stages + 1, sizeof(*p->stages)); in rate_init()
346 p->stages[i].shared = shared; in rate_init()
355 for (i = 0, s = p->stages; i < shift; ++i, ++s) { in rate_init()
451 for (i = 0, s = p->stages; i < p->num_stages; ++i, ++s) { in rate_init()
462 stage_t * stage = p->stages; in rate_process()
472 return fifo_write(&p->stages[0].fifo, (int)n, samples); in rate_input()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c247 s = pipeline->stages; in ia_css_pipeline_clean()
283 last = pipeline->stages; in ia_css_pipeline_create_and_add_stage()
325 pipeline->stages = new_stage; in ia_css_pipeline_create_and_add_stage()
343 for (stage = pipeline->stages; stage; stage = stage->next) { in ia_css_pipeline_finalize_stages()
363 for (s = pipeline->stages; s; s = s->next) { in ia_css_pipeline_get_stage()
382 for (s = pipeline->stages; s; s = s->next) { in ia_css_pipeline_get_stage_from_fw()
402 for (s = pipeline->stages; s; s = s->next) { in ia_css_pipeline_get_fw_from_stage()
425 for (s = pipeline->stages; s; s = s->next) { in ia_css_pipeline_get_output_stage()
677 pipeline->stages = NULL; in pipeline_init_defaults()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.c59 int stages = -EINVAL; in _mixer_stages() local
63 stages = mixer[i].sblk->maxblendstages; in _mixer_stages()
68 return stages; in _mixer_stages()
359 int stages; in dpu_hw_ctl_setup_blendstage() local
362 stages = _mixer_stages(ctx->mixer_hw_caps, ctx->mixer_count, lm); in dpu_hw_ctl_setup_blendstage()
363 if (stages < 0) in dpu_hw_ctl_setup_blendstage()
377 for (i = 0; i <= stages; i++) { in dpu_hw_ctl_setup_blendstage()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dti,tas5086.txt28 stages connected to the PWM output pins work. Not all
29 power stages are compatible to Mid-Z - please refer
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-health-afe440x6 Get measured values from the ADC for these stages. Y is the
28 stages. The values are expressed in 5-bit sign-magnitude.
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/
H A DREADME79 A test case has four stages:
86 The setup and teardown stages can run zero or more commands. The setup
89 can be run next. These two stages require any commands run to return
92 The execute and verify stages each run one command. The execute stage
201 adjust-command (runs in all stages and receives the stage name)
213 The stages are identified by the following strings:
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/
H A Dmtk-sd.txt41 This field has total 32 stages.
44 This field has total 32 stages.
/OK3568_Linux_fs/kernel/Documentation/arm/sa1100/
H A Dlart.rst11 is under development, with plenty of others in different stages of
/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dleds-sc27xx.rst11 LED controller, it only supports 4 stages to make a single
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/
H A Dsbsa-gwdt.txt4 after two stages of timeout have elapsed. A detailed definition of the
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/
H A Dia_css_pipeline.h47 struct ia_css_pipeline_stage *stages; member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/firmware/
H A Dnvidia,tegra210-bpmp.txt4 in Tegra210 SoC. It is designed to handle the early stages of the boot
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_sp.c1221 assert(me->stages); in sh_css_sp_init_pipeline()
1223 first_binary = me->stages->binary; in sh_css_sp_init_pipeline()
1244 for (stage = me->stages, num = 0; stage; stage = stage->next, num++) in sh_css_sp_init_pipeline()
1259 if ((me->num_stages == 1) && me->stages && in sh_css_sp_init_pipeline()
1260 (me->stages->sp_func == IA_CSS_PIPELINE_ISYS_COPY)) in sh_css_sp_init_pipeline()
1350 for (stage = me->stages, num = 0; stage; stage = stage->next, num++) in sh_css_sp_init_pipeline()
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0027-HACK-qmake-Workaround-installation-race-of-qtdeclara.patch9 qtdeclarative's install_qmltypes stages.
/OK3568_Linux_fs/kernel/tools/testing/selftests/resctrl/
H A DREADME34 A test case has four stages:
/OK3568_Linux_fs/u-boot/lib/efi/
H A DKconfig18 is useful for examining a platform in the early stages of porting
/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0018-Disable-Wmaybe-uninitialized-for-total_deadline-in-s.patch17 Tested with build-many-glibcs.py (compilers and glibcs stages) for
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.nand-boot-ppc44012 Here a short description of the different boot stages:
H A DREADME.multi-dtb-fit38 Uncompression and selection stages happen in fdtdec_setup() which is called
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgit.py89stages = ['Counting objects', 'Compressing objects', 'Receiving objects', 'Resolving deltas']
92 for i, stage in reversed(list(enumerate(stages))):
97 self._status = stages[stagenum]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_crtc.c157 static const enum mdp_mixer_stage_id stages[] = { in setup_mixer() enum
169 pipe_id, stages[idx]); in setup_mixer()
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Ddeferred_io.rst31 the final image rather than the intermediate stages which is why it's okay
/OK3568_Linux_fs/u-boot/board/Seagate/nas220/
H A Dkwbimage.cfg42 # bit27-24: 8= CL+3, STARTBURST sample stages, for freqs 400MHz, unbuffered DIMM
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dlpc1850-cgu.txt12 stages. Each output stage provides an independent clock source and
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/creating-plugins/
H A DAddingPlugins.txt75 The stages are represented by the following strings:

123456