Home
last modified time | relevance | path

Searched refs:output (Results 1 – 200 of 1375) sorted by relevance

1234567

/linux-4.1.27/drivers/gpu/drm/tegra/
Doutput.c18 struct tegra_output *output = connector_to_output(connector); in tegra_output_connector_get_modes() local
26 if (output->panel) { in tegra_output_connector_get_modes()
27 err = output->panel->funcs->get_modes(output->panel); in tegra_output_connector_get_modes()
32 if (output->edid) in tegra_output_connector_get_modes()
33 edid = kmemdup(output->edid, sizeof(*edid), GFP_KERNEL); in tegra_output_connector_get_modes()
34 else if (output->ddc) in tegra_output_connector_get_modes()
35 edid = drm_get_edid(connector, output->ddc); in tegra_output_connector_get_modes()
50 struct tegra_output *output = connector_to_output(connector); in tegra_output_connector_best_encoder() local
52 return &output->encoder; in tegra_output_connector_best_encoder()
58 struct tegra_output *output = connector_to_output(connector); in tegra_output_connector_detect() local
[all …]
Drgb.c19 struct tegra_output output; member
27 static inline struct tegra_rgb *to_rgb(struct tegra_output *output) in to_rgb() argument
29 return container_of(output, struct tegra_rgb, output); in to_rgb()
144 struct tegra_output *output = encoder_to_output(encoder); in tegra_rgb_encoder_mode_set() local
145 struct tegra_rgb *rgb = to_rgb(output); in tegra_rgb_encoder_mode_set()
148 if (output->panel) in tegra_rgb_encoder_mode_set()
149 drm_panel_prepare(output->panel); in tegra_rgb_encoder_mode_set()
173 if (output->panel) in tegra_rgb_encoder_mode_set()
174 drm_panel_enable(output->panel); in tegra_rgb_encoder_mode_set()
179 struct tegra_output *output = encoder_to_output(encoder); in tegra_rgb_encoder_disable() local
[all …]
Ddsi.c55 struct tegra_output output; member
97 static inline struct tegra_dsi *to_dsi(struct tegra_output *output) in to_dsi() argument
99 return container_of(output, struct tegra_dsi, output); in to_dsi()
104 return to_dsi_state(dsi->output.connector.state); in tegra_dsi_get_state()
801 struct tegra_output *output = encoder_to_output(encoder); in tegra_dsi_encoder_mode_set() local
803 struct tegra_dsi *dsi = to_dsi(output); in tegra_dsi_encoder_mode_set()
817 if (output->panel) in tegra_dsi_encoder_mode_set()
818 drm_panel_prepare(output->panel); in tegra_dsi_encoder_mode_set()
832 if (output->panel) in tegra_dsi_encoder_mode_set()
833 drm_panel_enable(output->panel); in tegra_dsi_encoder_mode_set()
[all …]
Dsor.c28 struct tegra_output output; member
68 static inline struct tegra_sor *to_sor(struct tegra_output *output) in to_sor() argument
70 return container_of(output, struct tegra_sor, output); in to_sor()
394 u64 input, output, watermark, num; in tegra_sor_calc_config() local
402 output = link_rate * 8 * link->num_lanes; in tegra_sor_calc_config()
405 if (input >= output) in tegra_sor_calc_config()
409 params.ratio = div64_u64(input * f, output); in tegra_sor_calc_config()
876 struct tegra_output *output = connector_to_output(connector); in tegra_sor_connector_detect() local
877 struct tegra_sor *sor = to_sor(output); in tegra_sor_connector_detect()
897 struct tegra_output *output = connector_to_output(connector); in tegra_sor_connector_get_modes() local
[all …]
Dhdmi.c46 struct tegra_output output; member
78 static inline struct tegra_hdmi *to_hdmi(struct tegra_output *output) in to_hdmi() argument
80 return container_of(output, struct tegra_hdmi, output); in to_hdmi()
763 static bool tegra_output_is_hdmi(struct tegra_output *output) in tegra_output_is_hdmi() argument
767 if (!output->connector.edid_blob_ptr) in tegra_output_is_hdmi()
770 edid = (struct edid *)output->connector.edid_blob_ptr->data; in tegra_output_is_hdmi()
794 struct tegra_output *output = connector_to_output(connector); in tegra_hdmi_connector_mode_valid() local
795 struct tegra_hdmi *hdmi = to_hdmi(output); in tegra_hdmi_connector_mode_valid()
838 struct tegra_output *output = encoder_to_output(encoder); in tegra_hdmi_encoder_mode_set() local
840 struct device_node *node = output->dev->of_node; in tegra_hdmi_encoder_mode_set()
[all …]
Ddrm.h225 int tegra_output_probe(struct tegra_output *output);
226 void tegra_output_remove(struct tegra_output *output);
227 int tegra_output_init(struct drm_device *drm, struct tegra_output *output);
228 void tegra_output_exit(struct tegra_output *output);
245 int tegra_dpaux_attach(struct tegra_dpaux *dpaux, struct tegra_output *output);
Ddpaux.c36 struct tegra_output *output; member
243 if (dpaux->output) in tegra_dpaux_hotplug()
244 drm_helper_hpd_irq_event(dpaux->output->connector.dev); in tegra_dpaux_hotplug()
411 int tegra_dpaux_attach(struct tegra_dpaux *dpaux, struct tegra_output *output) in tegra_dpaux_attach() argument
416 output->connector.polled = DRM_CONNECTOR_POLL_HPD; in tegra_dpaux_attach()
417 dpaux->output = output; in tegra_dpaux_attach()
454 dpaux->output = NULL; in tegra_dpaux_detach()
/linux-4.1.27/tools/perf/
Dbuiltin-stat.c136 static FILE *output = NULL; variable
493 fprintf(output, "%s: %" PRIu64 " %" PRIu64 " %" PRIu64 "\n", in read_counter_aggr()
563 …fprintf(output, "# time socket cpus counts %*s events\n", unit_width, "unit"… in print_interval()
566 …fprintf(output, "# time core cpus counts %*s events\n", unit_width, … in print_interval()
569 fprintf(output, "# time CPU counts %*s events\n", unit_width, "unit"); in print_interval()
573 fprintf(output, "# time counts %*s events\n", unit_width, "unit"); in print_interval()
595 fflush(output); in print_interval()
778 fprintf(output, "%s%" PRIu64 "%s%.2f", in print_running()
784 fprintf(output, " (%.2f%%)", 100.0 * run / ena); in print_running()
793 fprintf(output, "%s%.2f%%", csv_sep, pct); in print_noise_pct()
[all …]
Dbuiltin-script.c76 } output[PERF_TYPE_MAX] = { variable
127 if (output[j].user_set) in output_set_by_user()
147 #define PRINT_FIELD(x) (output[attr->type].fields & PERF_OUTPUT_##x)
160 if (output[type].user_set) { in perf_evsel__check_stype()
169 output[type].fields &= ~field; in perf_evsel__check_stype()
248 output[type].print_ip_opts = 0; in set_print_ip_opts()
250 output[type].print_ip_opts |= PRINT_IP_OPT_IP; in set_print_ip_opts()
253 output[type].print_ip_opts |= PRINT_IP_OPT_SYM; in set_print_ip_opts()
256 output[type].print_ip_opts |= PRINT_IP_OPT_DSO; in set_print_ip_opts()
259 output[type].print_ip_opts |= PRINT_IP_OPT_SYMOFFSET; in set_print_ip_opts()
[all …]
Dbuiltin-trace.c1231 FILE *output; member
1404 color_fprintf(trace->output, PERF_COLOR_RED, in trace__process_event()
1633 fprintf(trace->output, "Invalid syscall %d id, skipping (%s, %" PRIu64 ") ...\n", in trace__syscall_info()
1650 fprintf(trace->output, "Problems reading syscall %d", id); in trace__syscall_info()
1652 fprintf(trace->output, "(%s)", trace->syscalls.table[id].name); in trace__syscall_info()
1653 fputs(" information\n", trace->output); in trace__syscall_info()
1700 printed = trace__fprintf_entry_head(trace, trace->current, duration, sample->time, trace->output); in trace__printf_interrupted_entry()
1701 printed += fprintf(trace->output, "%-70s) ...\n", ttrace->entry_str); in trace__printf_interrupted_entry()
1726 ttrace = thread__trace(thread, trace->output); in trace__sys_enter()
1750 trace__fprintf_entry_head(trace, thread, 1, sample->time, trace->output); in trace__sys_enter()
[all …]
Dbuiltin-inject.c30 struct perf_data_file output; member
47 size = perf_data_file__write(&inject->output, event, in perf_event__repipe_synth()
83 if (!inject->output.is_pipe) in perf_event__repipe_attr()
352 struct perf_data_file *file_out = &inject->output; in __cmd_inject()
422 .output = { in cmd_inject()
437 OPT_STRING('o', "output", &inject.output.path, "file", in cmd_inject()
462 if (perf_data_file__open(&inject.output)) { in cmd_inject()
/linux-4.1.27/arch/x86/boot/compressed/
Dmisc.c234 static void handle_relocations(void *output, unsigned long output_len) in handle_relocations() argument
238 unsigned long min_addr = (unsigned long)output; in handle_relocations()
280 for (reloc = output + output_len - sizeof(*reloc); *reloc; reloc--) { in handle_relocations()
314 static inline void handle_relocations(void *output, unsigned long output_len) in handle_relocations() argument
318 static void parse_elf(void *output) in parse_elf() argument
330 memcpy(&ehdr, output, sizeof(ehdr)); in parse_elf()
345 memcpy(phdrs, output + ehdr.e_phoff, sizeof(*phdrs) * ehdr.e_phnum); in parse_elf()
353 dest = output; in parse_elf()
359 output + phdr->p_offset, in parse_elf()
372 unsigned char *output, in decompress_kernel() argument
[all …]
Dmisc.h62 unsigned char *output,
71 unsigned char *output, in choose_kernel_location() argument
74 return output; in choose_kernel_location()
/linux-4.1.27/arch/arm/boot/dts/
Dkeystone-clocks.dtsi23 clock-output-names = "mainmuxclk";
32 clock-output-names = "chipclk1";
41 clock-output-names = "chipclk1rstiso";
51 clock-output-names = "gemtraceclk";
61 clock-output-names = "chipstmxptclk";
70 clock-output-names = "chipclk12";
79 clock-output-names = "chipclk13";
88 clock-output-names = "paclk13";
97 clock-output-names = "chipclk14";
106 clock-output-names = "chipclk16";
[all …]
Dk2hk-clocks.dtsi16 clock-output-names = "arm-pll-clk";
33 clock-output-names = "papllclk";
42 clock-output-names = "ddr-3a-pll-clk";
51 clock-output-names = "ddr-3b-pll-clk";
60 clock-output-names = "tsip";
70 clock-output-names = "srio";
80 clock-output-names = "hyperlink-0";
90 clock-output-names = "gem1";
100 clock-output-names = "gem2";
110 clock-output-names = "gem3";
[all …]
Dk2l-clocks.dtsi16 clock-output-names = "arm-pll-clk";
33 clock-output-names = "papllclk";
42 clock-output-names = "ddr-3a-pll-clk";
51 clock-output-names = "dfe";
61 clock-output-names = "pcie";
71 clock-output-names = "gem1";
81 clock-output-names = "gem2";
91 clock-output-names = "gem3";
101 clock-output-names = "tac";
111 clock-output-names = "rac";
[all …]
Dste-nomadik-pinctrl.dtsi27 ste,output = <OUTPUT_HIGH>;
31 ste,output = <OUTPUT_LOW>;
46 ste,output = <OUTPUT_LOW>;
51 ste,output = <OUTPUT_HIGH>;
108 ste,sleep-output = <SLPM_OUTPUT_LOW>;
114 ste,sleep-output = <SLPM_OUTPUT_HIGH>;
120 ste,sleep-output = <SLPM_OUTPUT_HIGH>;
127 ste,sleep-output = <SLPM_OUTPUT_LOW>;
134 ste,sleep-output = <SLPM_OUTPUT_LOW>;
141 ste,sleep-output = <SLPM_DIR_OUTPUT>;
[all …]
Dstih415-clock.dtsi38 clock-output-names = "clk-s-a0-pll0-hs",
50 clock-output-names = "clk-s-a0-osc-prediv";
62 clock-output-names = "clk-s-fdma-0",
65 /* Fourth output unused */
77 clock-output-names = "clk-s-icn-reg-0",
96 clock-output-names = "clk-s-a1-pll0-hs",
108 clock-output-names = "clk-s-a1-osc-prediv";
120 clock-output-names = "", /* Reserved */
135 clock-output-names = "clk-s-icn-if-2",
159 clock-output-names = "clk-m-a0-pll0-phi0",
[all …]
Dstih416-clock.dtsi39 clock-output-names = "clk-s-a0-pll0-hs",
51 clock-output-names = "clk-s-a0-osc-prediv";
63 clock-output-names = "clk-s-fdma-0",
66 /* Fourth output unused */
78 clock-output-names = "clk-s-icn-reg-0",
97 clock-output-names = "clk-s-a1-pll0-hs",
109 clock-output-names = "clk-s-a1-osc-prediv";
121 clock-output-names = "", /* Reserved */
136 clock-output-names = "clk-s-icn-if-2",
161 clock-output-names = "clk-m-a0-pll0-phi0",
[all …]
Dsun5i-a13.dtsi121 clock-output-names = "osc24M";
128 clock-output-names = "osc32k";
136 clock-output-names = "pll1";
144 clock-output-names = "pll4";
152 clock-output-names = "pll5_ddr", "pll5_other";
160 clock-output-names = "pll6_sata", "pll6_other", "pll6";
169 clock-output-names = "cpu";
177 clock-output-names = "axi";
185 clock-output-names = "axi_dram";
193 clock-output-names = "ahb";
[all …]
Dsun5i-a10s.dtsi80 clock-output-names = "osc24M";
87 clock-output-names = "osc32k";
95 clock-output-names = "pll1";
103 clock-output-names = "pll4";
111 clock-output-names = "pll5_ddr", "pll5_other";
119 clock-output-names = "pll6_sata", "pll6_other", "pll6";
128 clock-output-names = "cpu";
136 clock-output-names = "axi";
144 clock-output-names = "axi_dram";
152 clock-output-names = "ahb";
[all …]
Dr8a7794.dtsi378 clock-output-names = "extal";
388 clock-output-names = "main", "pll0", "pll1", "pll3",
397 clock-output-names = "sd2";
404 clock-output-names = "sd3";
411 clock-output-names = "mmc0";
421 clock-output-names = "pll1_div2";
429 clock-output-names = "zg";
437 clock-output-names = "zx";
445 clock-output-names = "zs";
453 clock-output-names = "hp";
[all …]
Dsh73a0.dtsi548 clock-output-names = "extalr";
554 clock-output-names = "extal1";
559 clock-output-names = "extal2";
564 clock-output-names = "extcki";
570 clock-output-names = "fsiack";
576 clock-output-names = "fsibck";
585 clock-output-names = "main", "pll0", "pll1", "pll2",
600 clock-output-names = "vclk1";
610 clock-output-names = "vclk2";
620 clock-output-names = "vclk3";
[all …]
Dstih407-clock.dtsi49 clock-output-names = "clockgen-a9-pll-odf";
76 clock-output-names = "clk-m-a9-ext2f-div2";
90 clock-output-names = "clk-s-icn-reg-0";
103 clock-output-names = "clk-s-a0-pll-ofd-0";
114 clock-output-names = "clk-ic-lmi0";
125 clock-output-names = "clk-s-c0-fs0-ch0",
141 clock-output-names = "clk-s-c0-pll0-odf-0";
150 clock-output-names = "clk-s-c0-pll1-odf-0";
165 clock-output-names = "clk-icn-gpu",
207 clock-output-names = "clk-s-d0-fs0-ch0",
[all …]
Dstih410-clock.dtsi24 clock-output-names = "CLK_SYSIN";
51 clock-output-names = "clockgen-a9-pll-odf";
78 clock-output-names = "clk-m-a9-ext2f-div2";
92 clock-output-names = "clk-s-icn-reg-0";
105 clock-output-names = "clk-s-a0-pll-ofd-0";
116 clock-output-names = "clk-ic-lmi0",
128 clock-output-names = "clk-s-c0-fs0-ch0",
144 clock-output-names = "clk-s-c0-pll0-odf-0";
153 clock-output-names = "clk-s-c0-pll1-odf-0";
168 clock-output-names = "clk-icn-gpu",
[all …]
Dstih418-clock.dtsi24 clock-output-names = "CLK_SYSIN";
51 clock-output-names = "clockgen-a9-pll-odf";
78 clock-output-names = "clk-m-a9-ext2f-div2";
92 clock-output-names = "clk-s-icn-reg-0";
105 clock-output-names = "clk-s-a0-pll-ofd-0";
116 clock-output-names = "clk-ic-lmi0",
128 clock-output-names = "clk-s-c0-fs0-ch0",
144 clock-output-names = "clk-s-c0-pll0-odf-0";
153 clock-output-names = "clk-s-c0-pll1-odf-0";
168 clock-output-names = "clk-icn-gpu",
[all …]
Dsun4i-a10.dtsi147 clock-output-names = "osc24M";
154 clock-output-names = "osc32k";
162 clock-output-names = "pll1";
170 clock-output-names = "pll4";
178 clock-output-names = "pll5_ddr", "pll5_other";
186 clock-output-names = "pll6_sata", "pll6_other", "pll6";
195 clock-output-names = "cpu";
203 clock-output-names = "axi";
211 clock-output-names = "axi_dram";
219 clock-output-names = "ahb";
[all …]
Dk2e-clocks.dtsi24 clock-output-names = "papllclk";
33 clock-output-names = "ddr-3a-pll-clk";
42 clock-output-names = "usb1";
52 clock-output-names = "hyperlink-0";
62 clock-output-names = "pcie1";
72 clock-output-names = "xge";
Dr8a73a4.dtsi467 clock-output-names = "extalr";
473 clock-output-names = "extal1";
479 clock-output-names = "extal2";
486 clock-output-names = "fsiack";
493 clock-output-names = "fsibck";
502 clock-output-names = "main", "pll0", "pll1", "pll2",
515 clock-output-names = "zb";
523 clock-output-names = "sdhi0ck";
531 clock-output-names = "sdhi1ck";
539 clock-output-names = "sdhi2ck";
[all …]
Dsun9i-a80.dtsi130 clock-output-names = "osc24M";
137 clock-output-names = "osc32k";
145 clock-output-names = "pll4";
153 clock-output-names = "pll12";
161 clock-output-names = "gt";
169 clock-output-names = "ahb0";
177 clock-output-names = "ahb1";
185 clock-output-names = "ahb2";
193 clock-output-names = "apb0";
201 clock-output-names = "apb1";
[all …]
Dr8a7740.dtsi414 clock-output-names = "extalr";
420 clock-output-names = "extal1";
426 clock-output-names = "extal2";
432 clock-output-names = "dv";
438 clock-output-names = "fmsick";
444 clock-output-names = "fmsock";
450 clock-output-names = "fsiack";
456 clock-output-names = "fsibck";
465 clock-output-names = "system", "pllc0", "pllc1",
482 clock-output-names = "vclk1";
[all …]
Dsun8i-a23.dtsi103 clock-output-names = "osc24M";
110 clock-output-names = "osc32k";
118 clock-output-names = "pll1";
126 clock-output-names = "pll5";
134 clock-output-names = "pll6", "pll6x2";
149 clock-output-names = "cpu";
157 clock-output-names = "axi";
165 clock-output-names = "ahb1";
173 clock-output-names = "apb1";
181 clock-output-names = "ahb1_mipidsi", "ahb1_dma",
[all …]
Dsun7i-a20.dtsi188 clock-output-names = "osc24M";
195 clock-output-names = "osc32k";
203 clock-output-names = "pll1";
211 clock-output-names = "pll4";
219 clock-output-names = "pll5_ddr", "pll5_other";
227 clock-output-names = "pll6_sata", "pll6_other", "pll6";
235 clock-output-names = "pll8";
243 clock-output-names = "cpu";
251 clock-output-names = "axi";
259 clock-output-names = "ahb";
[all …]
Dsun6i-a31.dtsi151 clock-output-names = "osc32k";
159 clock-output-names = "pll1";
167 clock-output-names = "pll6", "pll6x2";
182 clock-output-names = "cpu";
190 clock-output-names = "axi";
198 clock-output-names = "ahb1";
206 clock-output-names = "ahb1_mipidsi", "ahb1_ss",
227 clock-output-names = "apb1";
235 clock-output-names = "apb1_codec", "apb1_digital_mic",
245 clock-output-names = "apb2";
[all …]
Dr8a7790.dtsi828 clock-output-names = "extal";
836 clock-output-names = "pcie_bus";
848 clock-output-names = "audio_clk_a";
854 clock-output-names = "audio_clk_b";
860 clock-output-names = "audio_clk_c";
868 clock-output-names = "usb_extal";
877 clock-output-names = "can_clk";
888 clock-output-names = "main", "pll0", "pll1", "pll3",
899 clock-output-names = "sd2";
906 clock-output-names = "sd3";
[all …]
Dr8a7791.dtsi849 clock-output-names = "extal";
860 clock-output-names = "audio_clk_a";
866 clock-output-names = "audio_clk_b";
872 clock-output-names = "audio_clk_c";
880 clock-output-names = "pcie_bus";
889 clock-output-names = "usb_extal";
898 clock-output-names = "can_clk";
909 clock-output-names = "main", "pll0", "pll1", "pll3",
920 clock-output-names = "sd2";
927 clock-output-names = "sd3";
[all …]
Dat91sam9g20.dtsi45 atmel,pll-clk-output-ranges = <745000000 800000000 0 0>,
58 atmel,pll-clk-output-ranges = <30000000 100000000 0 0>;
62 atmel,clk-output-range = <0 133000000>;
Dvexpress-v2p-ca5s.dts137 clock-output-names = "oscclk0";
146 clock-output-names = "oscclk1";
155 clock-output-names = "oscclk2";
164 clock-output-names = "oscclk3";
173 clock-output-names = "oscclk4";
182 clock-output-names = "oscclk5";
Dr8a7778.dtsi411 clock-output-names = "extal";
420 clock-output-names = "plla", "pllb", "b",
428 clock-output-names = "audio_clk_a";
433 clock-output-names = "audio_clk_b";
438 clock-output-names = "audio_clk_c";
448 clock-output-names = "g";
456 clock-output-names = "i";
464 clock-output-names = "s3";
472 clock-output-names = "s4";
480 clock-output-names = "z";
[all …]
Dk2hk-evm.dts25 clock-output-names = "refclk-sys";
32 clock-output-names = "refclk-pass";
39 clock-output-names = "refclk-arm";
46 clock-output-names = "refclk-ddr3a";
53 clock-output-names = "refclk-ddr3b";
Dr7s72100.dtsi44 clock-output-names = "extal";
52 clock-output-names = "usb_x1";
62 clock-output-names = "b";
70 clock-output-names = "p1";
78 clock-output-names = "p0";
88 clock-output-names = "pll", "i", "g";
98 clock-output-names = "mtu2";
111 clock-output-names = "scif0", "scif1", "scif2", "scif3", "scif4", "scif5", "scif6", "scif7";
122 clock-output-names = "i2c0", "i2c1", "i2c2", "i2c3";
135 clock-output-names = "spi0", "spi1", "spi2", "spi3", "spi4";
Dvexpress-v2p-ca15_a7.dts202 clock-output-names = "oscclk6a";
215 clock-output-names = "oscclk0";
224 clock-output-names = "oscclk1";
233 clock-output-names = "oscclk2";
242 clock-output-names = "oscclk3";
251 clock-output-names = "oscclk4";
260 clock-output-names = "oscclk5";
269 clock-output-names = "oscclk6";
278 clock-output-names = "oscclk7";
287 clock-output-names = "oscclk8";
[all …]
Dvexpress-v2p-ca15-tc1.dts135 clock-output-names = "oscclk0";
144 clock-output-names = "oscclk4";
153 clock-output-names = "oscclk5";
162 clock-output-names = "oscclk6";
171 clock-output-names = "oscclk7";
180 clock-output-names = "oscclk8";
Dbcm2835.dtsi72 * interrupt output appears to be mirrored onto the
163 clock-output-names = "mmc";
171 clock-output-names = "i2c";
179 clock-output-names = "spi";
/linux-4.1.27/drivers/media/pci/ddbridge/
Dddbridge-core.c252 pbuf = dev->output[i].pbuf; in ddb_address_table()
253 for (j = 0; j < dev->output[i].dma_buf_num; j++) { in ddb_address_table()
313 if (io_alloc(dev->pdev, port->output->vbuf, in ddb_buffers_alloc()
314 port->output->pbuf, in ddb_buffers_alloc()
315 port->output->dma_buf_size, in ddb_buffers_alloc()
316 port->output->dma_buf_num) < 0) in ddb_buffers_alloc()
342 io_free(dev->pdev, port->output->vbuf, in ddb_buffers_free()
343 port->output->pbuf, in ddb_buffers_free()
344 port->output->dma_buf_size, in ddb_buffers_free()
345 port->output->dma_buf_num); in ddb_buffers_free()
[all …]
/linux-4.1.27/drivers/video/fbdev/intelfb/
Dintelfb_i2c.c144 dinfo->output[i].type = INTELFB_OUTPUT_ANALOG; in intelfb_create_i2c_busses()
147 intelfb_setup_i2c_bus(dinfo, &dinfo->output[i].ddc_bus, GPIOA, in intelfb_create_i2c_busses()
161 dinfo->output[i].type = INTELFB_OUTPUT_DVO; in intelfb_create_i2c_busses()
162 intelfb_setup_i2c_bus(dinfo, &dinfo->output[i].ddc_bus, in intelfb_create_i2c_busses()
164 intelfb_setup_i2c_bus(dinfo, &dinfo->output[i].i2c_bus, in intelfb_create_i2c_busses()
177 dinfo->output[i].type = INTELFB_OUTPUT_SDVO; in intelfb_create_i2c_busses()
178 intelfb_setup_i2c_bus(dinfo, &dinfo->output[i].i2c_bus, in intelfb_create_i2c_busses()
185 dinfo->output[i].type = INTELFB_OUTPUT_SDVO; in intelfb_create_i2c_busses()
186 dinfo->output[i].i2c_bus = dinfo->output[i - 1].i2c_bus; in intelfb_create_i2c_busses()
200 if (dinfo->output[i].i2c_bus.dinfo) { in intelfb_delete_i2c_busses()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dst,sta32x.txt22 - 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
49 Only required for "st,ffx-power-output-mode" ==
61 power output is enabled.
81 st,output-conf = /bits/ 8 <0x3>; // set output to 2-channel
84 st,ch1-output-mapping = /bits/ 8 <0>; // set channel 1 output ch 1
85 st,ch2-output-mapping = /bits/ 8 <0>; // set channel 2 output ch 1
86 st,ch3-output-mapping = /bits/ 8 <0>; // set channel 3 output ch 1
[all …]
Dst,sta350.txt22 - 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 …]
Dtlv320aic3x.txt24 1 - MICBIAS output is powered to 2.0V,
25 2 - MICBIAS output is powered to 2.5V,
26 3 - MICBIAS output is connected to AVDD,
32 CODEC output pins:
Dtlv320aic31xx.txt25 1 or MICBIAS_2_0V - MICBIAS output is powered to 2.0V
26 2 or MICBIAS_2_5V - MICBIAS output is powered to 2.5V
27 3 or MICBIAS_AVDD - MICBIAS output is connected to AVDD
31 CODEC output pins:
Dwm8903.txt63 0x0600 /* DMIC_LR, output */
65 0x0000 /* GPIO, output, low */
66 0x0200 /* Interrupt, output */
/linux-4.1.27/fs/squashfs/
Dlzo_wrapper.c38 void *output; member
51 stream->output = vmalloc(block_size); in lzo_init()
52 if (stream->output == NULL) in lzo_init()
72 vfree(stream->output); in lzo_free()
80 struct squashfs_page_actor *output) in lzo_uncompress() argument
85 size_t out_len = output->length; in lzo_uncompress()
97 stream->output, &out_len); in lzo_uncompress()
102 data = squashfs_first_page(output); in lzo_uncompress()
103 buff = stream->output; in lzo_uncompress()
112 data = squashfs_next_page(output); in lzo_uncompress()
[all …]
Dlz4_wrapper.c30 void *output; member
65 stream->output = vmalloc(block_size); in lz4_init()
66 if (stream->output == NULL) in lz4_init()
87 vfree(stream->output); in lz4_free()
95 struct squashfs_page_actor *output) in lz4_uncompress() argument
100 size_t dest_len = output->length; in lz4_uncompress()
112 stream->output, &dest_len); in lz4_uncompress()
117 data = squashfs_first_page(output); in lz4_uncompress()
118 buff = stream->output; in lz4_uncompress()
127 data = squashfs_next_page(output); in lz4_uncompress()
[all …]
Dblock.c91 u64 *next_index, struct squashfs_page_actor *output) in squashfs_read_data() argument
99 bh = kcalloc(((output->length + msblk->devblksize - 1) in squashfs_read_data()
115 index, compressed ? "" : "un", length, output->length); in squashfs_read_data()
117 if (length < 0 || length > output->length || in squashfs_read_data()
149 if (length < 0 || length > output->length || in squashfs_read_data()
170 output); in squashfs_read_data()
178 void *data = squashfs_first_page(output); in squashfs_read_data()
185 data = squashfs_next_page(output); in squashfs_read_data()
199 squashfs_finish_page(output); in squashfs_read_data()
Dzlib_wrapper.c67 struct squashfs_page_actor *output) in zlib_uncompress() argument
73 stream->next_out = squashfs_first_page(output); in zlib_uncompress()
86 stream->next_out = squashfs_next_page(output); in zlib_uncompress()
94 squashfs_finish_page(output); in zlib_uncompress()
106 squashfs_finish_page(output); in zlib_uncompress()
Dxz_wrapper.c134 struct squashfs_page_actor *output) in squashfs_xz_uncompress() argument
145 stream->buf.out = squashfs_first_page(output); in squashfs_xz_uncompress()
158 stream->buf.out = squashfs_next_page(output); in squashfs_xz_uncompress()
171 squashfs_finish_page(output); in squashfs_xz_uncompress()
/linux-4.1.27/drivers/staging/sm750fb/
Dddk750_display.c233 void ddk750_setLogicalDispOut(disp_output_t output) in ddk750_setLogicalDispOut() argument
236 if(output & PNL_2_USAGE){ in ddk750_setLogicalDispOut()
239 reg = FIELD_VALUE(reg,PANEL_DISPLAY_CTRL,SELECT,(output & PNL_2_MASK)>>PNL_2_OFFSET); in ddk750_setLogicalDispOut()
243 if(output & CRT_2_USAGE){ in ddk750_setLogicalDispOut()
246 reg = FIELD_VALUE(reg,CRT_DISPLAY_CTRL,SELECT,(output & CRT_2_MASK)>>CRT_2_OFFSET); in ddk750_setLogicalDispOut()
253 if(output & PRI_TP_USAGE){ in ddk750_setLogicalDispOut()
255 setDisplayControl(0,(output&PRI_TP_MASK)>>PRI_TP_OFFSET); in ddk750_setLogicalDispOut()
258 if(output & SEC_TP_USAGE){ in ddk750_setLogicalDispOut()
260 setDisplayControl(1,(output&SEC_TP_MASK)>>SEC_TP_OFFSET); in ddk750_setLogicalDispOut()
263 if(output & PNL_SEQ_USAGE){ in ddk750_setLogicalDispOut()
[all …]
Dsm750.c325 struct lynxfb_output *output; in lynxfb_ops_set_par() local
338 output = &par->output; in lynxfb_ops_set_par()
398 ret = output->proc_setMode(output, var, fix); in lynxfb_ops_set_par()
537 struct lynxfb_output *output; in lynxfb_ops_check_var() local
545 output = &par->output; in lynxfb_ops_check_var()
618 ret = output->proc_checkMode(output, var); in lynxfb_ops_check_var()
684 struct lynxfb_output *output; in lynxfb_ops_blank() local
688 output = &par->output; in lynxfb_ops_blank()
689 return output->proc_setBLANK(output, blank); in lynxfb_ops_blank()
697 struct lynxfb_output *output; in sm750fb_set_drv() local
[all …]
Dsm750_hw.c214 int hw_sm750_output_checkMode(struct lynxfb_output* output, struct fb_var_screeninfo* var) in hw_sm750_output_checkMode() argument
221 int hw_sm750_output_setMode(struct lynxfb_output* output, in hw_sm750_output_setMode() argument
230 channel = *output->channel; in hw_sm750_output_setMode()
236 if(output->paths & sm750_panel) in hw_sm750_output_setMode()
238 if(output->paths & sm750_crt) in hw_sm750_output_setMode()
243 if(output->paths & sm750_panel) in hw_sm750_output_setMode()
245 if(output->paths & sm750_crt) in hw_sm750_output_setMode()
262 void hw_sm750_output_clear(struct lynxfb_output* output) in hw_sm750_output_clear() argument
432 int hw_sm750le_setBLANK(struct lynxfb_output * output, int blank){ in hw_sm750le_setBLANK() argument
479 if(output->paths & sm750_crt){ in hw_sm750le_setBLANK()
[all …]
/linux-4.1.27/arch/um/drivers/
Dnet_user.c50 void read_output(int fd, char *output, int len) in read_output() argument
56 if (output == NULL) { in read_output()
57 output = &c; in read_output()
61 *output = '\0'; in read_output()
74 ret = read(fd, output, expected); in read_output()
180 static int change_tramp(char **argv, char *output, int output_len) in change_tramp() argument
196 read_output(fds[0], output, output_len); in change_tramp()
214 char *output; in change() local
223 output = uml_kmalloc(output_len, UM_GFP_KERNEL); in change()
224 if (output == NULL) in change()
[all …]
Dslip_user.c77 char *output; in slip_tramp() local
97 output = uml_kmalloc(output_len, UM_GFP_KERNEL); in slip_tramp()
98 if (output == NULL) { in slip_tramp()
107 read_output(fds[0], output, output_len); in slip_tramp()
108 printk("%s", output); in slip_tramp()
113 kfree(output); in slip_tramp()
Dtty.c39 static int tty_open(int input, int output, int primary, void *d, in tty_open() argument
45 if (input && output) in tty_open()
49 else if (output) in tty_open()
Dchan_kern.c22 static int not_configged_open(int input, int output, int primary, void *data, in not_configged_open() argument
93 else fd = (*chan->ops->open)(chan->input, chan->output, chan->primary, in open_one_chan()
159 err = line_setup_irq(chan->fd, chan->input, chan->output, line, in enable_chan()
199 if (chan->output && chan->enabled) in free_irqs()
220 if (chan->output && chan->enabled) in close_one_chan()
331 if (chan->primary && chan->output) in free_one_chan()
488 .output = 0, in parse_chan()
531 new->output = 1; in parse_chan_pair()
541 new->output = 1; in parse_chan_pair()
/linux-4.1.27/tools/power/cpupower/bench/
Dmain.c95 if (config->output != NULL) in main()
96 fclose(config->output); in main()
98 config->output = prepare_output(optarg); in main()
100 if (config->output == NULL) in main()
127 if (config->output != NULL) in main()
128 fclose(config->output); in main()
162 if (config->output != NULL) in main()
163 fclose(config->output); in main()
195 if (config->output != stdout) in main()
196 fclose(config->output); in main()
Dparse.c66 FILE *output = NULL; in prepare_output() local
103 output = fopen(filename, "w+"); in prepare_output()
104 if (output == NULL) { in prepare_output()
112 fprintf(output, "#round load sleep performance powersave percentage\n"); in prepare_output()
113 return output; in prepare_output()
140 config->output = stdout; in prepare_default_config()
208 config->output = prepare_output(val); in prepare_config()
Dbenchmark.c30 if (config->output != stdout) { \
129 fprintf(config->output, "%u %li %li ", in start_benchmark()
151 fprintf(config->output, "%li ", in start_benchmark()
181 fprintf(config->output, "%li ", in start_benchmark()
183 fprintf(config->output, "%.3f\n", in start_benchmark()
185 fflush(config->output); in start_benchmark()
/linux-4.1.27/drivers/media/i2c/
Dm52790.c41 u16 output; member
56 u8 sw1 = (state->input | state->output) & 0xff; in m52790_write()
57 u8 sw2 = (state->input | state->output) >> 8; in m52790_write()
71 u32 input, u32 output, u32 config) in m52790_s_routing() argument
76 state->output = output; in m52790_s_routing()
89 reg->val = state->input | state->output; in m52790_g_register()
100 state->output = reg->val & ~0x0303; in m52790_s_register()
111 (state->input | state->output) & 0xff); in m52790_log_status()
113 (state->input | state->output) >> 8); in m52790_log_status()
165 state->output = M52790_OUT_STEREO; in m52790_probe()
Dadv7393.c56 u32 output; member
278 v4l2_info(sd, "Output: %s\n", (state->output == 0) ? "Composite" : in adv7393_log_status()
279 ((state->output == 1) ? "Component" : "S-Video")); in adv7393_log_status()
334 u32 input, u32 output, u32 config) in adv7393_s_routing() argument
339 if (state->output == output) in adv7393_s_routing()
342 err = adv7393_setoutput(sd, output); in adv7393_s_routing()
344 state->output = output; in adv7393_s_routing()
376 err = adv7393_setoutput(sd, state->output); in adv7393_initialize()
414 state->output = ADV7393_COMPOSITE_ID; in adv7393_probe()
Dadv7343.c55 u32 output; member
293 v4l2_info(sd, "Output: %s\n", (state->output == 0) ? "Composite" : in adv7343_log_status()
294 ((state->output == 1) ? "Component" : "S-Video")); in adv7343_log_status()
347 u32 input, u32 output, u32 config) in adv7343_s_routing() argument
352 if (state->output == output) in adv7343_s_routing()
355 err = adv7343_setoutput(sd, output); in adv7343_s_routing()
357 state->output = output; in adv7343_s_routing()
389 err = adv7343_setoutput(sd, state->output); in adv7343_initialize()
465 state->output = ADV7343_COMPOSITE_ID; in adv7343_probe()
Dadv7183.c42 u32 output; member
252 u32 input, u32 output, u32 config) in adv7183_s_routing() argument
257 if ((input > ADV7183_COMPONENT1) || (output > ADV7183_16BIT_OUT)) in adv7183_s_routing()
315 if (output != decoder->output) { in adv7183_s_routing()
316 decoder->output = output; in adv7183_s_routing()
318 switch (output) { in adv7183_s_routing()
595 decoder->output = ADV7183_8BIT_OUT; in adv7183_probe()
/linux-4.1.27/drivers/ide/
Dide-acpi.c230 struct acpi_buffer output; in do_drive_get_GTF() local
244 output.length = ACPI_ALLOCATE_BUFFER; in do_drive_get_GTF()
245 output.pointer = NULL; /* ACPI-CA sets this; save/free it later */ in do_drive_get_GTF()
250 NULL, &output); in do_drive_get_GTF()
258 if (!output.length || !output.pointer) { in do_drive_get_GTF()
261 (unsigned long long)output.length, in do_drive_get_GTF()
262 output.pointer); in do_drive_get_GTF()
266 out_obj = output.pointer; in do_drive_get_GTF()
272 kfree(output.pointer); in do_drive_get_GTF()
283 kfree(output.pointer); in do_drive_get_GTF()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dsilabs,si5351.txt7 The Si5351a/b/c are programmable i2c clock generators with up to 8 output
9 3 output clocks are accessible. The internal structure of the clock
33 output is not set, the eeprom configuration is not overwritten.
36 - reg: number of clock output.
39 - silabs,clock-source: source clock of the output divider stage N, shall be
41 1 = multisynth 0 for output clocks 0-3, else multisynth4
44 - silabs,drive-strength: output drive strength in mA, shall be one of {2,4,6,8}.
48 - silabs,disable-state : clock output disable state, shall be
49 0 = clock output is driven LOW when disabled
50 1 = clock output is driven HIGH when disabled
[all …]
Dclock-bindings.txt9 output on a device. The length of a clock specifier is defined by the
18 with a single clock output and 1 for nodes with multiple
22 clock-output-names: Recommended to be a list of strings of clock output signal
24 However, the meaning of clock-output-names is domain
33 the provider's clock-output-names property.
39 clock-output-names = "ckil", "ckih";
44 clocks by index. The names should reflect the clock output signal
49 identifiers into the clock-output-names array.
57 clock-output-names = "clka", "clkb";
60 This ensures we do not have any empty strings in clock-output-names
[all …]
Dsunxi.txt65 "allwinner,sun7i-a20-out-clk" - for the external output clocks
84 - clock-output-names : shall be the corresponding names of the outputs.
85 If the clock module only has one output, the name shall be the
103 refer to the index of the output.
105 For "allwinner,sun6i-a31-pll6-clk", there are 2 outputs. The first output
106 is the normal PLL6 output, or "pll6". The second output is rate doubled
110 main clock, with the ID 0, and the output and sample clocks, with the
113 The "allwinner,sun9i-a80-mmc-config-clk" clock has one clock/reset output
124 clock-output-names = "osc24M";
132 clock-output-names = "pll1";
[all …]
Dxgene.txt18 - clock-output-names : shall be the name of the PLL referenced by derive
33 - clock-output-names : shall be the name of the device referenced.
56 clock-output-names = "pcppll";
66 clock-output-names = "socpll";
77 clock-output-names = "qmlclk";
90 clock-output-names = "ethclk";
109 clock-output-names = "apbclk";
Drenesas,cpg-mstp-clocks.txt26 - clocks: Reference to the parent clocks, one per output clock. The parents
27 must appear in the same order as the output clocks.
29 - clock-output-names: The name of the clocks as free-form strings
32 The clocks, clock-output-names and clock-indices properties contain one entry
49 clock-output-names =
Dpwm-clock.txt15 - clock-output-names : From common clock binding.
16 - clock-frequency : Exact output frequency, in case the PWM period
24 clock-output-names = "mipi_mclk";
Dqoriq-clock.txt80 - clock-output-names: From common clock binding, indicates the names of
81 output clocks
98 clock-output-names = "sysclk";
106 clock-output-names = "pll0", "pll0-div2";
114 clock-output-names = "pll1", "pll1-div2";
123 clock-output-names = "cmux0";
132 clock-output-names = "cmux1";
140 clock-output-names = "platform-pll", "platform-pll-div2";
Dkeystone-pll.txt37 clock-output-names = "pa-pll-clk";
51 - clock-output-names : From common clock binding.
61 clock-output-names = "mainmuxclk";
73 - clock-output-names : From common clock binding.
83 clock-output-names = "gemtraceclk";
Dkeystone-gate.txt18 - clock-output-names : From common clock binding to override the
19 default output clock name
25 clock-output-names = "usb";
Drockchip.txt22 - clock-output-names : the corresponding gate names that the clock controls
25 clock-output-names
41 clock-output-names =
66 clock-output-names =
Dmoxa,moxart-clock.txt7 MOXA ART SoCs allow to determine PLL output and APB frequencies
20 - clock-output-names : Should contain clock name
32 - clock-output-names : Should contain clock name
Dsilabs,si570.txt21 order to generate the correct output frequencies. For more
27 - clock-output-names: From common clock bindings. Recommended to be "si570".
28 - clock-frequency: Output frequency to generate. This defines the output
Drenesas,r8a7778-cpg-clocks.txt11 - clock-output-names: The names of the clocks. Supported clocks are
23 clock-output-names = "plla", "pllb", "b",
/linux-4.1.27/arch/arm64/boot/dts/amd/
Damd-seattle-clks.dtsi11 clock-output-names = "adl3clk_100mhz";
18 clock-output-names = "ccpclk_375mhz";
25 clock-output-names = "sataclk_333mhz";
32 clock-output-names = "pcieclk_500mhz";
39 clock-output-names = "dmaclk_500mhz";
46 clock-output-names = "miscclk_250mhz";
53 clock-output-names = "uartspiclk_100mhz";
/linux-4.1.27/arch/sparc/crypto/
Daes_glue.c34 void (*encrypt)(const u64 *key, const u32 *input, u32 *output);
35 void (*decrypt)(const u64 *key, const u32 *input, u32 *output);
38 void (*ecb_encrypt)(const u64 *key, const u64 *input, u64 *output,
40 void (*ecb_decrypt)(const u64 *key, const u64 *input, u64 *output,
42 void (*cbc_encrypt)(const u64 *key, const u64 *input, u64 *output,
44 void (*cbc_decrypt)(const u64 *key, const u64 *input, u64 *output,
46 void (*ctr_crypt)(const u64 *key, const u64 *input, u64 *output,
58 u32 *output);
60 u32 *output);
62 u32 *output);
[all …]
/linux-4.1.27/arch/s390/boot/compressed/
Dmisc.c145 unsigned char *output; in decompress_kernel() local
152 output = (unsigned char *) output_addr; in decompress_kernel()
160 INITRD_START < (unsigned long) output + SZ__bss_start) { in decompress_kernel()
161 check_ipl_parmblock(output + SZ__bss_start, in decompress_kernel()
163 memmove(output + SZ__bss_start, in decompress_kernel()
165 INITRD_START = (unsigned long) output + SZ__bss_start; in decompress_kernel()
170 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
172 return (unsigned long) output; in decompress_kernel()
/linux-4.1.27/arch/um/os-Linux/drivers/
Dethertap_user.c40 char *output; in etap_change() local
53 output = uml_kmalloc(UM_KERN_PAGE_SIZE, UM_GFP_KERNEL); in etap_change()
54 if (output == NULL) in etap_change()
57 read_output(fd, output, UM_KERN_PAGE_SIZE); in etap_change()
58 if (output != NULL) { in etap_change()
59 printk("%s", output); in etap_change()
60 kfree(output); in etap_change()
140 char *output; in etap_open() local
166 output = uml_kmalloc(output_len, UM_GFP_KERNEL); in etap_open()
167 read_output(control_fds[0], output, output_len); in etap_open()
[all …]
Dtuntap_user.c132 char *output, *buffer; in tuntap_open() local
175 output = buffer; in tuntap_open()
177 printk("%s", output); in tuntap_open()
185 output += IFNAMSIZ; in tuntap_open()
186 printk("%s", output); in tuntap_open()
/linux-4.1.27/Documentation/devicetree/bindings/iio/frequency/
Dadf4350.txt30 - adi,muxout-select: On chip multiplexer output selection.
31 Valid values for the multiplexer output are:
35 3: R-Counter output
36 4: N-Divider output
55 - adi,aux-output-enable: Enables auxiliary RF output.
56 - adi,aux-output-fundamental-enable: Selects fundamental VCO output on
57 the auxiliary RF output. Default = Output of RF dividers.
59 - adi,output-power: Output power selection.
65 - adi,aux-output-power: Auxiliary output power selection.
84 adi,output-power = <3>;
/linux-4.1.27/drivers/staging/skein/
Dthreefish_api.h156 u64 *output);
158 u64 *output);
160 u64 *output);
162 u64 *output);
164 u64 *output);
166 u64 *output);
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dste,abx500.txt40 output-low;
52 output-low;
76 output-low;
88 output-low;
100 output-low;
117 output-low;
129 output-low;
145 output-low;
162 output-low;
178 output-low;
[all …]
Dste,nomadik.txt16 parameters, such as input, output, pull up, pull down...
41 - ste,output: <0/1/2>
42 0: output low,
43 1: output high,
44 2: output (value is not specified).
56 - ste,sleep-output: <0/1/2>
57 0: sleep output low,
58 1: sleep output high,
59 2: sleep output (value is not specified).
90 ste,sleep-output = <1>;
[all …]
Dqcom,pmic-mpp.txt112 - output-high:
115 Definition: The specified pins are configured in output mode, driven
118 - output-low:
121 Definition: The specified pins are configured in output mode, driven
134 and/or output-high, output-low MPP could operate as
/linux-4.1.27/Documentation/hwmon/
Dltc297839 output poly-phase step-down DC/DC controller. LTC3883 is a single phase
85 in[N]_input Measured output voltage.
86 in[N]_min Minimum output voltage.
87 in[N]_max Maximum output voltage.
88 in[N]_lcrit Critical minimum output voltage.
89 in[N]_crit Critical maximum output voltage.
94 in[N]_lowest Lowest output voltage. LTC2974 and LTC2978 only.
95 in[N]_highest Highest output voltage.
96 in[N]_reset_history Reset output voltage history.
133 power[N]_input Measured output power.
[all …]
Dlm2506688 in3_input Measured output voltage.
89 in3_average Average measured output voltage.
90 in3_min Minimum output voltage.
92 in3_highest Historical minimum output voltage (LM25063 only).
93 in3_lowest Historical maximum output voltage (LM25063 only).
112 power2_input Measured output power.
113 power2_max Maximum output power limit.
114 power2_crit Critical output power limit.
Dltc424565 in5_input 12v output voltage (mV)
66 in6_input 5v output voltage (mV)
67 in7_input 3v output voltage (mV)
68 in8_input Vee (-12v) output voltage (mV)
70 in5_min_alarm 12v output undervoltage alarm
71 in6_min_alarm 5v output undervoltage alarm
72 in7_min_alarm 3v output undervoltage alarm
73 in8_min_alarm Vee (-12v) output undervoltage alarm
Dds62025 (struct ds620_platform_data) .pomode == 0 (default), the thermostat output pin
27 output pin PO becomes active when the temperature falls below temp1_min and
31 output pin becomes active when the temperature goes above temp1_max and stays
34 The PO output pin of the DS620 operates active-low.
Dzl6100137 inX_input Measured output voltage.
138 inX_lcrit Critical minimum output Voltage.
139 inX_crit Critical maximum output voltage.
140 inX_lcrit_alarm Critical output voltage critical low alarm.
141 inX_crit_alarm Critical output voltage critical high alarm.
146 curr1_input Measured output current.
147 curr1_lcrit Critical minimum output current.
148 curr1_crit Critical maximum output current.
Ddme173730 and PWM output control functions. Using this parameter
158 support the setting of the output frequency via the freq attribute.
161 defines how fast the PWM output is adjusting to changes of the associated
165 be retrieved via the zone[1-3]_auto_channels_temp attributes. Each PWM output
167 pwm[1-3]_auto_channels_zone attributes. Each PWM output has 3 distinct output
183 The chip adjusts the output duty-cycle linearly in the range of auto_point1_pwm
186 auto_point1_temp_hyst value, the output duty-cycle is set to the auto_pwm_min
192 Following is another representation of how the chip sets the output duty-cycle
249 output of the corresponding PWM is set
272 pmw[1-3,5-6] RO/RW Duty-cycle of PWM output. Supported
[all …]
/linux-4.1.27/drivers/pwm/
Dpwm-lp3943.c48 pwm_map->output = pdata->pwms[hwpwm]->output; in lp3943_pwm_request_map()
52 offset = pwm_map->output[i]; in lp3943_pwm_request_map()
83 offset = pwm_map->output[i]; in lp3943_pwm_free_map()
145 index = pwm_map->output[i]; in lp3943_pwm_set_mode()
204 enum lp3943_pwm_output *output; in lp3943_pwm_parse_dt() local
228 output = devm_kzalloc(dev, sizeof(*output) * num_outputs, in lp3943_pwm_parse_dt()
230 if (!output) in lp3943_pwm_parse_dt()
233 err = of_property_read_u32_array(node, name[i], output, in lp3943_pwm_parse_dt()
242 pwm_map->output = output; in lp3943_pwm_parse_dt()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_atpx_handler.c150 struct atpx_px_params output; in radeon_atpx_validate() local
158 memset(&output, 0, sizeof(output)); in radeon_atpx_validate()
166 size = min(sizeof(output), size); in radeon_atpx_validate()
168 memcpy(&output, info->buffer.pointer, size); in radeon_atpx_validate()
170 valid_bits = output.flags & output.valid_flags; in radeon_atpx_validate()
200 struct atpx_verify_interface output; in radeon_atpx_verify_interface() local
208 memset(&output, 0, sizeof(output)); in radeon_atpx_verify_interface()
216 size = min(sizeof(output), size); in radeon_atpx_verify_interface()
218 memcpy(&output, info->buffer.pointer, size); in radeon_atpx_verify_interface()
222 output.version, output.function_bits); in radeon_atpx_verify_interface()
[all …]
Dradeon_acpi.c204 struct atif_verify_interface output; in radeon_atif_verify_interface() local
212 memset(&output, 0, sizeof(output)); in radeon_atif_verify_interface()
220 size = min(sizeof(output), size); in radeon_atif_verify_interface()
222 memcpy(&output, info->buffer.pointer, size); in radeon_atif_verify_interface()
225 DRM_DEBUG_DRIVER("ATIF version %u\n", output.version); in radeon_atif_verify_interface()
227 radeon_atif_parse_notification(&atif->notifications, output.notification_mask); in radeon_atif_verify_interface()
228 radeon_atif_parse_functions(&atif->functions, output.function_bits); in radeon_atif_verify_interface()
490 struct atcs_verify_interface output; in radeon_atcs_verify_interface() local
498 memset(&output, 0, sizeof(output)); in radeon_atcs_verify_interface()
506 size = min(sizeof(output), size); in radeon_atcs_verify_interface()
[all …]
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Ddm365_resizer.c140 struct vpfe_rsz_output_spec *output; in configure_resizer_out_params() local
143 resizer->resizer_a.output == RESIZER_OUTPUT_NONE) { in configure_resizer_out_params()
148 resizer->resizer_b.output == RESIZER_OUTPUT_NONE) { in configure_resizer_out_params()
152 output = output_spec; in configure_resizer_out_params()
155 param->rsz_rsc_param[index].h_flip = output->h_flip; in configure_resizer_out_params()
156 param->rsz_rsc_param[index].v_flip = output->v_flip; in configure_resizer_out_params()
157 param->rsz_rsc_param[index].v_typ_y = output->v_typ_y; in configure_resizer_out_params()
158 param->rsz_rsc_param[index].v_typ_c = output->v_typ_c; in configure_resizer_out_params()
160 output->v_lpf_int_y; in configure_resizer_out_params()
162 output->v_lpf_int_c; in configure_resizer_out_params()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/net/can/
Dsja1000.txt24 - nxp,tx-output-mode : operation mode of the TX output control logic:
25 <0x0> : bi-phase output mode
26 <0x1> : normal output mode (default)
27 <0x2> : test output mode
28 <0x3> : clock output mode
30 - nxp,tx-output-config : TX output pin configuration:
/linux-4.1.27/net/openvswitch/
Dflow_netlink.c644 const struct ovs_key_ipv4_tunnel *output, in __ipv4_tun_to_nlattr() argument
647 if (output->tun_flags & TUNNEL_KEY && in __ipv4_tun_to_nlattr()
648 nla_put_be64(skb, OVS_TUNNEL_KEY_ATTR_ID, output->tun_id)) in __ipv4_tun_to_nlattr()
650 if (output->ipv4_src && in __ipv4_tun_to_nlattr()
652 output->ipv4_src)) in __ipv4_tun_to_nlattr()
654 if (output->ipv4_dst && in __ipv4_tun_to_nlattr()
656 output->ipv4_dst)) in __ipv4_tun_to_nlattr()
658 if (output->ipv4_tos && in __ipv4_tun_to_nlattr()
659 nla_put_u8(skb, OVS_TUNNEL_KEY_ATTR_TOS, output->ipv4_tos)) in __ipv4_tun_to_nlattr()
661 if (nla_put_u8(skb, OVS_TUNNEL_KEY_ATTR_TTL, output->ipv4_ttl)) in __ipv4_tun_to_nlattr()
[all …]
/linux-4.1.27/drivers/gpu/host1x/
Ddebug.c34 void host1x_debug_output(struct output *o, const char *fmt, ...) in host1x_debug_output()
48 struct output *o = data; in show_channels()
63 static void show_syncpts(struct host1x *m, struct output *o) in show_syncpts()
87 static void show_all(struct host1x *m, struct output *o) in show_all()
99 static void show_all_no_fifo(struct host1x *host1x, struct output *o) in show_all_no_fifo()
113 struct output o = { in host1x_debug_show_all()
123 struct output o = { in host1x_debug_show()
201 struct output o = { in host1x_debug_dump()
209 struct output o = { in host1x_debug_dump_syncpts()
Ddev.h35 struct output;
64 struct output *o);
67 struct output *o);
68 void (*show_mlocks)(struct host1x *host, struct output *output);
292 struct output *o) in host1x_hw_show_channel_cdma()
299 struct output *o) in host1x_hw_show_channel_fifo()
304 static inline void host1x_hw_show_mlocks(struct host1x *host, struct output *o) in host1x_hw_show_mlocks()
Ddebug.h26 struct output { struct
42 void __printf(2, 3) host1x_debug_output(struct output *o, const char *fmt, ...); argument
/linux-4.1.27/lib/
Ddecompress_unlz4.c37 u8 *output, long *posp, in unlz4() argument
53 if (output) { in unlz4()
54 outp = output; in unlz4()
169 if (output) in unlz4()
192 if (!output) in unlz4()
202 unsigned char *output, long out_len, in __decompress() argument
207 return unlz4(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
Ddecompress_unlzo.c115 u8 *output, long *posp, in unlzo() argument
125 if (output) { in unlzo()
126 out_buf = output; in unlzo()
260 if (output) in unlzo()
285 if (!output) in unlzo()
/linux-4.1.27/sound/pci/echoaudio/
Dindigoio_dsp.c32 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe,
104 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain() argument
110 output >= num_busses_out(chip))) in set_vmixer_gain()
116 chip->vmixer_gain[output][pipe] = gain; in set_vmixer_gain()
117 index = output * num_pipes_out(chip) + pipe; in set_vmixer_gain()
121 "set_vmixer_gain: pipe %d, out %d = %d\n", pipe, output, gain); in set_vmixer_gain()
Dindigodj_dsp.c32 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe,
134 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain() argument
140 output >= num_busses_out(chip))) in set_vmixer_gain()
146 chip->vmixer_gain[output][pipe] = gain; in set_vmixer_gain()
147 index = output * num_pipes_out(chip) + pipe; in set_vmixer_gain()
151 "set_vmixer_gain: pipe %d, out %d = %d\n", pipe, output, gain); in set_vmixer_gain()
Dindigo_dsp.c32 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe,
134 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain() argument
140 output >= num_busses_out(chip))) in set_vmixer_gain()
146 chip->vmixer_gain[output][pipe] = gain; in set_vmixer_gain()
147 index = output * num_pipes_out(chip) + pipe; in set_vmixer_gain()
151 "set_vmixer_gain: pipe %d, out %d = %d\n", pipe, output, gain); in set_vmixer_gain()
Dindigo_express_dsp.c77 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain() argument
83 output >= num_busses_out(chip))) in set_vmixer_gain()
89 chip->vmixer_gain[output][pipe] = gain; in set_vmixer_gain()
90 index = output * num_pipes_out(chip) + pipe; in set_vmixer_gain()
94 "set_vmixer_gain: pipe %d, out %d = %d\n", pipe, output, gain); in set_vmixer_gain()
Dmia_dsp.c35 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe,
168 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain() argument
174 output >= num_busses_out(chip))) in set_vmixer_gain()
180 chip->vmixer_gain[output][pipe] = gain; in set_vmixer_gain()
181 index = output * num_pipes_out(chip) + pipe; in set_vmixer_gain()
185 "set_vmixer_gain: pipe %d, out %d = %d\n", pipe, output, gain); in set_vmixer_gain()
/linux-4.1.27/arch/arm64/boot/dts/arm/
Djuno-clocks.dtsi15 clock-output-names = "juno:uartclk";
22 clock-output-names = "clk48mhz";
29 clock-output-names = "smc_clk";
36 clock-output-names = "apb_pclk";
43 clock-output-names = "faxi_clk";
Djuno-motherboard.dtsi14 clock-output-names = "juno_mb:clk24mhz";
21 clock-output-names = "juno_mb:clk25mhz";
28 clock-output-names = "juno_mb:refclk1mhz";
35 clock-output-names = "juno_mb:refclk32khz";
89 clock-output-names = "timerclken0", "timerclken1", "timerclken2", "timerclken3";
/linux-4.1.27/drivers/media/platform/davinci/
Dvpbe.c130 struct v4l2_output *output) in vpbe_enum_outputs() argument
133 int temp_index = output->index; in vpbe_enum_outputs()
138 *output = cfg->outputs[temp_index].output; in vpbe_enum_outputs()
139 output->index = temp_index; in vpbe_enum_outputs()
241 enc_out_index = cfg->outputs[index].output.index; in vpbe_set_output()
305 cfg->outputs[i].output.name)) { in vpbe_set_default_output()
337 struct vpbe_output *output = &cfg->outputs[out_index]; in vpbe_s_dv_timings() local
342 if (!(cfg->outputs[out_index].output.capabilities & in vpbe_s_dv_timings()
346 for (i = 0; i < output->num_modes; i++) { in vpbe_s_dv_timings()
347 if (output->modes[i].timings_type == VPBE_ENC_DV_TIMINGS && in vpbe_s_dv_timings()
[all …]
Dvpif_display.c680 struct v4l2_output output; in vpif_s_std() local
687 output = chan_cfg->outputs[ch->output_idx].output; in vpif_s_std()
688 if (output.capabilities != V4L2_OUT_CAP_STD) in vpif_s_std()
727 struct v4l2_output output; in vpif_g_std() local
733 output = chan_cfg->outputs[ch->output_idx].output; in vpif_g_std()
734 if (output.capabilities != V4L2_OUT_CAP_STD) in vpif_g_std()
742 struct v4l2_output *output) in vpif_enum_output() argument
751 if (output->index >= chan_cfg->output_count) { in vpif_enum_output()
756 *output = chan_cfg->outputs[output->index].output; in vpif_enum_output()
810 u32 input = 0, output = 0; in vpif_set_output() local
[all …]
/linux-4.1.27/drivers/media/pci/ivtv/
Divtv-routing.c37 u32 input, output = 0; in ivtv_audio_set_io() local
48 output = M52790_OUT_STEREO; in ivtv_audio_set_io()
50 input, output, 0); in ivtv_audio_set_io()
53 output = 0; in ivtv_audio_set_io()
55 output = MSP_OUTPUT(MSP_SC_IN_DSP_SCART1); in ivtv_audio_set_io()
57 input, output, 0); in ivtv_audio_set_io()
/linux-4.1.27/scripts/
Dgen_initramfs_list.sh51 cat <<-EOF >> ${output}
95 echo "# Last modified: ${my_mtime}" >> ${output}
96 echo "" >> ${output}
146 echo "${str}" >> ${output}
166 printf "\n#####################\n# $1\n" >> ${output}
202 print_mtime "$1" >> ${output}
203 cat "$1" >> ${output}
226 output="/dev/stdout"
242 output=${cpio_list}
/linux-4.1.27/Documentation/
Dvideo-output.txt6 The output sysfs class driver provides an abstract video output layer that
7 can be used to hook platform specific methods to enable/disable video output
9 laptop, The ACPI video driver registered its output devices and read/write
10 method for 'state' with output sysfs class. The user interface under sysfs is:
/linux-4.1.27/drivers/staging/iio/Documentation/dac/
Dmax51721 One output channel X
22 Two output channels X X
23 Simultaneous output updates X X
29 out2_raw and out12_raw. With out1_raw and out2_raw, the current output values
31 both output channel values simultaneously.
41 On power-up, the device is in 0V-output state.
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Dpwm-lp3943.txt10 0 = output 0
11 1 = output 1
14 15 = output 15
26 * PWM 0 : output 8, 9 and 10
27 * PWM 1 : output 15
/linux-4.1.27/arch/hexagon/include/asm/
Datomic.h100 int output; \
107 : "=&r" (output) \
116 int output; \
123 : "=&r" (output) \
127 return output; \
/linux-4.1.27/drivers/gpu/drm/rcar-du/
Drcar_du_encoder.c108 rcar_du_crtc_route_output(encoder->crtc, renc->output); in rcar_du_encoder_mode_set()
124 enum rcar_du_output output, in rcar_du_encoder_init() argument
137 renc->output = output; in rcar_du_encoder_init()
140 switch (output) { in rcar_du_encoder_init()
166 encoder_type = rcdu->info->routes[output].encoder_type; in rcar_du_encoder_init()
Drcar_du_encoder.h34 enum rcar_du_output output; member
57 enum rcar_du_output output,
/linux-4.1.27/drivers/platform/x86/
Ddell-laptop.c52 volatile u32 output[4]; member
476 !(buffer->output[1] & BIT(16))) in dell_rfkill_set()
514 status = buffer->output[1]; in dell_rfkill_query()
534 status = buffer->output[1]; in dell_debugfs_show()
601 status = buffer->output[1]; in dell_update_rfkill()
663 status = buffer->output[1]; in dell_setup_rfkill()
666 hwswitch_state = buffer->output[1]; in dell_setup_rfkill()
800 ret = buffer->output[1]; in dell_get_intensity()
1054 ret = buffer->output[0]; in kbd_get_info()
1061 info->modes = buffer->output[1] & 0xFFFF; in kbd_get_info()
[all …]
Dmxm-wmi.c51 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in mxm_wmi_call_mxds() local
57 &output); in mxm_wmi_call_mxds()
76 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in mxm_wmi_call_mxmx() local
82 &output); in mxm_wmi_call_mxmx()
Dclassmate-laptop.c169 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in cmpc_get_accel_v4() local
183 status = acpi_evaluate_object(handle, "ACMD", &input, &output); in cmpc_get_accel_v4()
186 obj = output.pointer; in cmpc_get_accel_v4()
191 kfree(output.pointer); in cmpc_get_accel_v4()
523 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in cmpc_get_accel() local
532 status = acpi_evaluate_object(handle, "ACMD", &input, &output); in cmpc_get_accel()
535 obj = output.pointer; in cmpc_get_accel()
540 kfree(output.pointer); in cmpc_get_accel()
708 unsigned long long output; in cmpc_get_tablet() local
715 status = acpi_evaluate_integer(handle, "TCMD", &input, &output); in cmpc_get_tablet()
[all …]
/linux-4.1.27/tools/testing/selftests/powerpc/vphn/
Dtest-vphn.c367 __be32 output[VPHN_ASSOC_BUFSIZE] = { 0 }; in test_one() local
370 vphn_unpack_associativity(test->input, output); in test_one()
372 len = be32_to_cpu(output[0]); in test_one()
380 u32 val = be32_to_cpu(output[i]); in test_one()
/linux-4.1.27/sound/core/
Drawmidi_compat.c39 if (rfile->output == NULL) in snd_rawmidi_ioctl_params_compat()
49 return snd_rawmidi_output_params(rfile->output, &params); in snd_rawmidi_ioctl_params_compat()
70 if (rfile->output == NULL) in snd_rawmidi_ioctl_status_compat()
77 err = snd_rawmidi_output_status(rfile->output, &status); in snd_rawmidi_ioctl_status_compat()
116 if (rfile->output == NULL) in snd_rawmidi_ioctl_status_x32()
123 err = snd_rawmidi_output_status(rfile->output, &status); in snd_rawmidi_ioctl_status_x32()
/linux-4.1.27/Documentation/sound/alsa/
DREADME.maya4422 - input/output level
32 - S/PDIF output
106 hw:0,0 output - stereo, analog output 1+2
108 hw:0,1 output - stereo, analog output 3+4 (and SPDIF out)
116 PCM: (digital) output level for channel 1+2
125 Bypass: analogue bypass from ADC input to output for channel 1+2. Same as "Monitor" in the windows …
131 IEC958 Output: switch for S/PDIF output.
133 S/PDIF should output the same signal as channel 3+4. [untested!]
136 Digitial output selectors:
149 Possibly some of these control S/PDIF output(s).
[all …]
DCMIPCI.txt29 The rear output can be heard only when "Four Channel Mode" switch is
34 When "Four Channel Mode" switch is off, the output from rear speakers
40 [ Well.. I once got the output with correct volume (i.e. same with the
47 If your card has an extra output jack for the rear output, the rear
51 is used as rear output.
53 There are two more controls regarding to the rear output.
55 routes, i.e. the 2nd DAC is output from front output.
68 When the 4/6-ch output is enabled, the second DAC accepts up to 6 (or
97 are output to line-in jack.
102 channels (channels 5 and 6) are output to mic-in jack.
[all …]
Demu10k1-jack.txt29 This will give you 16 input ports and 16 output ports.
31 The 16 output ports map onto the 16 FX buses (or the first 16 of 64, for the
32 Audigy). The mapping from FX bus to physical output is described in
45 the second and third input ports are wired to the center/LFE output. You will
49 ports to FXBUS2 (multitrack recording input) and EXTOUT (physical output)
DControlNames.txt49 Line (input only, use "Line Out" for output)
68 SPDIF (output only)
77 [Analogue|Digital] Playback Switch (aka output gain switch)
78 [Analogue|Digital] Playback Volume (aka output gain volume)
/linux-4.1.27/drivers/cpufreq/
Dpcc-cpufreq.c304 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; in pcc_cpufreq_do_osc() local
328 status = acpi_evaluate_object(*handle, "_OSC", &input, &output); in pcc_cpufreq_do_osc()
332 if (!output.length) in pcc_cpufreq_do_osc()
335 out_obj = output.pointer; in pcc_cpufreq_do_osc()
353 kfree(output.pointer); in pcc_cpufreq_do_osc()
357 status = acpi_evaluate_object(*handle, "_OSC", &input, &output); in pcc_cpufreq_do_osc()
361 if (!output.length) in pcc_cpufreq_do_osc()
364 out_obj = output.pointer; in pcc_cpufreq_do_osc()
383 kfree(output.pointer); in pcc_cpufreq_do_osc()
390 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; in pcc_cpufreq_probe() local
[all …]
/linux-4.1.27/arch/x86/include/asm/
Dalternative.h202 #define alternative_io(oldinstr, newinstr, feature, output, input...) \ argument
204 : output : "i" (0), ## input)
207 #define alternative_call(oldfunc, newfunc, feature, output, input...) \ argument
209 : output : [old] "i" (oldfunc), [new] "i" (newfunc), ## input)
218 output, input...) \ argument
221 : output : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
/linux-4.1.27/drivers/media/platform/
Dsh_vou.c520 struct v4l2_rect output; member
549 unsigned int found = geo->output.width * vou_scale_h_den[i] / in vou_adjust_input()
574 unsigned int found = geo->output.height * vou_scale_v_den[i] / in vou_adjust_input()
625 err = abs(found - geo->output.width); in vou_adjust_output()
635 geo->output.width = best; in vou_adjust_output()
637 if (geo->output.left + best > width_max) in vou_adjust_output()
638 geo->output.left = width_max - best; in vou_adjust_output()
655 err = abs(found - geo->output.height); in vou_adjust_output()
665 geo->output.height = best; in vou_adjust_output()
667 if (geo->output.top + best > height_max) in vou_adjust_output()
[all …]
/linux-4.1.27/drivers/media/platform/vsp1/
Dvsp1_uds.c107 static unsigned int uds_compute_ratio(unsigned int input, unsigned int output) in uds_compute_ratio() argument
110 return (input - 1) * 4096 / (output - 1); in uds_compute_ratio()
120 const struct v4l2_mbus_framefmt *output; in uds_s_stream() local
130 output = &uds->entity.formats[UDS_PAD_SOURCE]; in uds_s_stream()
132 hscale = uds_compute_ratio(input->width, output->width); in uds_s_stream()
133 vscale = uds_compute_ratio(input->height, output->height); in uds_s_stream()
161 (output->width << VI6_UDS_CLIP_SIZE_HSIZE_SHIFT) | in uds_s_stream()
162 (output->height << VI6_UDS_CLIP_SIZE_VSIZE_SHIFT)); in uds_s_stream()
/linux-4.1.27/drivers/clk/at91/
Dclk-pll.c46 struct clk_range *output; member
253 if (bestrate >= characteristics->output[i].min && in clk_pll_get_best_div_mul()
254 bestrate <= characteristics->output[i].max) in clk_pll_get_best_div_mul()
394 struct clk_range *output; in of_at91_clk_pll_get_characteristics() local
417 output = kzalloc(sizeof(*output) * num_output, GFP_KERNEL); in of_at91_clk_pll_get_characteristics()
418 if (!output) in of_at91_clk_pll_get_characteristics()
439 output[i].min = tmp; in of_at91_clk_pll_get_characteristics()
444 output[i].max = tmp; in of_at91_clk_pll_get_characteristics()
467 characteristics->output = output; in of_at91_clk_pll_get_characteristics()
475 kfree(output); in of_at91_clk_pll_get_characteristics()
Dclk-master.c33 struct clk_range output; member
111 if (rate < characteristics->output.min) in clk_master_recalc_rate()
113 else if (rate > characteristics->output.max) in clk_master_recalc_rate()
199 if (of_at91_get_clk_range(np, "atmel,clk-output-range", &characteristics->output)) in of_at91_clk_master_get_characteristics()
/linux-4.1.27/Documentation/devicetree/bindings/clock/st/
Dst,clkgen-vcc.txt4 output clocks. Not all inputs or outputs have to be in use in a
5 particular instantiation. Each output can be individually enabled,
25 - clock-output-names : From common clock binding. The block has 16
29 output associated with that string index. If fewer than
45 clock-output-names = "clk-s-pix-hdmi",
Dst,clkgen.txt70 clock-output-names = "clk-s-a0-pll0-hs",
82 clock-output-names = "clk-s-a0-osc-prediv";
94 clock-output-names = "clk-s-fdma-0",
97 /* fourth output unused */
Dst,quadfs.txt28 - clock-output-names : From common clock binding. The block has 4
32 output associated with that string index. If fewer than
44 clock-output-names = "clk-m-pix-mdtp-0",
/linux-4.1.27/Documentation/filesystems/
Dseq_file.txt11 Virtual files can provide human-readable output that is easy to get at
18 string. But life gets trickier if the output is long - anything greater
22 middle of a line of output. The kernel has traditionally had a number of
35 * Some utility functions for formatting objects for output without
36 needing to worry about things like output buffers.
51 Then concatenate the output files out1 and out2 and get the right
81 will output as its position.
107 top of the output. SEQ_START_TOKEN should only be used if the offset is
134 by the iterator for output. The example module's show() function is:
147 generated output before returning SEQ_SKIP, that output will be dropped.
[all …]
/linux-4.1.27/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-dds26 Specifies the active output frequency tuning word. The value
41 accumulator output by writing Y to the phase_en file.
57 accumulator output. The value corresponds to the Y in
80 output Y of channel X. Y may be suppressed if all channels are
87 Specifies the output waveform.
89 For a list of available output waveform options read
96 Lists all available output waveform options.
/linux-4.1.27/drivers/crypto/
Dpadlock-aes.c190 static inline void rep_xcrypt_ecb(const u8 *input, u8 *output, void *key, in rep_xcrypt_ecb() argument
194 : "+S"(input), "+D"(output) in rep_xcrypt_ecb()
198 static inline u8 *rep_xcrypt_cbc(const u8 *input, u8 *output, void *key, in rep_xcrypt_cbc() argument
202 : "+S" (input), "+D" (output), "+a" (iv) in rep_xcrypt_cbc()
259 static inline void padlock_xcrypt_ecb(const u8 *input, u8 *output, void *key, in padlock_xcrypt_ecb() argument
265 ecb_crypt(input, output, key, control_word, count); in padlock_xcrypt_ecb()
271 : "+S"(input), "+D"(output) in padlock_xcrypt_ecb()
275 : "+S"(input), "+D"(output) in padlock_xcrypt_ecb()
279 static inline u8 *padlock_xcrypt_cbc(const u8 *input, u8 *output, void *key, in padlock_xcrypt_cbc() argument
285 return cbc_crypt(input, output, key, iv, control_word, count); in padlock_xcrypt_cbc()
[all …]
/linux-4.1.27/arch/arm64/boot/dts/apm/
Dapm-storm.dtsi115 clock-output-names = "refclk";
124 clock-output-names = "pcppll";
134 clock-output-names = "socpll";
145 clock-output-names = "socplldiv2";
155 clock-output-names = "qmlclk";
168 clock-output-names = "ethclk";
177 clock-output-names = "menetclk";
187 clock-output-names = "sge0clk";
197 clock-output-names = "sge1clk";
207 clock-output-names = "xge0clk";
[all …]
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddpi.c55 struct omap_dss_device output; member
62 return container_of(dssdev, struct dpi_data, output); in dpi_get_data_from_dssdev()
335 struct omap_dss_device *out = &dpi->output; in dpi_set_mode()
368 struct omap_dss_device *out = &dpi->output; in dpi_config_lcd_manager()
386 struct omap_dss_device *out = &dpi->output; in dpi_display_enable()
459 struct omap_overlay_manager *mgr = dpi->output.manager; in dpi_display_disable()
508 struct omap_overlay_manager *mgr = dpi->output.manager; in dpi_check_timings()
600 pll = dpi_get_pll(dpi->output.dispc_channel); in dpi_init_pll()
606 dss_ctrl_pll_set_control_mux(pll->id, dpi->output.dispc_channel); in dpi_init_pll()
721 struct omap_dss_device *out = &dpi->output; in dpi_init_output()
[all …]
Dsdi.c44 struct omap_dss_device output; member
116 struct omap_overlay_manager *mgr = sdi.output.manager; in sdi_config_lcd_manager()
131 struct omap_dss_device *out = &sdi.output; in sdi_display_enable()
218 struct omap_overlay_manager *mgr = sdi.output.manager; in sdi_display_disable()
244 struct omap_overlay_manager *mgr = sdi.output.manager; in sdi_check_timings()
338 struct omap_dss_device *out = &sdi.output; in sdi_init_output()
355 struct omap_dss_device *out = &sdi.output; in sdi_uninit_output()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-regulator16 'enabled' means the regulator output is ON and is supplying
19 'disabled' means the regulator output is OFF and is not
27 or microamps to determine configured regulator output levels.
34 regulators which can report that output value.
81 'voltage' means the regulator output voltage can be controlled
84 'current' means the regulator output current limit can be
97 microvolts. This holds the regulator output voltage setting
102 output voltage level as this value is the same regardless of
112 microamps. This holds the regulator output current limit
117 output current level as this value is the same regardless of
[all …]
/linux-4.1.27/arch/parisc/kernel/
Ddrivers.c315 static char *print_hwpath(struct hardware_path *path, char *output) in print_hwpath() argument
321 output += sprintf(output, "%u/", (unsigned char) path->bc[i]); in print_hwpath()
323 output += sprintf(output, "%u", (unsigned char) path->mod); in print_hwpath()
324 return output; in print_hwpath()
336 char *print_pa_hwpath(struct parisc_device *dev, char *output) in print_pa_hwpath() argument
342 return print_hwpath(&path, output); in print_pa_hwpath()
371 char *print_pci_hwpath(struct pci_dev *dev, char *output) in print_pci_hwpath() argument
376 return print_hwpath(&path, output); in print_pci_hwpath()
386 char *output = name; in setup_bus_id() local
394 output += sprintf(output, "%u:", (unsigned char) path.bc[i]); in setup_bus_id()
[all …]
/linux-4.1.27/arch/cris/
DKconfig341 bool "Ser0 uses no DMA for output"
343 Do not use DMA for ser0 output.
346 bool "Ser0 uses DMA6 for output"
349 Enables the DMA6 output channel for ser0 (ttyS0).
356 bool "Ser0 uses DMA0 for output"
359 Enables the DMA0 output channel for ser0 (ttyS0).
441 bool "Ser1 uses no DMA for output"
443 Do not use DMA for ser1 output.
447 bool "Ser1 uses DMA8 for output"
451 bool "Ser1 uses DMA4 for output"
[all …]
/linux-4.1.27/drivers/leds/
Ddell-led.c83 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in dell_wmi_perform_query() local
90 status = wmi_evaluate_method(DELL_APP_GUID, 0, 1, &input, &output); in dell_wmi_perform_query()
94 obj = output.pointer; in dell_wmi_perform_query()
207 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in dell_led_perform_fn() local
226 &output); in dell_led_perform_fn()
231 obj = output.pointer; in dell_led_perform_fn()
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dqoriq-clockgen1.dtsi46 clock-output-names = "sysclk";
53 clock-output-names = "pll0", "pll0-div2";
60 clock-output-names = "pll1", "pll1-div2";
68 clock-output-names = "cmux0";
76 clock-output-names = "cmux1";
83 clock-output-names = "platform-pll", "platform-pll-div2";
Dqoriq-clockgen2.dtsi45 clock-output-names = "sysclk";
52 clock-output-names = "pll0", "pll0-div2", "pll0-div4";
59 clock-output-names = "pll1", "pll1-div2", "pll1-div4";
66 clock-output-names = "platform-pll", "platform-pll-div2";
/linux-4.1.27/Documentation/video4linux/
Dsh_mobile_ceu_camera.txt40 accents represent "useful" data, basically, CEU scaled and cropped output,
80 4. Calculate sensor output window by applying combined scales to real input
85 5. Apply iterative sensor S_FMT for sensor output window.
89 6. Retrieve sensor output window (g_fmt)
126 to 2 : 2', target crop 5 : 5', current output format 6' - 6.
128 3. In the previous step the sensor has tried to preserve its output frame as
Dvivid.txt5 output, vbi capture and output, radio receivers and transmitters and a software
7 testing capture and output overlays.
12 capture device. Each output can be an S-Video output device or an HDMI output
29 - Supports crop/compose/scale in any combination for both input and output
33 - Raw and Sliced VBI capture and output support
36 - Capture and output overlay support
84 device with webcam, TV, S-Video and HDMI inputs, a video output device with
85 S-Video and HDMI outputs, one vbi capture device, one vbi output device, one
107 device, the second two with just one video output device you would pass
134 are created for each video output device. At most 16 outputs can be
[all …]
/linux-4.1.27/drivers/staging/media/omap4iss/
Diss_ipipeif.c256 (ipipeif->output & IPIPEIF_OUTPUT_MEMORY)) in omap4iss_ipipeif_isr()
270 if (!(ipipeif->output & IPIPEIF_OUTPUT_MEMORY)) in ipipeif_video_queue()
282 if (ipipeif->output & IPIPEIF_OUTPUT_MEMORY) in ipipeif_video_queue()
332 if (ipipeif->output & IPIPEIF_OUTPUT_MEMORY && in ipipeif_set_stream()
337 if (ipipeif->output & IPIPEIF_OUTPUT_MEMORY) in ipipeif_set_stream()
350 if (ipipeif->output & IPIPEIF_OUTPUT_MEMORY) in ipipeif_set_stream()
685 if (ipipeif->output & ~IPIPEIF_OUTPUT_MEMORY) in ipipeif_link_setup()
687 ipipeif->output |= IPIPEIF_OUTPUT_MEMORY; in ipipeif_link_setup()
689 ipipeif->output &= ~IPIPEIF_OUTPUT_MEMORY; in ipipeif_link_setup()
696 if (ipipeif->output & ~IPIPEIF_OUTPUT_VP) in ipipeif_link_setup()
[all …]
/linux-4.1.27/Documentation/isdn/
DINTERFACE.fax84 ISDN_TTY_FAX_CFR output of +FCFR message.
86 ISDN_TTY_FAX_RID output of remote ID set in r_id[]
89 ISDN_TTY_FAX_DCS output of +FDCS and CONNECT message,
101 ISDN_TTY_FAX_DIS output of +FDIS message and values.
109 0: output OK message (more pages follow)
112 ISDN_TTY_FAX_TRAIN_OK output of +FDCS and OK message (for receive mode).
117 ISDN_TTY_FAX_HNG output of the +FHNG and value set by code and
/linux-4.1.27/arch/sh/boot/compressed/
Dmisc.c35 static unsigned char *output; variable
129 output = (unsigned char *)output_addr; in decompress_kernel()
135 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dti,omap4-dss.txt22 - Video port for DPI output
51 - Video port for RFBI output
67 - Video port for VENC output
88 - Video port for DSI output
111 - Video port for HDMI output
Dti,omap5-dss.txt22 - Video port for DPI output
51 - Video port for RFBI output
69 - Video port for DSI output
92 - Video port for HDMI output
Dti,opa362.txt5 - enable-gpios: enable/disable output gpio
9 - Video port 1 for opa362 output
/linux-4.1.27/drivers/staging/clocking-wizard/
Ddt-binding.txt15 - clock-output-names: Names for the output clocks
27 clock-output-names = "clk_out0", "clk_out1", "clk_out2",
/linux-4.1.27/tools/perf/Documentation/
Dperf-help.txt17 on the standard output.
20 printed on the standard output.
33 Prints all the available commands on the standard output. This
Dperf-stat.txt95 print counts using a CSV-style output to make it easy to import directly into
110 --output file::
111 Print the output into the designated file.
114 Append to the output file designated with the -o option. Ignored if -o is not specified.
118 Log output to fd, instead of stderr. Complementary to --output, and mutually exclusive
137 use --per-socket in addition to -a. (system-wide). The output includes the
144 use --per-core in addition to -a. (system-wide). The output includes the
Dperf-timechart.txt36 --output=::
37 Select the output file (default: output.svg)
46 Only output the CPU power section of the diagram
49 Don't output processor state transitions
106 Written 10.2 seconds of trace to output.svg.
/linux-4.1.27/drivers/gpu/host1x/hw/
Ddebug_hw.c41 static unsigned int show_channel_command(struct output *o, u32 val) in show_channel_command()
108 static void show_gather(struct output *o, phys_addr_t phys_addr, in show_gather()
141 static void show_channel_gathers(struct output *o, struct host1x_cdma *cdma) in show_channel_gathers()
180 struct output *o) in host1x_debug_show_channel_cdma()
234 struct output *o) in host1x_debug_show_channel_fifo()
291 static void host1x_debug_show_mlocks(struct host1x *host, struct output *o) in host1x_debug_show_mlocks()
/linux-4.1.27/Documentation/fb/
Dviafb.txt158 This option is used to specify LCD output port,
208 output devices that could be available on your platform. It is likely
220 forwarded to one or more output devices. Reading those files is a way
221 to query which output devices are currently used by an iga.
224 If there are no output devices printed the output of this iga is lost.
226 Writing to these files allows adjusting the output devices during
229 names (or a single one) in the same format as the output to those
238 Add CRT as output device to iga1
241 Remove (turn off) DVP1 and LVDS1 as output devices of iga2
244 Replace all iga1 output devices by CRT
/linux-4.1.27/drivers/thermal/
Dclock_cooling.c134 unsigned long *output, in clock_cooling_get_property() argument
143 if (!output) in clock_cooling_get_property()
171 *output = max_level; in clock_cooling_get_property()
189 *output = descend ? i : (max_level - i); in clock_cooling_get_property()
194 *output = freq; in clock_cooling_get_property()
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/
Dadv7604.txt20 The device node must contain one 'port' child node per device input and output
28 Digital output 1
30 The digital output port node must contain at least one endpoint.
43 - pclk-sample: Pixel clock polarity. Defaults to output on the falling edge.
Dov2640.txt3 The Omnivision OV2640 sensor support multiple resolutions output, such as
5 output format.
16 The device node must contain one 'port' child node for its digital output
Dtvp7002.txt24 - field-even-active: Active-high Field ID output polarity control of the bus.
25 Under normal operation, the field ID output is set to logic 1 for an odd field
28 1 = FID output polarity inverted
/linux-4.1.27/drivers/ata/
Dlibata-acpi.c288 struct acpi_buffer output = { .length = ACPI_ALLOCATE_BUFFER }; in ata_acpi_gtm() local
297 status = acpi_evaluate_object(handle, "_GTM", NULL, &output); in ata_acpi_gtm()
310 out_obj = output.pointer; in ata_acpi_gtm()
327 kfree(output.pointer); in ata_acpi_gtm()
406 struct acpi_buffer output; in ata_dev_get_GTF() local
417 output.length = ACPI_ALLOCATE_BUFFER; in ata_dev_get_GTF()
418 output.pointer = NULL; /* ACPI-CA sets this; save/free it later */ in ata_dev_get_GTF()
426 &output); in ata_dev_get_GTF()
427 out_obj = dev->gtf_cache = output.pointer; in ata_dev_get_GTF()
438 if (!output.length || !output.pointer) { in ata_dev_get_GTF()
[all …]
/linux-4.1.27/drivers/acpi/
Dutils.c411 union acpi_object *output; in acpi_get_physical_device_location() local
418 output = buffer.pointer; in acpi_get_physical_device_location()
420 if (!output || output->type != ACPI_TYPE_PACKAGE in acpi_get_physical_device_location()
421 || !output->package.count in acpi_get_physical_device_location()
422 || output->package.elements[0].type != ACPI_TYPE_BUFFER in acpi_get_physical_device_location()
423 || output->package.elements[0].buffer.length < ACPI_PLD_REV1_BUFFER_SIZE) { in acpi_get_physical_device_location()
429 output->package.elements[0].buffer.pointer, in acpi_get_physical_device_location()
430 output->package.elements[0].buffer.length, in acpi_get_physical_device_location()
/linux-4.1.27/drivers/gpio/
Dgpio-adp5520.c22 unsigned long output; member
37 if (test_bit(off, &dev->output)) in adp5520_gpio_get_value()
62 clear_bit(off, &dev->output); in adp5520_gpio_direction_input()
75 set_bit(off, &dev->output); in adp5520_gpio_direction_output()
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dsun6i-prcm.txt35 clock-output-names = "ahb0";
42 clock-output-names = "apb0";
49 clock-output-names = "apb0_pio", "apb0_ir",
/linux-4.1.27/Documentation/power/regulator/
Doverview.txt10 The intention is to allow systems to dynamically control regulator power output
12 regulators (where voltage output is controllable) and current sinks (where
25 Most regulators can enable and disable their output whilst
26 some can control their output voltage and or current.
48 output power of a regulator, switch or by another power
93 - voltage output is in the range 800mV -> 3500mV.
94 - regulator current output limit is 20mA @ 5V but is
122 regulator operating parameters for input/output voltage.
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-decoder-regs.txt200 Decoder horizontal Y output offset
203 Decoder horizontal UV output offset
205 Offsets the actual video output. Controls output alignment of the Y & UV
212 Decoder horizontal Y output size divider
218 Decoder horizontal UV output size divider
226 1 = Affects video output levels
291 more unstable it becomes. Decoder output remains stable.
300 Decoder output horizontal offset.
311 Decoder output video surround colour.
323 Decoder video output
[all …]
/linux-4.1.27/arch/powerpc/kvm/
Dmpic.c152 int output; /* IRQ level, e.g. ILR_INTTGT_INT */ member
243 int output) in mpic_irq_raise() argument
256 output); in mpic_irq_raise()
258 if (output != ILR_INTTGT_INT) /* TODO */ in mpic_irq_raise()
265 int output) in mpic_irq_lower() argument
274 output); in mpic_irq_lower()
276 if (output != ILR_INTTGT_INT) /* TODO */ in mpic_irq_lower()
337 if (src->output != ILR_INTTGT_INT) { in IRQ_local_pipe()
339 __func__, src->output, n_IRQ, active, was_active, in IRQ_local_pipe()
340 dst->outputs_active[src->output]); in IRQ_local_pipe()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/
Dpincfg.txt12 1 = The pin is an output
18 0 = The pin is actively driven as an output
19 1 = The pin is an open-drain driver. As an output, the pin is
/linux-4.1.27/arch/m68k/
DKconfig.debug17 Write kernel log output directly to a serial port.
18 Where implemented, output goes to the framebuffer as well.
44 Do not output any debug BUG messages within the kernel.
/linux-4.1.27/drivers/regulator/
DKconfig13 output in order to save power and prolong battery life. This applies
14 to both voltage regulators (where voltage output is controllable) and
15 current sinks (where current output is controllable).
62 It delivers digitally programmable output,
78 This driver controls a active-semi act8865 voltage output
230 regulator that delivers a digitally programmable output from an
231 input voltage supply of 2.5V to 5.5V. The output voltage is
304 tristate "LTC3589 8-output voltage regulator"
309 8-output regulators controlled via I2C.
323 This driver controls a Maxim 1586 or 1587 voltage output
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/fid/
Dfid_request.c57 struct lu_seq_range *output, __u32 opc, in seq_client_rpc() argument
119 *output = *out; in seq_client_rpc()
121 if (!range_is_sane(output)) { in seq_client_rpc()
123 DRANGE"\n", seq->lcs_name, PRANGE(output)); in seq_client_rpc()
128 if (range_is_exhausted(output)) { in seq_client_rpc()
130 DRANGE"]\n", seq->lcs_name, PRANGE(output)); in seq_client_rpc()
136 seq->lcs_name, opcname, PRANGE(output)); in seq_client_rpc()
/linux-4.1.27/Documentation/devicetree/bindings/video/backlight/
Dlp855x.txt27 /* 4V OV, 4 output LED0 string enabled */
39 /* 4 output LED1 string enabled */
65 /* 4V OV, 4 output LED string enabled */
/linux-4.1.27/Documentation/devicetree/bindings/rtc/
Dhaoyu,hym8563.txt4 as well as a clock output of up to 32kHz.
13 - clock-output-names: From common clock binding
/linux-4.1.27/drivers/media/platform/omap3isp/
Dispcsi2.c195 if (!(csi2->output & CSI2_OUTPUT_CCDC) && in csi2_ctx_map_format()
196 !(csi2->output & CSI2_OUTPUT_MEMORY)) { in csi2_ctx_map_format()
204 destidx = csi2->frame_skip ? 0 : !!(csi2->output & CSI2_OUTPUT_CCDC); in csi2_ctx_map_format()
262 else if (csi2->output & CSI2_OUTPUT_MEMORY) in csi2_ctx_enable()
731 if (csi2->output & CSI2_OUTPUT_MEMORY) in csi2_isr_ctx()
1063 if (csi2->output & CSI2_OUTPUT_MEMORY) in csi2_set_stream()
1074 if (csi2->output & CSI2_OUTPUT_MEMORY && in csi2_set_stream()
1156 if (csi2->output & ~CSI2_OUTPUT_MEMORY) in csi2_link_setup()
1158 csi2->output |= CSI2_OUTPUT_MEMORY; in csi2_link_setup()
1160 csi2->output &= ~CSI2_OUTPUT_MEMORY; in csi2_link_setup()
[all …]
Dispresizer.c782 struct v4l2_mbus_framefmt *output, in resizer_calc_ratios() argument
806 output->height = clamp(output->height, min_height, max_height); in resizer_calc_ratios()
809 / (output->height - 1); in resizer_calc_ratios()
812 / (output->height - 1); in resizer_calc_ratios()
817 upscaled_height = (output->height - 1) * ratio->vert in resizer_calc_ratios()
821 upscaled_height = (output->height - 1) * ratio->vert in resizer_calc_ratios()
875 output->width = clamp(output->width, min_width, in resizer_calc_ratios()
877 output->width = ALIGN(output->width, width_alignment); in resizer_calc_ratios()
880 / (output->width - 1); in resizer_calc_ratios()
883 / (output->width - 1); in resizer_calc_ratios()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dltc3589.txt1 Linear Technology LTC3589, LTC3589-1, and LTC3589-2 8-output regulators
21 0.3625 V to 0.75 V in 12.5 mV steps. The output voltage thus ranges between
23 have a fixed 0.8 V reference and thus output 0.8 * (1 + R1/R2) V. The ldo3
25 regulator can output between 1.8 V and 3.3 V on LTC3589 and between 1.2 V
/linux-4.1.27/arch/arm/mach-pxa/
Dreset.c25 int init_gpio_reset(int gpio, int output, int level) in init_gpio_reset() argument
35 if (output) in init_gpio_reset()
/linux-4.1.27/fs/jbd/
DKconfig22 enable debugging output while the system is running, in order to
24 debugging output will be turned off.
29 output is generated. To turn debugging off again, do
/linux-4.1.27/drivers/net/wireless/ipw2x00/
DKconfig50 bool "Enable full debugging output in IPW2100 module."
53 This option will enable debug tracing output for the IPW2100.
56 control which debug output is sent to the kernel log by setting the
144 bool "Enable full debugging output in IPW2200 module."
147 This option will enable low level debug tracing output for IPW2200.
178 bool "Full debugging output for the LIBIPW component"
181 This option will enable debug tracing output for the
185 can control which debug output is sent to the kernel log by
/linux-4.1.27/Documentation/devicetree/bindings/media/
Dsamsung-fimc.txt30 - clock-output-names: from the common clock bindings, should contain names of
32 CAM_B_CLKOUT output clocks respectively.
38 ports A and B into high impedance state, especially the CAMCLK clock output
74 the FIMC input and output DMA, in the first and second cell respectively.
82 the output rotator. Bits 4 and 0 correspond to input and output rotator
102 - samsung,camclk-out (deprecated) : specifies clock output for remote sensor,
166 clock-output-names = "cam_a_clkout", "cam_b_clkout";
/linux-4.1.27/drivers/infiniband/hw/mthca/
DKconfig10 bool "Verbose debugging output" if EXPERT
15 mthca driver. The output can be turned on via the
/linux-4.1.27/arch/arm/boot/compressed/
Ddecompress.c58 int do_decompress(u8 *input, int len, u8 *output, void (*error)(char *x)) in do_decompress() argument
60 return __decompress(input, len, NULL, NULL, output, 0, NULL, error); in do_decompress()
/linux-4.1.27/fs/jbd2/
DKconfig27 allows you to enable debugging output while the system is running,
29 By default, the debugging output will be turned off.
34 output is generated. To turn debugging off again, do
/linux-4.1.27/drivers/media/platform/s5p-tv/
DKconfig15 Say Y here to enable selecting the TV output devices for
27 Say Y here if you want support for the HDMI output
65 Say Y here if you want support for the analog TV output
79 This device produce image data to one of output interfaces.

1234567