/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | output.c | 16 struct tegra_output *output = connector_to_output(connector); in tegra_output_connector_get_modes() local 24 if (output->panel) { in tegra_output_connector_get_modes() 25 err = output->panel->funcs->get_modes(output->panel); in tegra_output_connector_get_modes() 30 if (output->edid) in tegra_output_connector_get_modes() 31 edid = kmemdup(output->edid, sizeof(*edid), GFP_KERNEL); in tegra_output_connector_get_modes() 32 else if (output->ddc) in tegra_output_connector_get_modes() 33 edid = drm_get_edid(connector, output->ddc); in tegra_output_connector_get_modes() 48 struct tegra_output *output = connector_to_output(connector); in tegra_output_connector_best_encoder() local 50 return &output->encoder; in tegra_output_connector_best_encoder() 56 struct tegra_output *output = connector_to_output(connector); in tegra_output_connector_detect() local [all …]
|
D | rgb.c | 19 struct tegra_output output; member 26 static inline struct tegra_rgb *to_rgb(struct tegra_output *output) in to_rgb() argument 28 return container_of(output, struct tegra_rgb, output); in to_rgb() 124 struct tegra_output *output = encoder_to_output(encoder); in tegra_rgb_encoder_disable() local 125 struct tegra_rgb *rgb = to_rgb(output); in tegra_rgb_encoder_disable() 127 if (output->panel) in tegra_rgb_encoder_disable() 128 drm_panel_disable(output->panel); in tegra_rgb_encoder_disable() 133 if (output->panel) in tegra_rgb_encoder_disable() 134 drm_panel_unprepare(output->panel); in tegra_rgb_encoder_disable() 139 struct tegra_output *output = encoder_to_output(encoder); in tegra_rgb_encoder_enable() local [all …]
|
D | dsi.c | 55 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() 122 struct drm_crtc *crtc = dsi->output.encoder.crtc; in tegra_dsi_show_regs() 800 struct tegra_output *output = encoder_to_output(encoder); in tegra_dsi_encoder_disable() local 802 struct tegra_dsi *dsi = to_dsi(output); in tegra_dsi_encoder_disable() 806 if (output->panel) in tegra_dsi_encoder_disable() 807 drm_panel_disable(output->panel); in tegra_dsi_encoder_disable() 829 if (output->panel) in tegra_dsi_encoder_disable() [all …]
|
D | hdmi.c | 46 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() 789 struct tegra_output *output = connector_to_output(connector); in tegra_hdmi_connector_mode_valid() local 790 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_enable() local 840 struct device_node *node = output->dev->of_node; in tegra_hdmi_encoder_enable() [all …]
|
D | sor.c | 164 struct tegra_output output; member 212 static inline struct tegra_sor *to_sor(struct tegra_output *output) in to_sor() argument 214 return container_of(output, struct tegra_sor, output); in to_sor() 579 u64 input, output, watermark, num; in tegra_sor_calc_config() local 587 output = link_rate * 8 * link->num_lanes; in tegra_sor_calc_config() 590 if (input >= output) in tegra_sor_calc_config() 594 params.ratio = div64_u64(input * f, output); in tegra_sor_calc_config() 804 struct drm_crtc *crtc = sor->output.encoder.crtc; in tegra_sor_show_crc() 846 struct drm_crtc *crtc = sor->output.encoder.crtc; in tegra_sor_show_regs() 1044 struct tegra_output *output = connector_to_output(connector); in tegra_sor_connector_detect() local [all …]
|
D | drm.h | 235 int tegra_output_probe(struct tegra_output *output); 236 void tegra_output_remove(struct tegra_output *output); 237 int tegra_output_init(struct drm_device *drm, struct tegra_output *output); 238 void tegra_output_exit(struct tegra_output *output); 255 int tegra_dpaux_attach(struct tegra_dpaux *dpaux, struct tegra_output *output);
|
D | dpaux.c | 36 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() 456 int tegra_dpaux_attach(struct tegra_dpaux *dpaux, struct tegra_output *output) in tegra_dpaux_attach() argument 461 output->connector.polled = DRM_CONNECTOR_POLL_HPD; in tegra_dpaux_attach() 462 dpaux->output = output; in tegra_dpaux_attach() 503 dpaux->output = NULL; in tegra_dpaux_detach()
|
/linux-4.4.14/tools/perf/ |
D | builtin-stat.c | 420 fprintf(stat_config.output, "%s%" PRIu64 "%s%.2f", in print_running() 426 fprintf(stat_config.output, " (%.2f%%)", 100.0 * run / ena); in print_running() 435 fprintf(stat_config.output, "%s%.2f%%", csv_sep, pct); in print_noise_pct() 437 fprintf(stat_config.output, " ( +-%6.2f%% )", pct); in print_noise_pct() 455 fprintf(stat_config.output, "S%d-C%*d%s%*d%s", in aggr_printout() 465 fprintf(stat_config.output, "S%*d%s%*d%s", in aggr_printout() 474 fprintf(stat_config.output, "CPU%*d%s", in aggr_printout() 479 fprintf(stat_config.output, "%*s-%*d%s", in aggr_printout() 495 FILE *output = stat_config.output; in nsec_printout() local 508 fprintf(output, fmt_v, msecs, csv_sep); in nsec_printout() [all …]
|
D | builtin-trace.c | 1419 FILE *output; member 1617 color_fprintf(trace->output, PERF_COLOR_RED, in trace__process_event() 1749 trace->output); in trace__validate_ev_qualifier() 1762 fputs("Error:\tInvalid syscall ", trace->output); in trace__validate_ev_qualifier() 1765 fputs(", ", trace->output); in trace__validate_ev_qualifier() 1768 fputs(sc, trace->output); in trace__validate_ev_qualifier() 1776 "\nHint:\tand: 'man syscalls'\n", trace->output); in trace__validate_ev_qualifier() 1883 fprintf(trace->output, "Invalid syscall %d id, skipping (%s, %" PRIu64 ") ...\n", in trace__syscall_info() 1900 fprintf(trace->output, "Problems reading syscall %d", id); in trace__syscall_info() 1902 fprintf(trace->output, "(%s)", trace->syscalls.table[id].name); in trace__syscall_info() [all …]
|
D | builtin-script.c | 88 } output[PERF_TYPE_MAX] = { variable 139 if (output[j].user_set) in output_set_by_user() 159 #define PRINT_FIELD(x) (output[attr->type].fields & PERF_OUTPUT_##x) 173 if (output[type].user_set) { in perf_evsel__do_check_stype() 184 output[type].fields &= ~field; in perf_evsel__do_check_stype() 280 output[type].print_ip_opts = 0; in set_print_ip_opts() 282 output[type].print_ip_opts |= PRINT_IP_OPT_IP; in set_print_ip_opts() 285 output[type].print_ip_opts |= PRINT_IP_OPT_SYM; in set_print_ip_opts() 288 output[type].print_ip_opts |= PRINT_IP_OPT_DSO; in set_print_ip_opts() 291 output[type].print_ip_opts |= PRINT_IP_OPT_SYMOFFSET; in set_print_ip_opts() [all …]
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_display.c | 50 struct virtio_gpu_output *output) in virtio_gpu_hide_cursor() argument 52 output->cursor.hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_UPDATE_CURSOR); in virtio_gpu_hide_cursor() 53 output->cursor.resource_id = 0; in virtio_gpu_hide_cursor() 54 virtio_gpu_cursor_ping(vgdev, output); in virtio_gpu_hide_cursor() 65 struct virtio_gpu_output *output = in virtio_gpu_crtc_cursor_set() local 73 virtio_gpu_hide_cursor(vgdev, output); in virtio_gpu_crtc_cursor_set() 102 output->cursor.hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_UPDATE_CURSOR); in virtio_gpu_crtc_cursor_set() 103 output->cursor.resource_id = cpu_to_le32(qobj->hw_res_handle); in virtio_gpu_crtc_cursor_set() 104 output->cursor.hot_x = cpu_to_le32(hot_x); in virtio_gpu_crtc_cursor_set() 105 output->cursor.hot_y = cpu_to_le32(hot_y); in virtio_gpu_crtc_cursor_set() [all …]
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | keystone-clocks.dtsi | 23 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 …]
|
D | k2hk-clocks.dtsi | 16 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 …]
|
D | k2l-clocks.dtsi | 16 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 …]
|
D | ste-nomadik-pinctrl.dtsi | 27 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 …]
|
D | stih415-clock.dtsi | 38 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 …]
|
D | stih416-clock.dtsi | 39 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 …]
|
D | r8a7793.dtsi | 160 clock-output-names = "extal"; 170 clock-output-names = "main", "pll0", "pll1", "pll3", 183 clock-output-names = "sd2"; 191 clock-output-names = "sd3"; 199 clock-output-names = "mmc0"; 209 clock-output-names = "pll1_div2"; 217 clock-output-names = "zg"; 225 clock-output-names = "zx"; 233 clock-output-names = "zs"; 241 clock-output-names = "hp"; [all …]
|
D | sh73a0.dtsi | 551 clock-output-names = "extalr"; 557 clock-output-names = "extal1"; 562 clock-output-names = "extal2"; 567 clock-output-names = "extcki"; 573 clock-output-names = "fsiack"; 579 clock-output-names = "fsibck"; 588 clock-output-names = "main", "pll0", "pll1", "pll2", 603 clock-output-names = "vclk1"; 613 clock-output-names = "vclk2"; 623 clock-output-names = "vclk3"; [all …]
|
D | stih407-clock.dtsi | 49 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 …]
|
D | stih410-clock.dtsi | 24 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 …]
|
D | stih418-clock.dtsi | 24 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 …]
|
D | sun5i.dtsi | 88 clock-output-names = "osc24M"; 95 clock-output-names = "osc32k"; 103 clock-output-names = "pll1"; 111 clock-output-names = "pll2-1x", "pll2-2x", 120 clock-output-names = "pll4"; 128 clock-output-names = "pll5_ddr", "pll5_other"; 136 clock-output-names = "pll6_sata", "pll6_other", "pll6"; 145 clock-output-names = "cpu"; 153 clock-output-names = "axi"; 161 clock-output-names = "ahb"; [all …]
|
D | sama5d2.dtsi | 348 #atmel,pll-clk-output-range-cells = <4>; 349 atmel,pll-clk-output-ranges = <600000000 1200000000 0 0>; 372 atmel,clk-output-range = <124000000 166000000>; 477 atmel,clk-output-range = <0 83000000>; 483 atmel,clk-output-range = <0 83000000>; 499 atmel,clk-output-range = <0 83000000>; 505 atmel,clk-output-range = <0 83000000>; 511 atmel,clk-output-range = <0 83000000>; 517 atmel,clk-output-range = <0 83000000>; 523 atmel,clk-output-range = <0 83000000>; [all …]
|
D | k2e-clocks.dtsi | 24 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";
|
D | r8a73a4.dtsi | 476 clock-output-names = "extalr"; 482 clock-output-names = "extal1"; 488 clock-output-names = "extal2"; 495 clock-output-names = "fsiack"; 502 clock-output-names = "fsibck"; 511 clock-output-names = "main", "pll0", "pll1", "pll2", 524 clock-output-names = "zb"; 532 clock-output-names = "sdhi0ck"; 540 clock-output-names = "sdhi1ck"; 548 clock-output-names = "sdhi2ck"; [all …]
|
D | r8a7740.dtsi | 415 clock-output-names = "extalr"; 421 clock-output-names = "extal1"; 427 clock-output-names = "extal2"; 433 clock-output-names = "dv"; 439 clock-output-names = "fmsick"; 445 clock-output-names = "fmsock"; 451 clock-output-names = "fsiack"; 457 clock-output-names = "fsibck"; 466 clock-output-names = "system", "pllc0", "pllc1", 483 clock-output-names = "vclk1"; [all …]
|
D | sun4i-a10.dtsi | 181 clock-output-names = "osc24M"; 188 clock-output-names = "osc32k"; 196 clock-output-names = "pll1"; 204 clock-output-names = "pll2-1x", "pll2-2x", 213 clock-output-names = "pll4"; 221 clock-output-names = "pll5_ddr", "pll5_other"; 229 clock-output-names = "pll6_sata", "pll6_other", "pll6"; 238 clock-output-names = "cpu"; 246 clock-output-names = "axi"; 255 clock-output-names = "axi_dram"; [all …]
|
D | sun7i-a20.dtsi | 185 clock-output-names = "osc24M"; 192 clock-output-names = "osc32k"; 200 clock-output-names = "pll1"; 208 clock-output-names = "pll2-1x", "pll2-2x", 217 clock-output-names = "pll4"; 225 clock-output-names = "pll5_ddr", "pll5_other"; 233 clock-output-names = "pll6_sata", "pll6_other", "pll6", 242 clock-output-names = "pll8"; 250 clock-output-names = "cpu"; 258 clock-output-names = "axi"; [all …]
|
D | sun9i-a80.dtsi | 135 clock-output-names = "osc24M"; 142 clock-output-names = "osc32k"; 151 clock-output-names = "usb0_ahb", "usb_ohci0", 162 clock-output-names = "usb_phy0", "usb_hsic1_480M", 172 clock-output-names = "pll4"; 180 clock-output-names = "pll12"; 188 clock-output-names = "gt"; 196 clock-output-names = "ahb0"; 204 clock-output-names = "ahb1"; 212 clock-output-names = "ahb2"; [all …]
|
D | sun8i-a23-a33.dtsi | 105 clock-output-names = "osc24M"; 112 clock-output-names = "osc32k"; 120 clock-output-names = "pll1"; 128 clock-output-names = "pll5"; 136 clock-output-names = "pll6", "pll6x2"; 151 clock-output-names = "cpu"; 159 clock-output-names = "axi"; 167 clock-output-names = "ahb1"; 175 clock-output-names = "apb1"; 185 clock-output-names = "apb1_codec", "apb1_pio", [all …]
|
D | r8a7794.dtsi | 764 clock-output-names = "extal"; 774 clock-output-names = "main", "pll0", "pll1", "pll3", 784 clock-output-names = "sd2"; 791 clock-output-names = "sd3"; 798 clock-output-names = "mmc0"; 808 clock-output-names = "pll1_div2"; 816 clock-output-names = "zg"; 824 clock-output-names = "zx"; 832 clock-output-names = "zs"; 840 clock-output-names = "hp"; [all …]
|
D | sun6i-a31.dtsi | 192 clock-output-names = "osc32k"; 200 clock-output-names = "pll1"; 208 clock-output-names = "pll6", "pll6x2"; 223 clock-output-names = "cpu"; 231 clock-output-names = "axi"; 239 clock-output-names = "ahb1"; 269 clock-output-names = "ahb1_mipidsi", "ahb1_ss", 290 clock-output-names = "apb1"; 301 clock-output-names = "apb1_codec", "apb1_digital_mic", 311 clock-output-names = "apb2"; [all …]
|
D | r8a7790.dtsi | 950 clock-output-names = "extal"; 958 clock-output-names = "pcie_bus"; 970 clock-output-names = "audio_clk_a"; 976 clock-output-names = "audio_clk_b"; 982 clock-output-names = "audio_clk_c"; 990 clock-output-names = "usb_extal"; 999 clock-output-names = "can_clk"; 1010 clock-output-names = "main", "pll0", "pll1", "pll3", 1022 clock-output-names = "sd2"; 1029 clock-output-names = "sd3"; [all …]
|
D | r8a7791.dtsi | 982 clock-output-names = "extal"; 993 clock-output-names = "audio_clk_a"; 999 clock-output-names = "audio_clk_b"; 1005 clock-output-names = "audio_clk_c"; 1013 clock-output-names = "pcie_bus"; 1022 clock-output-names = "usb_extal"; 1031 clock-output-names = "can_clk"; 1042 clock-output-names = "main", "pll0", "pll1", "pll3", 1054 clock-output-names = "sd2"; 1061 clock-output-names = "sd3"; [all …]
|
D | at91sam9g20.dtsi | 45 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>;
|
D | vexpress-v2p-ca5s.dts | 137 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";
|
D | k2hk-evm.dts | 25 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";
|
D | vexpress-v2p-ca15_a7.dts | 223 clock-output-names = "oscclk6a"; 236 clock-output-names = "oscclk0"; 245 clock-output-names = "oscclk1"; 254 clock-output-names = "oscclk2"; 263 clock-output-names = "oscclk3"; 272 clock-output-names = "oscclk4"; 281 clock-output-names = "oscclk5"; 290 clock-output-names = "oscclk6"; 299 clock-output-names = "oscclk7"; 308 clock-output-names = "oscclk8"; [all …]
|
D | r8a7778.dtsi | 432 clock-output-names = "extal"; 441 clock-output-names = "plla", "pllb", "b", 450 clock-output-names = "audio_clk_a"; 455 clock-output-names = "audio_clk_b"; 460 clock-output-names = "audio_clk_c"; 470 clock-output-names = "g"; 478 clock-output-names = "i"; 486 clock-output-names = "s3"; 494 clock-output-names = "s4"; 502 clock-output-names = "z"; [all …]
|
D | vexpress-v2p-ca15-tc1.dts | 135 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";
|
D | r7s72100.dtsi | 44 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"; 99 clock-output-names = "mtu2"; 112 clock-output-names = "scif0", "scif1", "scif2", "scif3", "scif4", "scif5", "scif6", "scif7"; 123 clock-output-names = "i2c0", "i2c1", "i2c2", "i2c3"; 136 clock-output-names = "spi0", "spi1", "spi2", "spi3", "spi4";
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | misc.c | 251 static void handle_relocations(void *output, unsigned long output_len) in handle_relocations() argument 255 unsigned long min_addr = (unsigned long)output; in handle_relocations() 297 for (reloc = output + output_len - sizeof(*reloc); *reloc; reloc--) { in handle_relocations() 331 static inline void handle_relocations(void *output, unsigned long output_len) in handle_relocations() argument 335 static void parse_elf(void *output) in parse_elf() argument 347 memcpy(&ehdr, output, sizeof(ehdr)); in parse_elf() 362 memcpy(phdrs, output + ehdr.e_phoff, sizeof(*phdrs) * ehdr.e_phnum); in parse_elf() 370 dest = output; in parse_elf() 376 output + phdr->p_offset, in parse_elf() 389 unsigned char *output, in decompress_kernel() argument [all …]
|
D | misc.h | 73 unsigned char *output, 82 unsigned char *output, in choose_kernel_location() argument 85 return output; in choose_kernel_location()
|
/linux-4.4.14/drivers/hwtracing/intel_th/ |
D | gth.c | 41 struct intel_th_output *output; member 63 struct gth_output output[TH_POSSIBLE_OUTPUTS]; member 210 clear_bit(ma->master, gth->output[old_port].master); in master_attr_store() 211 if (gth->output[old_port].output->active) in master_attr_store() 218 if (!gth->output[port].output) { in master_attr_store() 223 set_bit(ma->master, gth->output[port].master); in master_attr_store() 226 if (gth->output[port].output->active) in master_attr_store() 262 OUTPUT_PARM(port, 0x7, 1, 0, output), 263 OUTPUT_PARM(null, BIT(3), 1, 1, output), 264 OUTPUT_PARM(drop, BIT(4), 1, 1, output), [all …]
|
D | Kconfig | 5 produce, switch and output trace data from multiple hardware and 6 software sources over several types of trace output ports encoded 32 and output devices. This driver is required for other 50 Memory Storage Unit (MSU) trace output device enables 55 Say Y here to enable MSU output device for Intel TH. 58 tristate "Intel(R) Trace Hub PTI output" 60 Parallel Trace Interface unit (PTI) is a trace output device 61 of Intel TH architecture that facilitates STP trace output via 64 Say Y to enable PTI output of Intel TH data.
|
D | intel_th.h | 66 struct intel_th_output output; member 103 thdev->output.port >= 0; in intel_th_output_assigned() 131 struct intel_th_output *output); 133 struct intel_th_output *output);
|
/linux-4.4.14/drivers/media/pci/ddbridge/ |
D | ddbridge-core.c | 252 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.4.14/drivers/video/fbdev/intelfb/ |
D | intelfb_i2c.c | 144 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.4.14/Documentation/devicetree/bindings/sound/ |
D | st,sta32x.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 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 …]
|
D | st,sta350.txt | 22 - st,output-conf: number, Selects the output configuration: 30 - st,ch1-output-mapping: Channel 1 output mapping 31 - st,ch2-output-mapping: Channel 2 output mapping 32 - st,ch3-output-mapping: Channel 3 output mapping 48 - st,ffx-power-output-mode: string 49 The FFX power output mode selects how the FFX output timing is 57 Only required for "st,ffx-power-output-mode" == 72 power output is enabled. 89 - st,activate-mute-output: 90 If present, a mute output will be activated in ase the volume will [all …]
|
D | tlv320aic3x.txt | 24 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:
|
D | tlv320aic31xx.txt | 25 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:
|
D | wm8903.txt | 63 0x0600 /* DMIC_LR, output */ 65 0x0000 /* GPIO, output, low */ 66 0x0200 /* Interrupt, output */
|
/linux-4.4.14/drivers/hwtracing/stm/ |
D | core.c | 184 static void stm_output_claim(struct stm_device *stm, struct stm_output *output) in stm_output_claim() argument 186 struct stp_master *master = stm_master(stm, output->master); in stm_output_claim() 188 if (WARN_ON_ONCE(master->nr_free < output->nr_chans)) in stm_output_claim() 191 bitmap_allocate_region(&master->chan_map[0], output->channel, in stm_output_claim() 192 ilog2(output->nr_chans)); in stm_output_claim() 194 master->nr_free -= output->nr_chans; in stm_output_claim() 198 stm_output_disclaim(struct stm_device *stm, struct stm_output *output) in stm_output_disclaim() argument 200 struct stp_master *master = stm_master(stm, output->master); in stm_output_disclaim() 202 bitmap_release_region(&master->chan_map[0], output->channel, in stm_output_disclaim() 203 ilog2(output->nr_chans)); in stm_output_disclaim() [all …]
|
/linux-4.4.14/fs/squashfs/ |
D | lzo_wrapper.c | 38 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 …]
|
D | lz4_wrapper.c | 30 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 …]
|
D | block.c | 91 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()
|
D | zlib_wrapper.c | 67 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()
|
D | xz_wrapper.c | 134 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.4.14/drivers/staging/sm750fb/ |
D | ddk750_display.c | 208 void ddk750_setLogicalDispOut(disp_output_t output) in ddk750_setLogicalDispOut() argument 212 if (output & PNL_2_USAGE) { in ddk750_setLogicalDispOut() 215 reg = FIELD_VALUE(reg, PANEL_DISPLAY_CTRL, SELECT, (output & PNL_2_MASK)>>PNL_2_OFFSET); in ddk750_setLogicalDispOut() 219 if (output & CRT_2_USAGE) { in ddk750_setLogicalDispOut() 222 reg = FIELD_VALUE(reg, CRT_DISPLAY_CTRL, SELECT, (output & CRT_2_MASK)>>CRT_2_OFFSET); in ddk750_setLogicalDispOut() 229 if (output & PRI_TP_USAGE) { in ddk750_setLogicalDispOut() 231 setDisplayControl(0, (output & PRI_TP_MASK) >> PRI_TP_OFFSET); in ddk750_setLogicalDispOut() 234 if (output & SEC_TP_USAGE) { in ddk750_setLogicalDispOut() 236 setDisplayControl(1, (output & SEC_TP_MASK) >> SEC_TP_OFFSET); in ddk750_setLogicalDispOut() 239 if (output & PNL_SEQ_USAGE) { in ddk750_setLogicalDispOut() [all …]
|
D | sm750.c | 308 struct lynxfb_output *output; in lynxfb_ops_set_par() local 320 output = &par->output; in lynxfb_ops_set_par() 381 ret = hw_sm750_output_setMode(output, var, fix); in lynxfb_ops_set_par() 511 struct lynxfb_output *output; in lynxfb_ops_check_var() local 516 output = &par->output; in lynxfb_ops_check_var() 634 struct lynxfb_output *output; in lynxfb_ops_blank() local 638 output = &par->output; in lynxfb_ops_blank() 639 return output->proc_setBLANK(output, blank); in lynxfb_ops_blank() 646 struct lynxfb_output *output; in sm750fb_set_drv() local 652 output = &par->output; in sm750fb_set_drv() [all …]
|
D | sm750_hw.c | 179 int hw_sm750_output_setMode(struct lynxfb_output *output, in hw_sm750_output_setMode() argument 188 channel = *output->channel; in hw_sm750_output_setMode() 194 if (output->paths & sm750_panel) in hw_sm750_output_setMode() 196 if (output->paths & sm750_crt) in hw_sm750_output_setMode() 201 if (output->paths & sm750_panel) in hw_sm750_output_setMode() 203 if (output->paths & sm750_crt) in hw_sm750_output_setMode() 378 int hw_sm750le_setBLANK(struct lynxfb_output *output, int blank) in hw_sm750le_setBLANK() argument 407 if (output->paths & sm750_crt) { in hw_sm750le_setBLANK() 414 int hw_sm750_setBLANK(struct lynxfb_output *output, int blank) in hw_sm750_setBLANK() argument 450 if (output->paths & sm750_crt) { in hw_sm750_setBLANK() [all …]
|
/linux-4.4.14/arch/um/drivers/ |
D | net_user.c | 50 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 …]
|
D | slip_user.c | 77 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()
|
D | tty.c | 39 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()
|
D | chan_kern.c | 22 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.4.14/tools/power/cpupower/bench/ |
D | main.c | 95 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()
|
D | parse.c | 66 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()
|
D | benchmark.c | 30 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.4.14/drivers/media/i2c/ |
D | m52790.c | 41 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()
|
D | adv7393.c | 56 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() 327 u32 input, u32 output, u32 config) in adv7393_s_routing() argument 332 if (state->output == output) in adv7393_s_routing() 335 err = adv7393_setoutput(sd, output); in adv7393_s_routing() 337 state->output = output; in adv7393_s_routing() 369 err = adv7393_setoutput(sd, state->output); in adv7393_initialize() 407 state->output = ADV7393_COMPOSITE_ID; in adv7393_probe()
|
D | adv7343.c | 55 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() 340 u32 input, u32 output, u32 config) in adv7343_s_routing() argument 345 if (state->output == output) in adv7343_s_routing() 348 err = adv7343_setoutput(sd, output); in adv7343_s_routing() 350 state->output = output; in adv7343_s_routing() 382 err = adv7343_setoutput(sd, state->output); in adv7343_initialize() 458 state->output = ADV7343_COMPOSITE_ID; in adv7343_probe()
|
D | adv7183.c | 42 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() 604 decoder->output = ADV7183_8BIT_OUT; in adv7183_probe()
|
/linux-4.4.14/drivers/ide/ |
D | ide-acpi.c | 230 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.4.14/Documentation/devicetree/bindings/clock/ |
D | silabs,si5351.txt | 7 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 …]
|
D | clock-bindings.txt | 9 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 …]
|
D | sunxi.txt | 65 "allwinner,sun7i-a20-out-clk" - for the external output clocks 85 - clock-output-names : shall be the corresponding names of the outputs. 86 If the clock module only has one output, the name shall be the 104 refer to the index of the output. 106 For "allwinner,sun6i-a31-pll6-clk", there are 2 outputs. The first output 107 is the normal PLL6 output, or "pll6". The second output is rate doubled 111 main clock, with the ID 0, and the output and sample clocks, with the 114 The "allwinner,sun9i-a80-mmc-config-clk" clock has one clock/reset output 125 clock-output-names = "osc24M"; 133 clock-output-names = "pll1"; [all …]
|
D | lpc1850-cgu.txt | 11 of the clock generators through the clock source bus to the output 12 stages. Each output stage provides an independent clock source and 37 - clock-output-names: 70 26 BASE_CGU_OUT0_CLK Base clock for CGU_OUT0 clock output 71 27 BASE_CGU_OUT1_CLK Base clock for CGU_OUT1 clock output 97 clock-output-names = "enet_rx_clk"; 104 clock-output-names = "enet_tx_clk"; 111 clock-output-names = "gp_clkin";
|
D | xgene.txt | 18 - 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";
|
D | pwm-clock.txt | 15 - clock-output-names : From common clock binding. 16 - clock-frequency : Exact output frequency, in case the PWM period 24 clock-output-names = "mipi_mclk";
|
D | renesas,cpg-mstp-clocks.txt | 28 - clocks: Reference to the parent clocks, one per output clock. The parents 29 must appear in the same order as the output clocks. 31 - clock-output-names: The name of the clocks as free-form strings 34 The clocks, clock-output-names and clock-indices properties contain one entry 51 clock-output-names =
|
D | keystone-pll.txt | 37 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";
|
D | keystone-gate.txt | 18 - clock-output-names : From common clock binding to override the 19 default output clock name 25 clock-output-names = "usb";
|
D | rockchip.txt | 22 - clock-output-names : the corresponding gate names that the clock controls 25 clock-output-names 41 clock-output-names = 66 clock-output-names =
|
D | moxa,moxart-clock.txt | 7 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
|
D | qoriq-clock.txt | 119 - clock-output-names: From common clock binding, indicates the names of 120 output clocks 137 clock-output-names = "sysclk"; 145 clock-output-names = "pll0", "pll0-div2"; 153 clock-output-names = "pll1", "pll1-div2"; 162 clock-output-names = "cmux0"; 171 clock-output-names = "cmux1"; 179 clock-output-names = "platform-pll", "platform-pll-div2";
|
D | at91-clock.txt | 230 - atmel,clk-output-range : minimum and maximum clock frequency (two u32 232 e.g. output = <0 133000000>; <=> 0 to 133MHz. 245 atmel,clk-output-range = <0 133000000>; 258 * atmel,clk-output-range : minimum and maximum clock frequency 272 atmel,clk-output-range = <0 133000000>; 278 atmel,clk-output-range = <0 66000000>; 294 - #atmel,pll-clk-output-range-cells : number of cells reserved for pll output 302 - atmel,pll-clk-output-ranges : pll output frequency ranges + optional parameter 303 depending on #atmel,pll-output-range-cells 315 #atmel,pll-clk-output-range-cells = <4>; [all …]
|
D | silabs,si570.txt | 21 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
|
D | nvidia,tegra124-dfll.txt | 17 - registers for the I2C output logic. 32 - clock-output-names: Name of the clock output. 56 <0 0x70110000 0 0x100>, /* I2C output control */ 67 clock-output-names = "dfllCPU_out";
|
/linux-4.4.14/arch/arm64/boot/dts/amd/ |
D | amd-seattle-clks.dtsi | 11 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.4.14/arch/sparc/crypto/ |
D | aes_glue.c | 34 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.4.14/arch/s390/boot/compressed/ |
D | misc.c | 145 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.4.14/arch/um/os-Linux/drivers/ |
D | ethertap_user.c | 40 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 …]
|
D | tuntap_user.c | 132 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.4.14/Documentation/devicetree/bindings/iio/frequency/ |
D | adf4350.txt | 30 - 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.4.14/drivers/staging/skein/ |
D | threefish_api.h | 156 u64 *output); 158 u64 *output); 160 u64 *output); 162 u64 *output); 164 u64 *output); 166 u64 *output);
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | ste,abx500.txt | 40 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 …]
|
D | ste,nomadik.txt | 18 parameters, such as input, output, pull up, pull down... 43 - ste,output: <0/1/2> 44 0: output low, 45 1: output high, 46 2: output (value is not specified). 58 - ste,sleep-output: <0/1/2> 59 0: sleep output low, 60 1: sleep output high, 61 2: sleep output (value is not specified). 93 ste,sleep-output = <1>; [all …]
|
/linux-4.4.14/drivers/platform/x86/ |
D | dell-laptop.c | 54 volatile u32 output[4]; member 561 ret = buffer->output[0]; in dell_rfkill_set() 562 status = buffer->output[1]; in dell_rfkill_set() 571 ret = buffer->output[0]; in dell_rfkill_set() 572 hwswitch = buffer->output[1]; in dell_rfkill_set() 584 ret = buffer->output[0]; in dell_rfkill_set() 624 ret = buffer->output[0]; in dell_rfkill_query() 625 status = buffer->output[1]; in dell_rfkill_query() 636 ret = buffer->output[0]; in dell_rfkill_query() 637 hwswitch = buffer->output[1]; in dell_rfkill_query() [all …]
|
D | mxm-wmi.c | 51 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()
|
D | classmate-laptop.c | 169 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 …]
|
D | dell-rbtn.c | 41 unsigned long long output; in rbtn_check() local 44 status = acpi_evaluate_integer(device->handle, "CRBT", NULL, &output); in rbtn_check() 48 switch (output) { in rbtn_check() 62 unsigned long long output; in rbtn_get() local 65 status = acpi_evaluate_integer(device->handle, "GRBT", NULL, &output); in rbtn_get() 69 return !output; in rbtn_get()
|
/linux-4.4.14/drivers/pwm/ |
D | pwm-lp3943.c | 48 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.4.14/drivers/gpu/drm/radeon/ |
D | radeon_atpx_handler.c | 150 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 …]
|
D | radeon_acpi.c | 203 struct atif_verify_interface output; in radeon_atif_verify_interface() local 211 memset(&output, 0, sizeof(output)); in radeon_atif_verify_interface() 219 size = min(sizeof(output), size); in radeon_atif_verify_interface() 221 memcpy(&output, info->buffer.pointer, size); in radeon_atif_verify_interface() 224 DRM_DEBUG_DRIVER("ATIF version %u\n", output.version); in radeon_atif_verify_interface() 226 radeon_atif_parse_notification(&atif->notifications, output.notification_mask); in radeon_atif_verify_interface() 227 radeon_atif_parse_functions(&atif->functions, output.function_bits); in radeon_atif_verify_interface() 489 struct atcs_verify_interface output; in radeon_atcs_verify_interface() local 497 memset(&output, 0, sizeof(output)); in radeon_atcs_verify_interface() 505 size = min(sizeof(output), size); in radeon_atcs_verify_interface() [all …]
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_atpx_handler.c | 151 struct atpx_px_params output; in amdgpu_atpx_validate() local 159 memset(&output, 0, sizeof(output)); in amdgpu_atpx_validate() 167 size = min(sizeof(output), size); in amdgpu_atpx_validate() 169 memcpy(&output, info->buffer.pointer, size); in amdgpu_atpx_validate() 171 valid_bits = output.flags & output.valid_flags; in amdgpu_atpx_validate() 201 struct atpx_verify_interface output; in amdgpu_atpx_verify_interface() local 209 memset(&output, 0, sizeof(output)); in amdgpu_atpx_verify_interface() 217 size = min(sizeof(output), size); in amdgpu_atpx_verify_interface() 219 memcpy(&output, info->buffer.pointer, size); in amdgpu_atpx_verify_interface() 223 output.version, output.function_bits); in amdgpu_atpx_verify_interface() [all …]
|
D | amdgpu_acpi.c | 203 struct atif_verify_interface output; in amdgpu_atif_verify_interface() local 211 memset(&output, 0, sizeof(output)); in amdgpu_atif_verify_interface() 219 size = min(sizeof(output), size); in amdgpu_atif_verify_interface() 221 memcpy(&output, info->buffer.pointer, size); in amdgpu_atif_verify_interface() 224 DRM_DEBUG_DRIVER("ATIF version %u\n", output.version); in amdgpu_atif_verify_interface() 226 amdgpu_atif_parse_notification(&atif->notifications, output.notification_mask); in amdgpu_atif_verify_interface() 227 amdgpu_atif_parse_functions(&atif->functions, output.function_bits); in amdgpu_atif_verify_interface() 484 struct atcs_verify_interface output; in amdgpu_atcs_verify_interface() local 492 memset(&output, 0, sizeof(output)); in amdgpu_atcs_verify_interface() 500 size = min(sizeof(output), size); in amdgpu_atcs_verify_interface() [all …]
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | dm365_resizer.c | 140 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.4.14/sound/pci/echoaudio/ |
D | indigoio_dsp.c | 32 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()
|
D | indigodj_dsp.c | 32 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()
|
D | indigo_dsp.c | 32 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()
|
D | indigo_express_dsp.c | 77 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()
|
D | mia_dsp.c | 35 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.4.14/Documentation/devicetree/bindings/net/can/ |
D | sja1000.txt | 24 - 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.4.14/net/openvswitch/ |
D | flow_netlink.c | 718 const struct ip_tunnel_key *output, in __ip_tun_to_nlattr() argument 722 if (output->tun_flags & TUNNEL_KEY && in __ip_tun_to_nlattr() 723 nla_put_be64(skb, OVS_TUNNEL_KEY_ATTR_ID, output->tun_id)) in __ip_tun_to_nlattr() 727 if (output->u.ipv4.src && in __ip_tun_to_nlattr() 729 output->u.ipv4.src)) in __ip_tun_to_nlattr() 731 if (output->u.ipv4.dst && in __ip_tun_to_nlattr() 733 output->u.ipv4.dst)) in __ip_tun_to_nlattr() 737 if (!ipv6_addr_any(&output->u.ipv6.src) && in __ip_tun_to_nlattr() 739 &output->u.ipv6.src)) in __ip_tun_to_nlattr() 741 if (!ipv6_addr_any(&output->u.ipv6.dst) && in __ip_tun_to_nlattr() [all …]
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | debug.c | 34 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()
|
D | dev.h | 35 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()
|
D | debug.h | 26 struct output { struct 42 void __printf(2, 3) host1x_debug_output(struct output *o, const char *fmt, ...); argument
|
/linux-4.4.14/lib/ |
D | decompress_unlz4.c | 37 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()
|
D | decompress_unlzo.c | 115 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.4.14/drivers/media/platform/davinci/ |
D | vpbe.c | 130 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 …]
|
D | vpif_display.c | 686 struct v4l2_output output; in vpif_s_std() local 693 output = chan_cfg->outputs[ch->output_idx].output; in vpif_s_std() 694 if (output.capabilities != V4L2_OUT_CAP_STD) in vpif_s_std() 733 struct v4l2_output output; in vpif_g_std() local 739 output = chan_cfg->outputs[ch->output_idx].output; in vpif_g_std() 740 if (output.capabilities != V4L2_OUT_CAP_STD) in vpif_g_std() 748 struct v4l2_output *output) in vpif_enum_output() argument 757 if (output->index >= chan_cfg->output_count) { in vpif_enum_output() 762 *output = chan_cfg->outputs[output->index].output; in vpif_enum_output() 816 u32 input = 0, output = 0; in vpif_set_output() local [all …]
|
/linux-4.4.14/arch/arm64/boot/dts/arm/ |
D | juno-clocks.dtsi | 15 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";
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-routing.c | 37 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.4.14/scripts/ |
D | gen_initramfs_list.sh | 51 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.4.14/Documentation/ |
D | video-output.txt | 6 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.4.14/drivers/staging/iio/Documentation/dac/ |
D | max517 | 21 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.4.14/Documentation/devicetree/bindings/pwm/ |
D | pwm-lp3943.txt | 10 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.4.14/Documentation/hwmon/ |
D | ltc2978 | 71 LTC3880, LTC3882, LTC3886, and LTC3887 are dual output poly-phase step-down 128 in[N]_input Measured output voltage. 129 in[N]_min Minimum output voltage. 130 in[N]_max Maximum output voltage. 131 in[N]_lcrit Critical minimum output voltage. 132 in[N]_crit Critical maximum output voltage. 137 in[N]_lowest Lowest output voltage. LTC2974, LTC2975, 139 in[N]_highest Highest output voltage. 140 in[N]_reset_history Reset output voltage history. 184 power[N]_input Measured output power. [all …]
|
D | max20751 | 56 in2_min Minimum output voltage. 57 in2_max Maximum output voltage. 58 in2_lcrit Critical minimum output voltage. 59 in2_crit Critical maximum output voltage. 65 curr1_input Measured output current. 67 curr1_max Maximum output current.
|
D | lm25066 | 88 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.
|
D | ltc4245 | 65 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
|
D | ds620 | 25 (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.
|
D | zl6100 | 137 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.
|
D | dme1737 | 30 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.4.14/Documentation/trace/ |
D | intel_th.txt | 8 switch and output trace data from multiple hardware and software 9 sources over several types of trace output ports encoded in System 22 - Memory Storage Unit (MSU), trace output, which allows storing 23 trace hub output in system memory, 24 - Parallel Trace Interface output (PTI), trace output to an external 29 Common attributes for output devices are described in 30 Documentation/ABI/testing/sysfs-bus-intel_th-output-devices, the most 31 notable of them is "active", which enables or disables trace output 32 into that particular output device. 34 GTH allows directing different STP masters into different output ports
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | atomic.h | 100 int output; \ 107 : "=&r" (output) \ 116 int output; \ 123 : "=&r" (output) \ 127 return output; \
|
/linux-4.4.14/include/trace/events/ |
D | thermal_power_allocator.h | 59 s64 p, s64 i, s64 d, s32 output), 60 TP_ARGS(tz, err, err_integral, p, i, d, output), 68 __field(s32, output ) 77 __entry->output = output; 82 __entry->p, __entry->i, __entry->d, __entry->output)
|
/linux-4.4.14/drivers/gpu/drm/rcar-du/ |
D | rcar_du_encoder.c | 108 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()
|
D | rcar_du_encoder.h | 34 enum rcar_du_output output; member 57 enum rcar_du_output output,
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | rt9455_charger.txt | 11 - richtek,output-charge-current: integer, output current from the charger to the 13 - richtek,end-of-charge-percentage: integer, percent of the output charge current. 18 - richtek,boost-output-voltage: integer, maximum voltage provided to consumer 41 richtek,output-charge-current = <500000>; 44 richtek,boost-output-voltage = <5050000>;
|
/linux-4.4.14/tools/testing/selftests/powerpc/vphn/ |
D | test-vphn.c | 367 __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.4.14/sound/core/ |
D | rawmidi_compat.c | 39 if (rfile->output == NULL) in snd_rawmidi_ioctl_params_compat() 49 return snd_rawmidi_output_params(rfile->output, ¶ms); 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.4.14/Documentation/sound/alsa/ |
D | README.maya44 | 22 - 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 …]
|
D | CMIPCI.txt | 29 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 …]
|
/linux-4.4.14/drivers/cpufreq/ |
D | pcc-cpufreq.c | 304 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.4.14/arch/x86/include/asm/ |
D | alternative.h | 208 #define alternative_io(oldinstr, newinstr, feature, output, input...) \ argument 210 : output : "i" (0), ## input) 213 #define alternative_call(oldfunc, newfunc, feature, output, input...) \ argument 215 : output : [old] "i" (oldfunc), [new] "i" (newfunc), ## input) 224 output, input...) \ argument 227 : output : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
|
/linux-4.4.14/arch/arm64/boot/dts/qcom/ |
D | apq8016-sbc-pmic-pins.dtsi | 9 output-low; 26 output-low; 37 output-low;
|
/linux-4.4.14/drivers/media/platform/ |
D | sh_vou.c | 511 struct v4l2_rect output; member 542 unsigned int found = geo->output.width * vou_scale_h_den[i] / in vou_adjust_input() 567 unsigned int found = geo->output.height * vou_scale_v_den[i] / in vou_adjust_input() 618 err = abs(found - geo->output.width); in vou_adjust_output() 628 geo->output.width = best; in vou_adjust_output() 630 if (geo->output.left + best > width_max) in vou_adjust_output() 631 geo->output.left = width_max - best; in vou_adjust_output() 648 err = abs(found - geo->output.height); in vou_adjust_output() 658 geo->output.height = best; in vou_adjust_output() 660 if (geo->output.top + best > height_max) in vou_adjust_output() [all …]
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_uds.c | 107 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.4.14/drivers/clk/at91/ |
D | clk-pll.c | 46 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() 398 struct clk_range *output; in of_at91_clk_pll_get_characteristics() local 421 output = kzalloc(sizeof(*output) * num_output, GFP_KERNEL); in of_at91_clk_pll_get_characteristics() 422 if (!output) in of_at91_clk_pll_get_characteristics() 443 output[i].min = tmp; in of_at91_clk_pll_get_characteristics() 448 output[i].max = tmp; in of_at91_clk_pll_get_characteristics() 471 characteristics->output = output; in of_at91_clk_pll_get_characteristics() 479 kfree(output); in of_at91_clk_pll_get_characteristics()
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/st/ |
D | st,clkgen-vcc.txt | 4 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",
|
D | st,clkgen.txt | 70 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 */
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-intel_th-output-devices | 5 Description: (RW) Writes of 1 or 0 enable or disable trace output to this 6 output device. Reads return current status. 12 Description: (RO) Port number, corresponding to this output device on the
|
D | sysfs-driver-st | 6 This file allows you to turn debug output from the st driver 8 Note that debug output requires that the module be compiled 12 output support being compiled into the module.
|
D | sysfs-class-regulator | 16 '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.4.14/Documentation/filesystems/ |
D | seq_file.txt | 11 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.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-dds | 26 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.4.14/drivers/crypto/ |
D | padlock-aes.c | 190 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.4.14/drivers/video/fbdev/omap2/dss/ |
D | dpi.c | 56 struct omap_dss_device output; member 63 return container_of(dssdev, struct dpi_data, output); in dpi_get_data_from_dssdev() 336 struct omap_dss_device *out = &dpi->output; in dpi_set_mode() 369 struct omap_dss_device *out = &dpi->output; in dpi_config_lcd_manager() 387 struct omap_dss_device *out = &dpi->output; in dpi_display_enable() 460 struct omap_overlay_manager *mgr = dpi->output.manager; in dpi_display_disable() 509 struct omap_overlay_manager *mgr = dpi->output.manager; in dpi_check_timings() 601 pll = dpi_get_pll(dpi->output.dispc_channel); in dpi_init_pll() 607 dss_ctrl_pll_set_control_mux(pll->id, dpi->output.dispc_channel); in dpi_init_pll() 722 struct omap_dss_device *out = &dpi->output; in dpi_init_output() [all …]
|
D | sdi.c | 45 struct omap_dss_device output; member 117 struct omap_overlay_manager *mgr = sdi.output.manager; in sdi_config_lcd_manager() 132 struct omap_dss_device *out = &sdi.output; in sdi_display_enable() 219 struct omap_overlay_manager *mgr = sdi.output.manager; in sdi_display_disable() 245 struct omap_overlay_manager *mgr = sdi.output.manager; in sdi_check_timings() 339 struct omap_dss_device *out = &sdi.output; in sdi_init_output() 356 struct omap_dss_device *out = &sdi.output; in sdi_uninit_output()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | drivers.c | 315 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.4.14/drivers/pinctrl/qcom/ |
D | pinctrl-ssbi-mpp.c | 118 bool output; member 185 } else if (pin->input && pin->output) { in pm8xxx_mpp_update() 211 if (pin->output) { in pm8xxx_mpp_update() 400 pin->output = true; in pm8xxx_pin_config_set() 460 pin->output = true; in pm8xxx_mpp_direction_input() 480 pin->output = true; in pm8xxx_mpp_direction_output() 484 pin->output = true; in pm8xxx_mpp_direction_output() 488 pin->output = true; in pm8xxx_mpp_direction_output() 575 } else if (pin->input && pin->output) { in pm8xxx_mpp_dbg_show_one() 585 } else if (pin->output) { in pm8xxx_mpp_dbg_show_one() [all …]
|
/linux-4.4.14/Documentation/video4linux/ |
D | sh_mobile_ceu_camera.txt | 40 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
|
D | vivid.txt | 5 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.4.14/drivers/leds/ |
D | dell-led.c | 83 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.4.14/arch/powerpc/boot/dts/fsl/ |
D | qoriq-clockgen1.dtsi | 47 clock-output-names = "sysclk"; 54 clock-output-names = "pll0", "pll0-div2"; 61 clock-output-names = "pll1", "pll1-div2"; 69 clock-output-names = "cmux0"; 77 clock-output-names = "cmux1"; 84 clock-output-names = "platform-pll", "platform-pll-div2";
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_ipipeif.c | 256 (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() 687 if (ipipeif->output & ~IPIPEIF_OUTPUT_MEMORY) in ipipeif_link_setup() 689 ipipeif->output |= IPIPEIF_OUTPUT_MEMORY; in ipipeif_link_setup() 691 ipipeif->output &= ~IPIPEIF_OUTPUT_MEMORY; in ipipeif_link_setup() 698 if (ipipeif->output & ~IPIPEIF_OUTPUT_VP) in ipipeif_link_setup() [all …]
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE.fax | 84 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.4.14/arch/cris/ |
D | Kconfig | 352 bool "Ser0 uses no DMA for output" 354 Do not use DMA for ser0 output. 357 bool "Ser0 uses DMA6 for output" 360 Enables the DMA6 output channel for ser0 (ttyS0). 367 bool "Ser0 uses DMA0 for output" 370 Enables the DMA0 output channel for ser0 (ttyS0). 452 bool "Ser1 uses no DMA for output" 454 Do not use DMA for ser1 output. 458 bool "Ser1 uses DMA8 for output" 462 bool "Ser1 uses DMA4 for output" [all …]
|
/linux-4.4.14/arch/sh/boot/compressed/ |
D | misc.c | 35 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.4.14/Documentation/devicetree/bindings/display/ti/ |
D | ti,omap4-dss.txt | 22 - 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
|
D | ti,omap5-dss.txt | 22 - Video port for DPI output 51 - Video port for RFBI output 69 - Video port for DSI output 92 - Video port for HDMI output
|
D | ti,opa362.txt | 5 - enable-gpios: enable/disable output gpio 9 - Video port 1 for opa362 output
|
/linux-4.4.14/drivers/staging/clocking-wizard/ |
D | dt-binding.txt | 15 - clock-output-names: Names for the output clocks 27 clock-output-names = "clk_out0", "clk_out1", "clk_out2",
|
/linux-4.4.14/arch/arm64/boot/dts/apm/ |
D | apm-storm.dtsi | 120 clock-output-names = "refclk"; 129 clock-output-names = "pcppll"; 139 clock-output-names = "socpll"; 150 clock-output-names = "socplldiv2"; 160 clock-output-names = "qmlclk"; 173 clock-output-names = "ethclk"; 182 clock-output-names = "menetclk"; 192 clock-output-names = "sge0clk"; 202 clock-output-names = "sge1clk"; 212 clock-output-names = "xge0clk"; [all …]
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-help.txt | 17 on the standard output. 20 printed on the standard output. 33 Prints all the available commands on the standard output. This
|
D | perf-timechart.txt | 36 --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.4.14/drivers/gpu/host1x/hw/ |
D | debug_hw.c | 41 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.4.14/Documentation/fb/ |
D | viafb.txt | 158 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.4.14/drivers/thermal/ |
D | clock_cooling.c | 134 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.4.14/drivers/ata/ |
D | libata-acpi.c | 288 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.4.14/Documentation/devicetree/bindings/media/i2c/ |
D | ov2640.txt | 3 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
|
D | adv7604.txt | 22 The device node must contain one 'port' child node per device input and output 30 Digital output 1 2 32 The digital output port node must contain at least one endpoint. 45 - pclk-sample: Pixel clock polarity. Defaults to output on the falling edge.
|
D | tvp7002.txt | 24 - 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.4.14/drivers/acpi/ |
D | utils.c | 407 union acpi_object *output; in acpi_get_physical_device_location() local 414 output = buffer.pointer; in acpi_get_physical_device_location() 416 if (!output || output->type != ACPI_TYPE_PACKAGE in acpi_get_physical_device_location() 417 || !output->package.count in acpi_get_physical_device_location() 418 || output->package.elements[0].type != ACPI_TYPE_BUFFER in acpi_get_physical_device_location() 419 || output->package.elements[0].buffer.length < ACPI_PLD_REV1_BUFFER_SIZE) { in acpi_get_physical_device_location() 425 output->package.elements[0].buffer.pointer, in acpi_get_physical_device_location() 426 output->package.elements[0].buffer.length, in acpi_get_physical_device_location()
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-adp5520.c | 22 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.4.14/Documentation/leds/ |
D | leds-lp5523.txt | 53 the master faders, its output is dimmed based on the value of the master 66 Then, to have 25% of the original output on channel 0,6: 70 To have 0% of the original output (i.e. no output) channel 1,7: 74 To have 100% of the original output (i.e. no dimming) on channel 2,8:
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | sun6i-prcm.txt | 35 clock-output-names = "ahb0"; 42 clock-output-names = "apb0"; 49 clock-output-names = "apb0_pio", "apb0_ir",
|
/linux-4.4.14/arch/nios2/boot/dts/ |
D | 10m50_devboard.dts | 137 clock-output-names = "enet_pll-c0"; 144 clock-output-names = "enet_pll-c1"; 151 clock-output-names = "enet_pll-c2"; 163 clock-output-names = "sys_pll-c0"; 170 clock-output-names = "sys_pll-c1"; 177 clock-output-names = "sys_pll-c2";
|
/linux-4.4.14/drivers/staging/lustre/lustre/fid/ |
D | fid_request.c | 59 struct lu_seq_range *output, __u32 opc, in seq_client_rpc() argument 121 *output = *out; in seq_client_rpc() 123 if (!range_is_sane(output)) { in seq_client_rpc() 125 DRANGE"\n", seq->lcs_name, PRANGE(output)); in seq_client_rpc() 130 if (range_is_exhausted(output)) { in seq_client_rpc() 132 DRANGE"]\n", seq->lcs_name, PRANGE(output)); in seq_client_rpc() 138 seq->lcs_name, opcname, PRANGE(output)); in seq_client_rpc()
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | arm,scpi.txt | 51 - clock-output-names : shall be the corresponding names of the outputs. 54 into the clock-output-names array. 133 clock-output-names = "atlclk", "aplclk","gpuclk"; 139 clock-output-names = "pxlclk0", "pxlclk1"; 173 scpi_dvfs has 3 output clocks namely: atlclk, aplclk, and gpuclk with 0, 174 1 and 2 as clock-indices. scpi_clk has 2 output clocks namely: pxlclk0 178 specifier which points to the first entry in the output clocks of 183 in the output clocks of scpi_clocks i.e. "pxlclk1"
|
D | sp810.txt | 24 - clock-output-names: from the common clock bindings; 28 should be: clock specifier for each output clock of this 42 clock-output-names = "timerclken0", "timerclken1", "timerclken2", "timerclken3";
|
/linux-4.4.14/Documentation/power/regulator/ |
D | overview.txt | 10 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.4.14/Documentation/video4linux/cx2341x/ |
D | fw-decoder-regs.txt | 200 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.4.14/arch/powerpc/kvm/ |
D | mpic.c | 152 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.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | pincfg.txt | 12 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.4.14/arch/m68k/ |
D | Kconfig.debug | 17 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.4.14/drivers/regulator/ |
D | Kconfig | 13 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 240 regulator that delivers a digitally programmable output from an 241 input voltage supply of 2.5V to 5.5V. The output voltage is 314 tristate "LTC3589 8-output voltage regulator" 319 8-output regulators controlled via I2C. 333 This driver controls a Maxim 1586 or 1587 voltage output [all …]
|