| /Linux-v5.15/drivers/staging/media/atomisp/pci/runtime/pipeline/src/ |
| D | pipeline.c | 247 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()
|
| /Linux-v5.15/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_hw_ctl.c | 68 int stages = -EINVAL; in _mixer_stages() local 72 stages = mixer[i].sblk->maxblendstages; in _mixer_stages() 77 return stages; in _mixer_stages() 366 int stages; in dpu_hw_ctl_setup_blendstage() local 369 stages = _mixer_stages(ctx->mixer_hw_caps, ctx->mixer_count, lm); in dpu_hw_ctl_setup_blendstage() 370 if (stages < 0) in dpu_hw_ctl_setup_blendstage() 384 for (i = 0; i <= stages; i++) { in dpu_hw_ctl_setup_blendstage()
|
| /Linux-v5.15/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-health-afe440x | 6 Get measured values from the ADC for these stages. Y is the 30 stages. The values are expressed in 5-bit sign-magnitude.
|
| /Linux-v5.15/Documentation/devicetree/bindings/sound/ |
| D | ti,tas5086.txt | 28 stages connected to the PWM output pins work. Not all 29 power stages are compatible to Mid-Z - please refer
|
| /Linux-v5.15/tools/testing/selftests/tc-testing/ |
| D | README | 79 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:
|
| /Linux-v5.15/Documentation/arm/sa1100/ |
| D | lart.rst | 11 is under development, with plenty of others in different stages of
|
| /Linux-v5.15/Documentation/leds/ |
| D | leds-sc27xx.rst | 11 LED controller, it only supports 4 stages to make a single
|
| /Linux-v5.15/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/ |
| D | ia_css_pipeline.h | 47 struct ia_css_pipeline_stage *stages; member
|
| /Linux-v5.15/Documentation/devicetree/bindings/firmware/ |
| D | nvidia,tegra210-bpmp.txt | 4 in Tegra210 SoC. It is designed to handle the early stages of the boot
|
| /Linux-v5.15/arch/riscv/ |
| D | Kconfig.erratas | 9 code patching is performed once in the boot stages. It means
|
| /Linux-v5.15/drivers/staging/media/atomisp/pci/ |
| D | sh_css_sp.c | 1218 assert(me->stages); in sh_css_sp_init_pipeline() 1220 first_binary = me->stages->binary; in sh_css_sp_init_pipeline() 1238 for (stage = me->stages, num = 0; stage; stage = stage->next, num++) { in sh_css_sp_init_pipeline() 1251 if ((me->num_stages == 1) && me->stages && in sh_css_sp_init_pipeline() 1252 (me->stages->sp_func == IA_CSS_PIPELINE_ISYS_COPY)) in sh_css_sp_init_pipeline() 1336 for (stage = me->stages, num = 0; stage; stage = stage->next, num++) { in sh_css_sp_init_pipeline()
|
| D | sh_css.c | 542 if (pipe->pipeline.stages) in sh_css_config_input_network() 543 binary = pipe->pipeline.stages->binary; in sh_css_config_input_network() 1084 if (pipe->pipeline.stages) in sh_css_config_input_network() 1085 if (pipe->pipeline.stages->binary) in sh_css_config_input_network() 1086 binary = pipe->pipeline.stages->binary; in sh_css_config_input_network() 1462 stage = me->pipeline.stages; in start_pipe() 2315 for (stage = pipeline->stages; stage; stage = stage->next) { in sh_css_pipe_free_acc_binaries() 3523 in_frame = me->stages->args.out_frame[0]; in create_host_video_pipeline() 3757 in_frame = me->stages->args.out_frame[0]; in create_host_preview_pipeline() 4126 for (stage = pipeline->stages; stage; stage = stage->next) { in ia_css_pipe_enqueue_buffer() [all …]
|
| /Linux-v5.15/tools/testing/selftests/resctrl/ |
| D | README | 34 A test case has four stages:
|
| /Linux-v5.15/Documentation/fb/ |
| D | deferred_io.rst | 31 the final image rather than the intermediate stages which is why it's okay
|
| /Linux-v5.15/drivers/gpu/drm/msm/disp/mdp4/ |
| D | mdp4_crtc.c | 158 static const enum mdp_mixer_stage_id stages[] = { in setup_mixer() enum 170 pipe_id, stages[idx]); in setup_mixer()
|
| /Linux-v5.15/tools/testing/selftests/tc-testing/creating-plugins/ |
| D | AddingPlugins.txt | 75 The stages are represented by the following strings:
|
| /Linux-v5.15/Documentation/devicetree/bindings/clock/ |
| D | lpc1850-cgu.txt | 12 stages. Each output stage provides an independent clock source and
|
| /Linux-v5.15/Documentation/ide/ |
| D | ChangeLog.ide-tape.1995-2002 | 238 * Actually removed aborted stages in idetape_abort_pipeline 247 * sectors skipped, not the number of stages.
|
| /Linux-v5.15/arch/powerpc/platforms/ps3/ |
| D | Kconfig | 105 in the repository for later boot stages.
|
| /Linux-v5.15/arch/mips/ |
| D | Kconfig.debug | 144 debug information from the early stages of core startup.
|
| /Linux-v5.15/Documentation/arm64/ |
| D | tagged-address-abi.rst | 43 The AArch64 Tagged Address ABI has two stages of relaxation depending on
|
| /Linux-v5.15/Documentation/userspace-api/media/dvb/ |
| D | frontend-property-terrestrial-systems.rst | 54 DVB-T2 support is currently in the early stages of development, so
|
| /Linux-v5.15/arch/m68k/q40/ |
| D | README | 55 went wrong during earliest setup stages of head.S.
|
| /Linux-v5.15/Documentation/admin-guide/media/ |
| D | ipu3.rst | 443 IPU3 pipeline has a number of image processing stages, each of which takes a 444 set of parameters as input. The major stages of pipelines are shown here: 575 A few stages of the pipeline will be executed by firmware running on the ISP
|
| /Linux-v5.15/Documentation/kbuild/ |
| D | kconfig-macro-language.rst | 13 There is clear distinction between the two language stages. For example, you
|