| /Linux-v6.6/drivers/gpu/drm/msm/ | 
| D | msm_gem_shrinker.c | 111 	} stages[] = {  in msm_gem_shrinker_scan()  local112 		/* Stages of progressively more aggressive/expensive reclaim: */  in msm_gem_shrinker_scan()
 122 	for (unsigned i = 0; (nr > 0) && (i < ARRAY_SIZE(stages)); i++) {  in msm_gem_shrinker_scan()
 123 		if (!stages[i].cond)  in msm_gem_shrinker_scan()
 125 		stages[i].freed =  in msm_gem_shrinker_scan()
 126 			drm_gem_lru_scan(stages[i].lru, nr,  in msm_gem_shrinker_scan()
 127 					&stages[i].remaining,  in msm_gem_shrinker_scan()
 128 					 stages[i].shrink);  in msm_gem_shrinker_scan()
 129 		nr -= stages[i].freed;  in msm_gem_shrinker_scan()
 130 		freed += stages[i].freed;  in msm_gem_shrinker_scan()
 [all …]
 
 | 
| /Linux-v6.6/include/trace/ | 
| D | trace_custom_events.h | 24 #include "stages/init.h"38 #include "stages/stage1_struct_define.h"
 59 #include "stages/stage2_data_offsets.h"
 74 #include "stages/stage3_trace_output.h"
 105 #include "stages/stage4_event_fields.h"
 117 #include "stages/stage5_get_offsets.h"
 137 #include "stages/stage6_event_callback.h"
 185 #include "stages/stage7_class_define.h"
 
 | 
| D | trace_events.h | 27 #include "stages/init.h"48 #include "stages/stage1_struct_define.h"
 112 #include "stages/stage2_data_offsets.h"
 184 #include "stages/stage3_trace_output.h"
 239 #include "stages/stage4_event_fields.h"
 252 #include "stages/stage5_get_offsets.h"
 375 #include "stages/stage6_event_callback.h"
 421 #include "stages/stage7_class_define.h"
 
 | 
| D | perf.h | 7 #include "stages/stage6_event_callback.h"
 | 
| /Linux-v6.6/drivers/staging/media/atomisp/pci/runtime/pipeline/src/ | 
| D | pipeline.c | 246 	s = pipeline->stages;  in ia_css_pipeline_clean()282 	last = pipeline->stages;  in ia_css_pipeline_create_and_add_stage()
 305 		/* Do this only for ISP stages*/  in ia_css_pipeline_create_and_add_stage()
 324 		pipeline->stages = new_stage;  in ia_css_pipeline_create_and_add_stage()
 342 	for (stage = pipeline->stages; stage; stage = stage->next) {  in ia_css_pipeline_finalize_stages()
 362 	for (s = pipeline->stages; s; s = s->next) {  in ia_css_pipeline_get_stage()
 381 	for (s = pipeline->stages; s; s = s->next) {  in ia_css_pipeline_get_stage_from_fw()
 401 	for (s = pipeline->stages; s; s = s->next) {  in ia_css_pipeline_get_fw_from_stage()
 424 	for (s = pipeline->stages; s; s = s->next) {  in ia_css_pipeline_get_output_stage()
 489  * we use a pipeline. A pipeline contains a number of stages, each with
 [all …]
 
 | 
| /Linux-v6.6/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/ | 
| D | ia_css_pipeline.h | 42 /* Pipeline of n stages to be executed on SP/ISP per stage */47 	struct ia_css_pipeline_stage *stages;  member
 141 /* @brief clean all the stages pipeline and make it as new
 165 /* @brief Finalize the stages in a pipeline
 170  * This API is expected to be called after adding all stages
 
 | 
| /Linux-v6.6/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-v6.6/arch/ia64/lib/ | 
| D | copy_page_mck.S | 29  *	has 2*PREFETCH_DIST+K stages.  The first PREFETCH_DIST stages are used for prefetching30  *	source cache-lines.  The second PREFETCH_DIST stages are used for prefetching destination
 31  *	cache-lines, the last K stages are used to copy the cache-line words not copied by
 140 	mov ar.ec = N				// # of stages in pipeline
 
 | 
| /Linux-v6.6/drivers/watchdog/ | 
| D | sbsa_gwdt.c | 18  * or a two stages watchdog, it's set up by the module parameter "action".21  * In the two stages mode, when the timeout is reached, the first signal (WS0)
 29  * if action is 1 (the two stages mode):
 37  * Note: Since this watchdog timer has two stages, and each stage is determined
 39  * stages mode, the timeout is WOR. The maximum timeout in the two stages mode
 
 | 
| /Linux-v6.6/Documentation/ABI/testing/ | 
| D | sysfs-bus-iio-health-afe440x | 6 		Get measured values from the ADC for these stages. Y is the30 		stages. The values are expressed in 5-bit sign-magnitude.
 
 | 
| /Linux-v6.6/Documentation/devicetree/bindings/sound/ | 
| D | ti,tas5086.txt | 28 			stages connected to the PWM output pins work. Not all29 			power stages are compatible to Mid-Z - please refer
 
 | 
| /Linux-v6.6/drivers/spi/ | 
| D | spi-sh-msiof.c | 136 #define SIFCTR_TFWM_64		(0 << 29)	/*  Transfer Request when 64 empty stages */137 #define SIFCTR_TFWM_32		(1 << 29)	/*  Transfer Request when 32 empty stages */
 138 #define SIFCTR_TFWM_24		(2 << 29)	/*  Transfer Request when 24 empty stages */
 139 #define SIFCTR_TFWM_16		(3 << 29)	/*  Transfer Request when 16 empty stages */
 140 #define SIFCTR_TFWM_12		(4 << 29)	/*  Transfer Request when 12 empty stages */
 141 #define SIFCTR_TFWM_8		(5 << 29)	/*  Transfer Request when 8 empty stages */
 142 #define SIFCTR_TFWM_4		(6 << 29)	/*  Transfer Request when 4 empty stages */
 148 #define SIFCTR_RFWM_1		(0 << 13)	/*  Transfer Request when 1 valid stages */
 149 #define SIFCTR_RFWM_4		(1 << 13)	/*  Transfer Request when 4 valid stages */
 150 #define SIFCTR_RFWM_8		(2 << 13)	/*  Transfer Request when 8 valid stages */
 [all …]
 
 | 
| /Linux-v6.6/sound/ppc/ | 
| D | snd_ps3.h | 96 /* how many stages the fifo have */98 /* fifo size 128 bytes * 8 stages * stereo (2ch) */
 
 | 
| /Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/ | 
| D | dpu_hw_ctl.c | 60 	int stages = -EINVAL;  in _mixer_stages()  local64 			stages = mixer[i].sblk->maxblendstages;  in _mixer_stages()
 69 	return stages;  in _mixer_stages()
 450 	int stages;  in dpu_hw_ctl_setup_blendstage()  local
 453 	stages = _mixer_stages(ctx->mixer_hw_caps, ctx->mixer_count, lm);  in dpu_hw_ctl_setup_blendstage()
 454 	if (stages < 0)  in dpu_hw_ctl_setup_blendstage()
 468 	for (i = 0; i <= stages; i++) {  in dpu_hw_ctl_setup_blendstage()
 
 | 
| /Linux-v6.6/Documentation/devicetree/bindings/mmc/ | 
| D | mtk-sd.yaml | 105       This field has total 32 stages.114       This field has total 32 stages.
 130       pad macro, there are 32 stages from 0 to 31.
 
 | 
| /Linux-v6.6/arch/sh/include/asm/ | 
| D | sh_bios.h | 10  * usually from within the early stages of kernel boot.
 | 
| /Linux-v6.6/Documentation/arch/arm/sa1100/ | 
| D | lart.rst | 11 is under development, with plenty of others in different stages of
 | 
| /Linux-v6.6/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-v6.6/Documentation/devicetree/bindings/usb/ | 
| D | aspeed,ast2600-udc.yaml | 18   Supports 32/256 stages descriptor mode for all generic endpoints.
 | 
| /Linux-v6.6/Documentation/devicetree/bindings/watchdog/ | 
| D | arm,sbsa-gwdt.yaml | 14   two stages of timeout have elapsed. A detailed definition of the watchdog
 | 
| /Linux-v6.6/Documentation/leds/ | 
| D | leds-sc27xx.rst | 11 LED controller, it only supports 4 stages to make a single
 | 
| /Linux-v6.6/drivers/staging/media/atomisp/pci/ | 
| D | sh_css_sp.c | 1220 	if (!me->stages) {  in sh_css_sp_init_pipeline()1221 		dev_err(atomisp_dev, "%s called on a pipeline without stages\n",  in sh_css_sp_init_pipeline()
 1226 	first_binary = me->stages->binary;  in sh_css_sp_init_pipeline()
 1243 	/* Count stages */  in sh_css_sp_init_pipeline()
 1244 	for (stage = me->stages, num = 0; stage; stage = stage->next, num++) {  in sh_css_sp_init_pipeline()
 1258 	    me->stages->sp_func == IA_CSS_PIPELINE_ISYS_COPY)  in sh_css_sp_init_pipeline()
 1317 	for (stage = me->stages, num = 0; stage; stage = stage->next, num++) {  in sh_css_sp_init_pipeline()
 1385  * a new pipeline by defining one or more stages with use of variable
 
 | 
| /Linux-v6.6/drivers/gpu/drm/i915/gt/ | 
| D | intel_reset_types.h | 15 	 * flags: Control various stages of the GPU reset
 | 
| /Linux-v6.6/sound/soc/codecs/ | 
| D | lm49453.h | 39 /* Analog Mixer Input Stages */45 /* Analog Mixer Output Stages */
 
 | 
| /Linux-v6.6/drivers/net/wwan/t7xx/ | 
| D | t7xx_modem_ops.h | 31  * enum hif_ex_stage -	HIF exception handshake stages with the HW.
 |