Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
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()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dti,tas5086.txt28 stages connected to the PWM output pins work. Not all
29 power stages are compatible to Mid-Z - please refer
/kernel/linux/linux-5.10/Documentation/ABI/testing/
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.
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
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:
/kernel/linux/linux-5.10/Documentation/arm/sa1100/
Dlart.rst11 is under development, with plenty of others in different stages of
/kernel/linux/linux-5.10/Documentation/leds/
Dleds-sc27xx.rst11 LED controller, it only supports 4 stages to make a single
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/
Dmtk-sd.txt41 This field has total 32 stages.
44 This field has total 32 stages.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/watchdog/
Dsbsa-gwdt.txt4 after two stages of timeout have elapsed. A detailed definition of the
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/
Dia_css_pipeline.h47 struct ia_css_pipeline_stage *stages; member
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/firmware/
Dnvidia,tegra210-bpmp.txt4 in Tegra210 SoC. It is designed to handle the early stages of the boot
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
DREADME34 A test case has four stages:
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
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()
/kernel/linux/linux-5.10/Documentation/fb/
Ddeferred_io.rst31 the final image rather than the intermediate stages which is why it's okay
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_crtc.c157 static const enum mdp_mixer_stage_id stages[] = { in setup_mixer() enum
169 pipe_id, stages[idx]); in setup_mixer()
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt75 The stages are represented by the following strings:
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dlpc1850-cgu.txt12 stages. Each output stage provides an independent clock source and
/kernel/linux/linux-5.10/Documentation/ide/
DChangeLog.ide-tape.1995-2002238 * Actually removed aborted stages in idetape_abort_pipeline
247 * sectors skipped, not the number of stages.
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
DKconfig95 in the repository for later boot stages.
/kernel/linux/linux-5.10/arch/mips/
DKconfig.debug139 debug information from the early stages of core startup.
/kernel/linux/linux-5.10/Documentation/arm64/
Dtagged-address-abi.rst43 The AArch64 Tagged Address ABI has two stages of relaxation depending
/kernel/linux/linux-5.10/arch/m68k/q40/
DREADME55 went wrong during earliest setup stages of head.S.
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Dfrontend-property-terrestrial-systems.rst54 DVB-T2 support is currently in the early stages of development, so
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dipu3.rst442 IPU3 pipeline has a number of image processing stages, each of which takes a
443 set of parameters as input. The major stages of pipelines are shown here:
574 A few stages of the pipeline will be executed by firmware running on the ISP
/kernel/linux/linux-5.10/Documentation/kbuild/
Dkconfig-macro-language.rst13 There is clear distinction between the two language stages. For example, you

123