| /linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
| H A 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 …]
|
| /linux/arch/arm/boot/dts/nuvoton/ |
| H A D | nuvoton-npcm750-pincfg-evb.dtsi | 11 pin9_output_high: pin9-output-high { 14 output-high; 21 pin11_output_high: pin11-output-high { 24 output-high; 31 pin24_output_high: pin24-output-high { 34 output-high; 36 pin25_output_low: pin25-output-low { 39 output-low; 41 pin32_output_high: pin32-output-high { 44 output-high; [all …]
|
| H A D | nuvoton-npcm750-runbmc-olympus-pincfg.dtsi | 9 output-low; 14 output-low; 19 output-low; 24 output-low; 44 output-high; 49 output-low; 64 output-low; 69 output-low; 74 output-low; 79 output-low; [all …]
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap44xx-clocks.dtsi | 11 clock-output-names = "extalt_clkin_ck"; 18 clock-output-names = "pad_clks_src_ck"; 25 clock-output-names = "pad_clks_ck"; 34 clock-output-names = "pad_slimbus_core_clks_ck"; 41 clock-output-names = "secure_32k_clk_src_ck"; 48 clock-output-names = "slimbus_src_clk"; 55 clock-output-names = "slimbus_clk"; 64 clock-output-names = "sys_32k_ck"; 71 clock-output-names = "virt_12000000_ck"; 78 clock-output-names = "virt_13000000_ck"; [all …]
|
| H A D | omap54xx-clocks.dtsi | 11 clock-output-names = "pad_clks_src_ck"; 18 clock-output-names = "pad_clks_ck"; 27 clock-output-names = "secure_32k_clk_src_ck"; 34 clock-output-names = "slimbus_src_clk"; 41 clock-output-names = "slimbus_clk"; 50 clock-output-names = "sys_32k_ck"; 57 clock-output-names = "virt_12000000_ck"; 64 clock-output-names = "virt_13000000_ck"; 71 clock-output-names = "virt_16800000_ck"; 78 clock-output-names = "virt_19200000_ck"; [all …]
|
| H A D | am43xx-clocks.dtsi | 11 clock-output-names = "sys_clkin_ck"; 20 clock-output-names = "crystal_freq_sel_ck"; 29 clock-output-names = "sysboot_freq_sel_ck"; 38 clock-output-names = "adc_tsc_fck"; 47 clock-output-names = "dcan0_fck"; 56 clock-output-names = "dcan1_fck"; 65 clock-output-names = "mcasp0_fck"; 74 clock-output-names = "mcasp1_fck"; 83 clock-output-names = "smartreflex0_fck"; 92 clock-output-names = "smartreflex1_fck"; [all …]
|
| H A D | am33xx-clocks.dtsi | 11 clock-output-names = "sys_clkin_ck"; 20 clock-output-names = "adc_tsc_fck"; 29 clock-output-names = "dcan0_fck"; 38 clock-output-names = "dcan1_fck"; 47 clock-output-names = "mcasp0_fck"; 56 clock-output-names = "mcasp1_fck"; 65 clock-output-names = "smartreflex0_fck"; 74 clock-output-names = "smartreflex1_fck"; 83 clock-output-names = "sha0_fck"; 92 clock-output-names = "aes0_fck"; [all …]
|
| H A D | omap3xxx-clocks.dtsi | 93 clock-output-names = "mcbsp5_mux_fck"; 101 clock-output-names = "mcbsp3_mux_fck"; 109 clock-output-names = "mcbsp4_mux_fck"; 132 clock-output-names = "mcbsp1_mux_fck"; 140 clock-output-names = "mcbsp2_mux_fck"; 272 clock-output-names = "dpll3_m3_ck"; 282 clock-output-names = "dpll4_m6_ck"; 292 clock-output-names = "emu_src_mux_ck"; 300 clock-output-names = "pclk_fck"; 310 clock-output-names = "pclkx2_fck"; [all …]
|
| /linux/tools/perf/tests/shell/ |
| H A D | ftrace.sh | 13 output=$(mktemp /tmp/__perf_test.ftrace.XXXXXX) 16 rm -f "${output}" 32 perf ftrace -F > "${output}" 34 sleep_functions=$(grep 'sys_.*sleep$' "${output}") 42 perf ftrace trace --graph-opts depth=5 sleep 0.1 > "${output}" 44 grep "^#" "${output}" 45 grep -F 'sleep()' "${output}" 48 if grep -q "${FN}" "${output}"; then 62 perf ftrace latency -T "${target_function}" sleep 0.1 > "${output}" 63 grep "^#" "${output}" [all...] |
| H A D | trace_btf_general.sh | 30 output="$(perf trace --sort-events -e renameat* --max-events=1 -- mv ${file1} ${file2} 2>&1)" 31 if ! echo "$output" | grep -q -E "^mv/[0-9]+ renameat(2)?\(.*, \"${file1}\", .*, \"${file2}\", .*\) += +[0-9]+$" 33 printf "String augmentation test failed, output:\n$output\n" 41 output="$(perf trace --sort-events -e write --max-events=1 -- echo "${buffer}" 2>&1)" 42 if ! echo "$output" | grep -q -E "^echo/[0-9]+ write\([0-9]+, ${buffer}.*, [0-9]+\) += +[0-9]+$" 44 printf "Buffer augmentation test failed, output:\n$output\n" 51 output="$(perf trace --sort-events -e clock_nanosleep --force-btf --max-events=1 -- sleep 1 2>&1)" 52 if ! echo "$output" | gre [all...] |
| /linux/tools/perf/scripts/python/ |
| H A D | powerpc-hcalls.py | 19 # output: { 27 output = {} variable 252 stats = output[opcode] 296 for opcode in sorted(output, key = sort_output, 299 time = output[opcode]['time'] 300 cnt = output[opcode]['cnt'] 301 min_t = output[opcode]['min'] 302 max_t = output[opcode]['max'] 311 if (opcode in output): 312 output[opcod [all...] |
| /linux/lib/crypto/ |
| H A D | curve25519-hacl64.c | 51 static __always_inline void fproduct_copy_from_wide_(u64 *output, u128 *input) in fproduct_copy_from_wide_() argument 55 output[0] = ((u64)(xi)); in fproduct_copy_from_wide_() 59 output[1] = ((u64)(xi)); in fproduct_copy_from_wide_() 63 output[2] = ((u64)(xi)); in fproduct_copy_from_wide_() 67 output[3] = ((u64)(xi)); in fproduct_copy_from_wide_() 71 output[4] = ((u64)(xi)); in fproduct_copy_from_wide_() 76 fproduct_sum_scalar_multiplication_(u128 *output, u64 *input, u64 s) in fproduct_sum_scalar_multiplication_() argument 78 output[0] += (u128)input[0] * s; in fproduct_sum_scalar_multiplication_() 79 output[1] += (u128)input[1] * s; in fproduct_sum_scalar_multiplication_() 80 output[2] += (u128)input[2] * s; in fproduct_sum_scalar_multiplication_() [all …]
|
| /linux/drivers/platform/x86/amd/pmf/ |
| H A D | auto-mode.c | 304 struct apmf_auto_mode output; in amd_pmf_load_defaults_auto_mode() local 308 apmf_get_auto_mode_def(dev, &output); in amd_pmf_load_defaults_auto_mode() 311 output.balanced_to_quiet; in amd_pmf_load_defaults_auto_mode() 313 output.balanced_to_perf; in amd_pmf_load_defaults_auto_mode() 315 output.quiet_to_balanced; in amd_pmf_load_defaults_auto_mode() 317 output.perf_to_balanced; in amd_pmf_load_defaults_auto_mode() 320 config_store.mode_set[AUTO_QUIET].power_floor = output.pfloor_quiet; in amd_pmf_load_defaults_auto_mode() 321 config_store.mode_set[AUTO_BALANCE].power_floor = output.pfloor_balanced; in amd_pmf_load_defaults_auto_mode() 322 config_store.mode_set[AUTO_PERFORMANCE].power_floor = output.pfloor_perf; in amd_pmf_load_defaults_auto_mode() 323 config_store.mode_set[AUTO_PERFORMANCE_ON_LAP].power_floor = output.pfloor_perf; in amd_pmf_load_defaults_auto_mode() [all …]
|
| /linux/drivers/staging/sm750fb/ |
| H A D | ddk750_display.c | 113 void ddk750_set_logical_disp_out(enum disp_output output) in ddk750_set_logical_disp_out() argument 117 if (output & PNL_2_USAGE) { in ddk750_set_logical_disp_out() 121 reg |= (((output & PNL_2_MASK) >> PNL_2_OFFSET) << in ddk750_set_logical_disp_out() 126 if (output & CRT_2_USAGE) { in ddk750_set_logical_disp_out() 130 reg |= (((output & CRT_2_MASK) >> CRT_2_OFFSET) << in ddk750_set_logical_disp_out() 137 if (output & PRI_TP_USAGE) { in ddk750_set_logical_disp_out() 139 set_display_control(0, (output & PRI_TP_MASK) >> PRI_TP_OFFSET); in ddk750_set_logical_disp_out() 142 if (output & SEC_TP_USAGE) { in ddk750_set_logical_disp_out() 144 set_display_control(1, (output & SEC_TP_MASK) >> SEC_TP_OFFSET); in ddk750_set_logical_disp_out() 147 if (output & PNL_SEQ_USAGE) { in ddk750_set_logical_disp_out() [all …]
|
| /linux/tools/perf/util/ |
| H A D | stat-display.c | 105 fprintf(config->output, " (%.2f%%)", 100.0 * run / ena); in print_running_std() 114 fprintf(config->output, "%s%" PRIu64 "%s%.2f", in print_running_csv() 130 /* Place to output to */ 183 fprintf(config->output, " ( +-%6.2f%% )", pct); in print_noise_pct_std() 189 fprintf(config->output, "%s%.2f%%", config->csv_sep, pct); in print_noise_pct_csv() 229 fprintf(config->output, " %-*s", CGROUP_LEN, cgrp_name); in print_cgroup_std() 234 fprintf(config->output, "%s%s", config->csv_sep, cgrp_name); in print_cgroup_csv() 260 FILE *output = config->output; in print_aggr_id_std() local 288 fprintf(output, " in print_aggr_id_std() 313 FILE *output = config->output; print_aggr_id_csv() local 692 FILE *output = config->output; print_counter_value_std() local 716 FILE *output = config->output; print_counter_value_csv() local 955 FILE *output = config->output; print_counter_aggrdata() local 1043 FILE *output = config->output; print_metric_end() local 1272 FILE *output = config->output; print_header_interval_std() local 1318 FILE *output = config->output; print_header_std() local 1393 print_table(struct perf_stat_config * config,FILE * output,double avg) print_table() argument 1427 FILE *output = config->output; print_footer() local 1470 FILE *output = config->output; print_percore() local [all...] |
| H A D | zstd.c | 40 ZSTD_outBuffer output; in zstd_compress_stream_to_records() 67 output = (ZSTD_outBuffer){ dst, (dst_size > max_record_size) ? in zstd_compress_stream_to_records() 69 ret = ZSTD_compressStream(data->cstream, &output, &input); in zstd_compress_stream_to_records() 70 ZSTD_flushStream(data->cstream, &output); in zstd_compress_stream_to_records() 76 compressed += output.pos; in zstd_compress_stream_to_records() 77 dst += output.pos; in zstd_compress_stream_to_records() 78 dst_size -= output.pos; in zstd_compress_stream_to_records() 81 * remaining output buffer. Calling process_header in zstd_decompress_stream() 82 * with output.pos=0 would re-trigger header initialization, in zstd_decompress_stream() 86 if (output in zstd_decompress_stream() local 37 ZSTD_outBuffer output; zstd_compress_stream_to_records() local [all...] |
| /linux/arch/arm/boot/dts/ti/keystone/ |
| H A 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 …]
|
| H A D | keystone-k2hk-clocks.dtsi | 13 clock-output-names = "arm-pll-clk"; 30 clock-output-names = "papllclk"; 39 clock-output-names = "ddr-3a-pll-clk"; 48 clock-output-names = "ddr-3b-pll-clk"; 57 clock-output-names = "tsip"; 67 clock-output-names = "srio"; 77 clock-output-names = "hyperlink-0"; 87 clock-output-names = "gem1"; 97 clock-output-names = "gem2"; 107 clock-output-names = "gem3"; [all …]
|
| H A D | keystone-k2l-clocks.dtsi | 13 clock-output-names = "arm-pll-clk"; 30 clock-output-names = "papllclk"; 39 clock-output-names = "ddr-3a-pll-clk"; 48 clock-output-names = "dfe"; 58 clock-output-names = "pcie"; 68 clock-output-names = "gem1"; 78 clock-output-names = "gem2"; 88 clock-output-names = "gem3"; 98 clock-output-names = "tac"; 108 clock-output-names = "rac"; [all …]
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A 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/fs/squashfs/ |
| H A D | lzo_wrapper.c | 25 void *output; member 38 stream->output = vmalloc(block_size); in lzo_init() 39 if (stream->output == NULL) in lzo_init() 59 vfree(stream->output); in lzo_free() 67 struct squashfs_page_actor *output) in lzo_uncompress() argument 74 size_t out_len = output->length; in lzo_uncompress() 87 stream->output, &out_len); in lzo_uncompress() 92 data = squashfs_first_page(output); in lzo_uncompress() 93 buff = stream->output; in lzo_uncompress() 104 data = squashfs_next_page(output); in lzo_uncompress() [all …]
|
| H A D | lz4_wrapper.c | 28 void *output; member 63 stream->output = vmalloc(block_size); in lz4_init() 64 if (stream->output == NULL) in lz4_init() 85 vfree(stream->output); in lz4_free() 93 struct squashfs_page_actor *output) in lz4_uncompress() argument 111 res = LZ4_decompress_safe(stream->input, stream->output, in lz4_uncompress() 112 length, output->length); in lz4_uncompress() 118 data = squashfs_first_page(output); in lz4_uncompress() 119 buff = stream->output; in lz4_uncompress() 130 data = squashfs_next_page(output); in lz4_uncompress() [all …]
|
| /linux/drivers/platform/x86/ |
| H A D | msi-wmi-platform.c | 127 static int msi_wmi_platform_parse_buffer(union acpi_object *obj, u8 *output, size_t length) in msi_wmi_platform_parse_buffer() argument 138 memcpy(output, obj->buffer.pointer, obj->buffer.length); in msi_wmi_platform_parse_buffer() 145 size_t input_length, u8 *output, size_t output_length) in msi_wmi_platform_query() argument 173 ret = msi_wmi_platform_parse_buffer(obj, output, output_length); in msi_wmi_platform_query() 190 u8 output[32]; in msi_wmi_platform_read() local 194 ret = msi_wmi_platform_query(data, MSI_PLATFORM_GET_FAN, input, sizeof(input), output, in msi_wmi_platform_read() 195 sizeof(output)); in msi_wmi_platform_read() 199 value = get_unaligned_be16(&output[channel * 2 + 1]); in msi_wmi_platform_read() 353 u8 output[32]; in msi_wmi_platform_ec_init() local 357 ret = msi_wmi_platform_query(data, MSI_PLATFORM_GET_EC, input, sizeof(input), output, in msi_wmi_platform_ec_init() [all …]
|
| /linux/Documentation/sphinx/ |
| H A D | maintainers_include.py | 276 output = ".. _maintainers:\n\n" 277 output += maint_parser.header 279 output += ".. _maintainers_table:\n\n" 280 output += ".. flat-table::\n" 281 output += " :header-rows: 1\n\n" 282 output += " * - Subsystem\n" 283 output += " - Properties\n\n" 293 output += f" * - {name}\n" 298 output += f" {tag} :{field_name}:\n " 299 output += ",\n ".join(lines) + "\n" [all …]
|
| /linux/tools/power/cpupower/bench/ |
| H A D | main.c | 82 if (config->output != NULL) in main() 83 fclose(config->output); in main() 85 config->output = prepare_output(optarg); in main() 87 if (config->output == NULL) in main() 114 if (config->output != NULL) in main() 115 fclose(config->output); in main() 149 if (config->output != NULL) in main() 150 fclose(config->output); in main() 182 if (config->output != stdout) in main() 183 fclose(config->output); in main()
|