/Linux-v5.4/drivers/gpu/drm/tegra/ |
D | output.c | 17 struct tegra_output *output = connector_to_output(connector); in tegra_output_connector_get_modes() local 25 if (output->panel) { in tegra_output_connector_get_modes() 26 err = output->panel->funcs->get_modes(output->panel); in tegra_output_connector_get_modes() 31 if (output->edid) in tegra_output_connector_get_modes() 32 edid = kmemdup(output->edid, sizeof(*edid), GFP_KERNEL); in tegra_output_connector_get_modes() 33 else if (output->ddc) in tegra_output_connector_get_modes() 34 edid = drm_get_edid(connector, output->ddc); in tegra_output_connector_get_modes() 36 cec_notifier_set_phys_addr_from_edid(output->cec, edid); in tegra_output_connector_get_modes() 50 struct tegra_output *output = connector_to_output(connector); in tegra_output_connector_detect() local 53 if (output->hpd_gpio) { in tegra_output_connector_detect() [all …]
|
D | rgb.c | 16 struct tegra_output output; member 23 static inline struct tegra_rgb *to_rgb(struct tegra_output *output) in to_rgb() argument 25 return container_of(output, struct tegra_rgb, output); in to_rgb() 119 struct tegra_output *output = encoder_to_output(encoder); in tegra_rgb_encoder_disable() local 120 struct tegra_rgb *rgb = to_rgb(output); in tegra_rgb_encoder_disable() 122 if (output->panel) in tegra_rgb_encoder_disable() 123 drm_panel_disable(output->panel); in tegra_rgb_encoder_disable() 128 if (output->panel) in tegra_rgb_encoder_disable() 129 drm_panel_unprepare(output->panel); in tegra_rgb_encoder_disable() 134 struct tegra_output *output = encoder_to_output(encoder); in tegra_rgb_encoder_enable() local [all …]
|
/Linux-v5.4/include/dt-bindings/clock/ |
D | tegra186-clock.h | 26 * @defgroup extern_output external output clocks 350 /** @brief output of gate CLK_ENB_FUSE */ 354 * @details output of gate CLK_ENB_GPU. This output connects to the GPU 360 /** @brief output of gate CLK_ENB_PCIE */ 362 /** @brief output of the divider IPFS_CLK_DIVISOR */ 364 /** @brief output of gate CLK_ENB_PCIE2_IOBIST */ 366 /** @brief output of gate CLK_ENB_PCIERX0*/ 368 /** @brief output of gate CLK_ENB_PCIERX1*/ 370 /** @brief output of gate CLK_ENB_PCIERX2*/ 372 /** @brief output of gate CLK_ENB_PCIERX3*/ [all …]
|
/Linux-v5.4/tools/build/feature/ |
D | Makefile | 71 FILES := $(addprefix $(OUTPUT),$(FILES)) 81 BUILD = $(__BUILD) > $(@:.bin=.make.output) 2>&1 84 BUILDXX = $(__BUILDXX) > $(@:.bin=.make.output) 2>&1 88 $(OUTPUT)test-all.bin: 91 $(OUTPUT)test-hello.bin: 94 $(OUTPUT)test-pthread-attr-setaffinity-np.bin: 97 $(OUTPUT)test-pthread-barrier.bin: 100 $(OUTPUT)test-stackprotector-all.bin: 103 $(OUTPUT)test-fortify-source.bin: 106 $(OUTPUT)test-bionic.bin: [all …]
|
/Linux-v5.4/tools/bpf/ |
D | Makefile | 54 $(OUTPUT)%.yacc.c: $(srctree)/tools/bpf/%.y 57 $(OUTPUT)%.lex.c: $(srctree)/tools/bpf/%.l 60 $(OUTPUT)%.o: $(srctree)/tools/bpf/%.c 63 $(OUTPUT)%.yacc.o: $(OUTPUT)%.yacc.c 65 $(OUTPUT)%.lex.o: $(OUTPUT)%.lex.c 68 PROGS = $(OUTPUT)bpf_jit_disasm $(OUTPUT)bpf_dbg $(OUTPUT)bpf_asm 72 $(OUTPUT)bpf_jit_disasm: CFLAGS += -DPACKAGE='bpf_jit_disasm' 73 $(OUTPUT)bpf_jit_disasm: $(OUTPUT)bpf_jit_disasm.o 76 $(OUTPUT)bpf_dbg: $(OUTPUT)bpf_dbg.o 79 $(OUTPUT)bpf_asm: $(OUTPUT)bpf_asm.o $(OUTPUT)bpf_exp.yacc.o $(OUTPUT)bpf_exp.lex.o [all …]
|
/Linux-v5.4/drivers/hwtracing/intel_th/ |
D | gth.c | 25 * struct gth_output - GTH view on an output port 27 * @output: link to output device's output descriptor 28 * @index: output port number 30 * @master: bitmap of masters configured for this output 34 struct intel_th_output *output; member 44 * @output_group: attributes describing output ports 46 * @output: output ports 47 * @master: master/output port assignments 56 struct gth_output output[TH_POSSIBLE_OUTPUTS]; member 181 /* disconnect from the previous output port, if any */ in master_attr_store() [all …]
|
D | intel_th.h | 17 /* Output ports (MSC, PTI) */ 27 * @port: output port number, assigned by the switch 29 * @scratchpad: scratchpad bits to flag when this output is enabled 30 * @multiblock: true for multiblock output configuration 31 * @active: true when this output is enabled 34 * Output port descriptor, used by switch driver to tell which output 35 * port this output device corresponds to. Filled in at output device's 36 * probe time by switch::assign(). Passed from output device driver to 67 * @type: INTEL_TH_{SOURCE,OUTPUT,SWITCH} 70 * @output: output descriptor for INTEL_TH_OUTPUT devices [all …]
|
/Linux-v5.4/drivers/media/platform/qcom/camss/ |
D | camss-vfe.c | 325 struct vfe_output *output = &vfe->line[i].output; in vfe_init_outputs() local 327 output->state = VFE_OUTPUT_OFF; in vfe_init_outputs() 328 output->buf[0] = NULL; in vfe_init_outputs() 329 output->buf[1] = NULL; in vfe_init_outputs() 330 INIT_LIST_HEAD(&output->pending_bufs); in vfe_init_outputs() 343 struct vfe_output *output, u8 sync) in vfe_output_init_addrs() argument 349 output->active_buf = 0; in vfe_output_init_addrs() 351 for (i = 0; i < output->wm_num; i++) { in vfe_output_init_addrs() 352 if (output->buf[0]) in vfe_output_init_addrs() 353 ping_addr = output->buf[0]->addr[i]; in vfe_output_init_addrs() [all …]
|
/Linux-v5.4/drivers/gpu/drm/exynos/ |
D | regs-fimc.h | 24 /* Y 1st frame start address for output DMA */ 26 /* Y 2nd frame start address for output DMA */ 28 /* Y 3rd frame start address for output DMA */ 30 /* Y 4th frame start address for output DMA */ 32 /* Cb 1st frame start address for output DMA */ 34 /* Cb 2nd frame start address for output DMA */ 36 /* Cb 3rd frame start address for output DMA */ 38 /* Cb 4th frame start address for output DMA */ 40 /* Cr 1st frame start address for output DMA */ 42 /* Cr 2nd frame start address for output DMA */ [all …]
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | Makefile | 89 # NOTE: $(OUTPUT) won't get default value if used before lib.mk 90 TEST_CUSTOM_PROGS = $(OUTPUT)/urandom_read 93 $(OUTPUT)/urandom_read: $(OUTPUT)/%: %.c 96 $(OUTPUT)/test_stub.o: test_stub.c 99 BPFOBJ := $(OUTPUT)/libbpf.a 101 $(TEST_GEN_PROGS): $(OUTPUT)/test_stub.o $(BPFOBJ) 103 $(TEST_GEN_PROGS_EXTENDED): $(OUTPUT)/test_stub.o $(OUTPUT)/libbpf.a 105 $(OUTPUT)/test_dev_cgroup: cgroup_helpers.c 106 $(OUTPUT)/test_skb_cgroup_id_user: cgroup_helpers.c 107 $(OUTPUT)/test_sock: cgroup_helpers.c [all …]
|
/Linux-v5.4/tools/power/cpupower/debug/i386/ |
D | Makefile | 2 OUTPUT=./ macro 4 OUTPUT := $(O)/ macro 15 $(OUTPUT)centrino-decode: centrino-decode.c 18 $(OUTPUT)dump_psb: dump_psb.c 21 $(OUTPUT)intel_gsic: intel_gsic.c 24 $(OUTPUT)powernow-k8-decode: powernow-k8-decode.c 27 all: $(OUTPUT)centrino-decode $(OUTPUT)dump_psb $(OUTPUT)intel_gsic $(OUTPUT)powernow-k8-decode 30 rm -rf $(OUTPUT)centrino-decode 31 rm -rf $(OUTPUT)dump_psb 32 rm -rf $(OUTPUT)intel_gsic [all …]
|
/Linux-v5.4/tools/perf/ |
D | Makefile.perf | 12 # Define VF to have a more verbose feature check output. 14 # Define O to save output files in a separate directory. 134 ifneq ($(OUTPUT),) 135 #$(info Determined 'OUTPUT' to be $(OUTPUT)) 136 # Adding $(OUTPUT) as a directory to look for source files, 137 # because use generated output files as sources dependency 139 VPATH += $(OUTPUT) 209 export srctree OUTPUT RM CC CXX LD AR CFLAGS CXXFLAGS V BISON FLEX AWK 232 # Without this setting the output feature dump file misses some features, for 253 FEATURE_DUMP_EXPORT := $(realpath $(OUTPUT)FEATURE-DUMP) [all …]
|
/Linux-v5.4/tools/power/cpupower/bench/ |
D | Makefile | 2 OUTPUT := ./ macro 5 OUTPUT := $(O)/ macro 10 LIBS = -L../ -L$(OUTPUT) -lm 11 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o \ 12 $(OUTPUT)../lib/cpufreq.o $(OUTPUT)../lib/cpupower.o 14 LIBS = -L../ -L$(OUTPUT) -lm -lcpupower 15 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o 20 $(OUTPUT)%.o : %.c 24 $(OUTPUT)cpufreq-bench: $(OBJS) 28 all: $(OUTPUT)cpufreq-bench [all …]
|
/Linux-v5.4/tools/perf/Documentation/ |
D | Makefile | 16 MAN_XML=$(addprefix $(OUTPUT),$(_MAN_XML)) 17 MAN_HTML=$(addprefix $(OUTPUT),$(_MAN_HTML)) 28 DOC_HTML=$(addprefix $(OUTPUT),$(_DOC_HTML)) 34 DOC_MAN1=$(addprefix $(OUTPUT),$(_DOC_MAN1)) 35 DOC_MAN5=$(addprefix $(OUTPUT),$(_DOC_MAN5)) 36 DOC_MAN7=$(addprefix $(OUTPUT),$(_DOC_MAN7)) 187 info: $(OUTPUT)perf.info $(OUTPUT)perfman.info 189 pdf: $(OUTPUT)user-manual.pdf 220 $(INSTALL) -m 644 $(OUTPUT)perf.info $(OUTPUT)perfman.info $(DESTDIR)$(infodir); \ 231 $(INSTALL) -m 644 $(OUTPUT)user-manual.pdf $(DESTDIR)$(pdfdir) [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 22 - st,output-conf: number, Selects the output configuration: 30 - st,ch1-output-mapping: Channel 1 output mapping 31 - st,ch2-output-mapping: Channel 2 output mapping 32 - st,ch3-output-mapping: Channel 3 output mapping 48 - st,ffx-power-output-mode: string 49 The FFX power output mode selects how the FFX output timing is 57 Only required for "st,ffx-power-output-mode" == 72 power output is enabled. 89 - st,activate-mute-output: 90 If present, a mute output will be activated in ase the volume will [all …]
|
D | st,sta32x.txt | 26 - st,output-conf: number, Selects the output configuration: 34 - st,ch1-output-mapping: Channel 1 output mapping 35 - st,ch2-output-mapping: Channel 2 output mapping 36 - st,ch3-output-mapping: Channel 3 output mapping 56 Only required for "st,ffx-power-output-mode" == 68 power output is enabled. 90 st,output-conf = /bits/ 8 <0x3>; // set output to 2-channel 93 st,ch1-output-mapping = /bits/ 8 <0>; // set channel 1 output ch 1 94 st,ch2-output-mapping = /bits/ 8 <0>; // set channel 2 output ch 1 95 st,ch3-output-mapping = /bits/ 8 <0>; // set channel 3 output ch 1 [all …]
|
/Linux-v5.4/tools/gpio/ |
D | Makefile | 19 override CFLAGS += -O2 -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include 22 ALL_PROGRAMS := $(patsubst %,$(OUTPUT)%,$(ALL_TARGETS)) 26 export srctree OUTPUT CC LD CFLAGS 32 $(OUTPUT)include/linux/gpio.h: ../../include/uapi/linux/gpio.h 33 mkdir -p $(OUTPUT)include/linux 2>&1 || true 36 prepare: $(OUTPUT)include/linux/gpio.h 38 GPIO_UTILS_IN := $(output)gpio-utils-in.o 45 LSGPIO_IN := $(OUTPUT)lsgpio-in.o 46 $(LSGPIO_IN): prepare FORCE $(OUTPUT)gpio-utils-in.o 48 $(OUTPUT)lsgpio: $(LSGPIO_IN) [all …]
|
/Linux-v5.4/tools/perf/util/ |
D | stat-display.c | 27 fprintf(config->output, "%s%" PRIu64 "%s%.2f", in print_running() 33 fprintf(config->output, " (%.2f%%)", 100.0 * run / ena); in print_running() 43 fprintf(config->output, "%s%.2f%%", config->csv_sep, pct); in print_noise_pct() 45 fprintf(config->output, " ( +-%6.2f%% )", pct); in print_noise_pct() 64 fprintf(config->output, "%s%s", config->csv_sep, cgrp_name); in print_cgroup() 74 fprintf(config->output, "S%d-D%d-C%*d%s%*d%s", in aggr_printout() 85 fprintf(config->output, "S%d-D%*d%s%*d%s", in aggr_printout() 95 fprintf(config->output, "S%*d%s%*d%s", in aggr_printout() 105 fprintf(config->output, "S%d-D%d-C%*d%s", in aggr_printout() 111 fprintf(config->output, "CPU%*d%s ", in aggr_printout() [all …]
|
/Linux-v5.4/sound/pci/emu10k1/ |
D | p16v.h | 8 * Output fixed at S32_LE, 2 channel to hw:0,0 15 * Use 2 channel output streams instead of 8 channel. 16 * (8 channel output streams might be good for ASIO type output) 17 * Corrected speaker output, so Front -> Front etc. 97 /* [0:1] Capture input 0 channel select. 0 = Capture output 0. 98 * 1 = Capture output 1. 99 * 2 = Capture output 2. 100 * 3 = Capture output 3. 101 * [3:2] Capture input 1 channel select. 0 = Capture output 0. 102 * 1 = Capture output 1. [all …]
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | dev-decoder.rst | 41 7. Given an ``OUTPUT`` buffer A, then A’ represents a buffer on the ``CAPTURE`` 78 ``OUTPUT`` buffers must be queued by the client in decode order; for 85 the order in which frames must be displayed; for encoders, ``OUTPUT`` 109 OUTPUT 114 from ``OUTPUT`` buffers. 129 data fed to the decoder or encoder; see ``OUTPUT``. 188 Decoding -> Seek [ label = "VIDIOC_STREAMOFF(OUTPUT)" ]; 193 ResChange -> Seek [ label = "VIDIOC_STREAMOFF(OUTPUT)" ]; 198 Drain -> Seek [ label = "VIDIOC_STREAMOFF(OUTPUT)" ]; 200 Seek -> Decoding [ label = "VIDIOC_STREAMON(OUTPUT)" ]; [all …]
|
D | vidioc-enumoutput.rst | 62 - Identifies the output, set by the application. 65 - Name of the video output, a NUL-terminated ASCII string, for 70 - Type of the output, see :ref:`output-type`. 74 shows which audio outputs were selectable as the current output if 75 this was the currently selected video output. It is a bit mask. 76 The LSB corresponds to audio output 0, the MSB to output 31. Any 84 For details on audio outputs and how to select the current output 88 - Output devices can have zero or more RF modulators. When the 95 - Every video output supports one or more different video standards. 100 - This field provides capabilities for the output. See [all …]
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | keystone-clocks.dtsi | 20 clock-output-names = "mainmuxclk"; 29 clock-output-names = "chipclk1"; 38 clock-output-names = "chipclk1rstiso"; 48 clock-output-names = "gemtraceclk"; 58 clock-output-names = "chipstmxptclk"; 67 clock-output-names = "chipclk12"; 76 clock-output-names = "chipclk13"; 85 clock-output-names = "paclk13"; 94 clock-output-names = "chipclk14"; 103 clock-output-names = "chipclk16"; [all …]
|
/Linux-v5.4/Documentation/hwmon/ |
D | ir35221.rst | 45 curr[2-3]_input Measured output current 48 curr[2-3]_highest Highest output current 49 curr[2-3]_lowest Lowest output current 63 in[2-3]_input Measured output voltage 64 in[2-3]_lcrit Critical minimum output voltage 65 in[2-3]_lcrit_alarm Output voltage critical low alarm 66 in[2-3]_crit Critical maximum output voltage 67 in[2-3]_crit_alarm Output voltage critical high alarm 68 in[2-3]_highest Highest output voltage 69 in[2-3]_lowest Lowest output voltage [all …]
|
/Linux-v5.4/tools/iio/ |
D | Makefile | 15 override CFLAGS += -O2 -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include 18 ALL_PROGRAMS := $(patsubst %,$(OUTPUT)%,$(ALL_TARGETS)) 22 export srctree OUTPUT CC LD CFLAGS 28 $(OUTPUT)include/linux/iio: ../../include/uapi/linux/iio 29 mkdir -p $(OUTPUT)include/linux/iio 2>&1 || true 33 prepare: $(OUTPUT)include/linux/iio 35 LSIIO_IN := $(OUTPUT)lsiio-in.o 38 $(OUTPUT)lsiio: $(LSIIO_IN) 41 IIO_EVENT_MONITOR_IN := $(OUTPUT)iio_event_monitor-in.o 44 $(OUTPUT)iio_event_monitor: $(IIO_EVENT_MONITOR_IN) [all …]
|
/Linux-v5.4/tools/power/cpupower/ |
D | Makefile | 10 OUTPUT=./ macro 12 OUTPUT := $(O)/ macro 15 ifneq ($(OUTPUT),) 16 # check that the output directory actually exists 17 OUTDIR := $(shell cd $(OUTPUT) && pwd) 18 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist)) 31 # Internationalization support (output in different languages). 109 GMO_FILES = ${shell for HLANG in ${LANGUAGES}; do echo $(OUTPUT)po/$$HLANG.gmo; done;} 140 UTIL_OBJS := $(addprefix $(OUTPUT),$(UTIL_OBJS)) 149 LIB_OBJS := $(addprefix $(OUTPUT),$(LIB_OBJS)) [all …]
|