/Linux-v5.10/drivers/gpu/drm/tegra/ |
D | output.c | 19 struct tegra_output *output = connector_to_output(connector); in tegra_output_connector_get_modes() local 27 if (output->panel) { in tegra_output_connector_get_modes() 28 err = drm_panel_get_modes(output->panel, connector); in tegra_output_connector_get_modes() 33 if (output->edid) in tegra_output_connector_get_modes() 34 edid = kmemdup(output->edid, sizeof(*edid), GFP_KERNEL); in tegra_output_connector_get_modes() 35 else if (output->ddc) in tegra_output_connector_get_modes() 36 edid = drm_get_edid(connector, output->ddc); in tegra_output_connector_get_modes() 38 cec_notifier_set_phys_addr_from_edid(output->cec, edid); in tegra_output_connector_get_modes() 52 struct tegra_output *output = connector_to_output(connector); in tegra_output_connector_detect() local 55 if (output->hpd_gpio) { in tegra_output_connector_detect() [all …]
|
D | rgb.c | 17 struct tegra_output output; member 24 static inline struct tegra_rgb *to_rgb(struct tegra_output *output) in to_rgb() argument 26 return container_of(output, struct tegra_rgb, output); in to_rgb() 90 struct tegra_output *output = encoder_to_output(encoder); in tegra_rgb_encoder_disable() local 91 struct tegra_rgb *rgb = to_rgb(output); in tegra_rgb_encoder_disable() 99 struct tegra_output *output = encoder_to_output(encoder); in tegra_rgb_encoder_enable() local 100 struct tegra_rgb *rgb = to_rgb(output); in tegra_rgb_encoder_enable() 131 struct tegra_output *output = encoder_to_output(encoder); in tegra_rgb_encoder_atomic_check() local 134 struct tegra_rgb *rgb = to_rgb(output); in tegra_rgb_encoder_atomic_check() 143 * be used to independently drive a second output (pll_d2_out0). in tegra_rgb_encoder_atomic_check() [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/display/modules/hdcp/ |
D | hdcp2_transition.c | 31 struct mod_hdcp_output *output) in mod_hdcp_hdcp2_transition() argument 42 callback_in_ms(0, output); in mod_hdcp_hdcp2_transition() 43 set_state_id(hdcp, output, HDCP_INITIALIZED); in mod_hdcp_hdcp2_transition() 45 callback_in_ms(0, output); in mod_hdcp_hdcp2_transition() 46 set_state_id(hdcp, output, H2_A1_SEND_AKE_INIT); in mod_hdcp_hdcp2_transition() 54 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp2_transition() 57 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp2_transition() 60 set_watchdog_in_ms(hdcp, 100, output); in mod_hdcp_hdcp2_transition() 61 callback_in_ms(0, output); in mod_hdcp_hdcp2_transition() 62 set_state_id(hdcp, output, H2_A1_VALIDATE_AKE_CERT); in mod_hdcp_hdcp2_transition() [all …]
|
D | hdcp1_transition.c | 31 struct mod_hdcp_output *output) in mod_hdcp_hdcp1_transition() argument 41 callback_in_ms(500, output); in mod_hdcp_hdcp1_transition() 45 callback_in_ms(0, output); in mod_hdcp_hdcp1_transition() 46 set_state_id(hdcp, output, H1_A1_EXCHANGE_KSVS); in mod_hdcp_hdcp1_transition() 52 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition() 60 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition() 63 callback_in_ms(300, output); in mod_hdcp_hdcp1_transition() 64 set_state_id(hdcp, output, in mod_hdcp_hdcp1_transition() 70 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition() 79 fail_and_restart_in_ms(1000, &status, output); in mod_hdcp_hdcp1_transition() [all …]
|
D | hdcp.c | 128 struct mod_hdcp_output *output) in transition() argument 138 callback_in_ms(0, output); in transition() 139 set_state_id(hdcp, output, D2_A0_DETERMINE_RX_HDCP_CAPABLE); in transition() 141 callback_in_ms(0, output); in transition() 142 set_state_id(hdcp, output, D1_A0_DETERMINE_RX_HDCP_CAPABLE); in transition() 144 callback_in_ms(0, output); in transition() 145 set_state_id(hdcp, output, HDCP_CP_NOT_DESIRED); in transition() 149 callback_in_ms(0, output); in transition() 150 set_state_id(hdcp, output, H2_A0_KNOWN_HDCP2_CAPABLE_RX); in transition() 152 callback_in_ms(0, output); in transition() [all …]
|
/Linux-v5.10/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.10/tools/build/feature/ |
D | Makefile | 76 FILES := $(addprefix $(OUTPUT),$(FILES)) 85 BUILD = $(__BUILD) > $(@:.bin=.make.output) 2>&1 88 BUILDXX = $(__BUILDXX) > $(@:.bin=.make.output) 2>&1 92 $(OUTPUT)test-all.bin: 95 $(OUTPUT)test-hello.bin: 98 $(OUTPUT)test-pthread-attr-setaffinity-np.bin: 101 $(OUTPUT)test-pthread-barrier.bin: 104 $(OUTPUT)test-stackprotector-all.bin: 107 $(OUTPUT)test-fortify-source.bin: 110 $(OUTPUT)test-bionic.bin: [all …]
|
/Linux-v5.10/tools/bpf/ |
D | Makefile | 60 $(OUTPUT)%.yacc.c: $(srctree)/tools/bpf/%.y 63 $(OUTPUT)%.lex.c: $(srctree)/tools/bpf/%.l 66 $(OUTPUT)%.o: $(srctree)/tools/bpf/%.c 69 $(OUTPUT)%.yacc.o: $(OUTPUT)%.yacc.c 71 $(OUTPUT)%.lex.o: $(OUTPUT)%.lex.c 74 PROGS = $(OUTPUT)bpf_jit_disasm $(OUTPUT)bpf_dbg $(OUTPUT)bpf_asm 78 $(OUTPUT)bpf_jit_disasm: CFLAGS += -DPACKAGE='bpf_jit_disasm' 79 $(OUTPUT)bpf_jit_disasm: $(OUTPUT)bpf_jit_disasm.o 82 $(OUTPUT)bpf_dbg: $(OUTPUT)bpf_dbg.o 85 $(OUTPUT)bpf_asm: $(OUTPUT)bpf_asm.o $(OUTPUT)bpf_exp.yacc.o $(OUTPUT)bpf_exp.lex.o [all …]
|
/Linux-v5.10/tools/bpf/runqslower/ |
D | Makefile | 2 OUTPUT := .output macro 6 DEFAULT_BPFTOOL := $(OUTPUT)/sbin/bpftool 9 BPFOBJ := $(OUTPUT)/libbpf.a 10 BPF_INCLUDE := $(OUTPUT) 11 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../lib) \ 21 abs_out := $(abspath $(OUTPUT)) 37 runqslower: $(OUTPUT)/runqslower 41 $(Q)rm -rf $(OUTPUT) runqslower 43 $(OUTPUT)/runqslower: $(OUTPUT)/runqslower.o $(BPFOBJ) 47 $(OUTPUT)/runqslower.o: runqslower.h $(OUTPUT)/runqslower.skel.h \ [all …]
|
/Linux-v5.10/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 …]
|
/Linux-v5.10/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.10/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. 146 ifneq ($(OUTPUT),) 147 #$(info Determined 'OUTPUT' to be $(OUTPUT)) 148 # Adding $(OUTPUT) as a directory to look for source files, 149 # because use generated output files as sources dependency 151 VPATH += $(OUTPUT) 221 export srctree OUTPUT RM CC CXX LD AR CFLAGS CXXFLAGS V BISON FLEX AWK 245 # Without this setting the output feature dump file misses some features, for 266 FEATURE_DUMP_EXPORT := $(realpath $(OUTPUT)FEATURE-DUMP) [all …]
|
/Linux-v5.10/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.10/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.10/Documentation/hwmon/ |
D | max16601.rst | 22 This driver supports the MAX16601 VR13.HC Dual-Output Voltage Regulator 54 in2_input VCORE output voltage. 55 in2_alarm Output voltage alarm. 58 curr1_input VCORE input current, derived from duty cycle and output 94 curr12_input VCORE output current. 95 curr12_crit Critical output current. 96 curr12_crit_alarm Output current critical alarm. 97 curr12_max Maximum output current. 98 curr12_max_alarm Output current high alarm. 101 curr13_input VCORE phase 0 output current. [all …]
|
/Linux-v5.10/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.10/tools/bpf/bpftool/ |
D | Makefile | 19 ifneq ($(OUTPUT),) 20 LIBBPF_OUTPUT = $(OUTPUT)/libbpf/ 32 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) $(LIBBPF_OUTPUT)libbpf.a 36 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) clean >/dev/null 45 -I$(if $(OUTPUT),$(OUTPUT),.) \ 100 include $(wildcard $(OUTPUT)*.d) 102 all: $(OUTPUT)bpftool 121 BPFTOOL_BOOTSTRAP := $(if $(OUTPUT),$(OUTPUT)bpftool-bootstrap,./bpftool-bootstrap) 123 BOOTSTRAP_OBJS = $(addprefix $(OUTPUT),main.o common.o json_writer.o gen.o btf.o) 124 OBJS = $(patsubst %.c,$(OUTPUT)%.o,$(SRCS)) $(OUTPUT)disasm.o [all …]
|
/Linux-v5.10/lib/crypto/ |
D | curve25519-hacl64.c | 53 static __always_inline void fproduct_copy_from_wide_(u64 *output, u128 *input) in fproduct_copy_from_wide_() argument 57 output[0] = ((u64)(xi)); in fproduct_copy_from_wide_() 61 output[1] = ((u64)(xi)); in fproduct_copy_from_wide_() 65 output[2] = ((u64)(xi)); in fproduct_copy_from_wide_() 69 output[3] = ((u64)(xi)); in fproduct_copy_from_wide_() 73 output[4] = ((u64)(xi)); in fproduct_copy_from_wide_() 78 fproduct_sum_scalar_multiplication_(u128 *output, u64 *input, u64 s) in fproduct_sum_scalar_multiplication_() argument 80 output[0] += (u128)input[0] * s; in fproduct_sum_scalar_multiplication_() 81 output[1] += (u128)input[1] * s; in fproduct_sum_scalar_multiplication_() 82 output[2] += (u128)input[2] * s; in fproduct_sum_scalar_multiplication_() [all …]
|
/Linux-v5.10/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.10/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 IIO_UTILS_IN := $(OUTPUT)iio_utils-in.o 39 LSIIO_IN := $(OUTPUT)lsiio-in.o 40 $(LSIIO_IN): prepare FORCE $(OUTPUT)iio_utils-in.o 42 $(OUTPUT)lsiio: $(LSIIO_IN) [all …]
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | dev-encoder.rst | 41 7. Given an ``OUTPUT`` buffer A, then A' represents a buffer on the ``CAPTURE`` 71 Encoding -> Stopped [ label = "VIDIOC_STREAMOFF(OUTPUT)" ]; 74 Drain -> Stopped [ label = "All CAPTURE\nbuffers dequeued\nor\nVIDIOC_STREAMOFF(OUTPUT)" ]; 78 Reset -> Initialization [ label = "VIDIOC_REQBUFS(OUTPUT, 0)" ]; 80 Stopped -> Encoding [ label = "V4L2_ENC_CMD_START\nor\nVIDIOC_STREAMON(OUTPUT)" ]; 91 format set on ``OUTPUT``. 94 :c:func:`VIDIOC_ENUM_FMT` on ``OUTPUT``. 101 enumerate the formats on ``OUTPUT``. 173 ``OUTPUT`` format, selection rectangles, etc. (read-only). 177 Changing the ``CAPTURE`` format may change the currently set ``OUTPUT`` [all …]
|
/Linux-v5.10/tools/testing/selftests/powerpc/pmu/ |
D | Makefile | 16 $(OUTPUT)/count_instructions: CFLAGS += -m64 17 $(OUTPUT)/count_instructions: loop.S count_instructions.c $(EXTRA_SOURCES) 19 $(OUTPUT)/count_stcx_fail: CFLAGS += -m64 20 $(OUTPUT)/count_stcx_fail: loop.S $(EXTRA_SOURCES) 23 $(OUTPUT)/per_event_excludes: ../utils.c 28 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests 34 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGET emit_tests 40 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET install 44 $(RM) $(TEST_GEN_PROGS) $(OUTPUT)/loop.o 45 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean [all …]
|
/Linux-v5.10/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.10/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 …]
|
/Linux-v5.10/tools/perf/util/ |
D | stat-display.c | 28 fprintf(config->output, "%s%" PRIu64 "%s%.2f", in print_running() 34 fprintf(config->output, " (%.2f%%)", 100.0 * run / ena); in print_running() 44 fprintf(config->output, "%s%.2f%%", config->csv_sep, pct); in print_noise_pct() 46 fprintf(config->output, " ( +-%6.2f%% )", pct); in print_noise_pct() 65 fprintf(config->output, "%s%s", config->csv_sep, cgrp_name); in print_cgroup() 75 fprintf(config->output, "S%d-D%d-C%*d%s%*d%s", in aggr_printout() 86 fprintf(config->output, "S%d-D%*d%s%*d%s", in aggr_printout() 96 fprintf(config->output, "S%*d%s%*d%s", in aggr_printout() 105 fprintf(config->output, "N%*d%s%*d%s", in aggr_printout() 115 fprintf(config->output, "S%d-D%d-C%*d%s", in aggr_printout() [all …]
|