Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 2615) sorted by relevance

12345678910>>...105

/linux/drivers/gpu/drm/tegra/
H A Doutput.c23 struct tegra_output *output = connector_to_output(connector); in tegra_output_connector_get_modes() local
31 if (output->panel) { in tegra_output_connector_get_modes()
32 err = drm_panel_get_modes(output->panel, connector); in tegra_output_connector_get_modes()
37 if (output->drm_edid) in tegra_output_connector_get_modes()
38 drm_edid = drm_edid_dup(output->drm_edid); in tegra_output_connector_get_modes()
39 else if (output->ddc) in tegra_output_connector_get_modes()
40 drm_edid = drm_edid_read_ddc(connector, output->ddc); in tegra_output_connector_get_modes()
43 cec_notifier_set_phys_addr(output->cec, in tegra_output_connector_get_modes()
55 struct tegra_output *output = connector_to_output(connector); in tegra_output_connector_detect() local
58 if (output in tegra_output_connector_detect()
78 struct tegra_output *output = connector_to_output(connector); tegra_output_connector_destroy() local
89 struct tegra_output *output = data; hpd_irq() local
97 tegra_output_probe(struct tegra_output * output) tegra_output_probe() argument
196 tegra_output_remove(struct tegra_output * output) tegra_output_remove() argument
207 tegra_output_init(struct drm_device * drm,struct tegra_output * output) tegra_output_init() argument
236 tegra_output_exit(struct tegra_output * output) tegra_output_exit() argument
246 tegra_output_find_possible_crtcs(struct tegra_output * output,struct drm_device * drm) tegra_output_find_possible_crtcs() argument
268 tegra_output_suspend(struct tegra_output * output) tegra_output_suspend() argument
276 tegra_output_resume(struct tegra_output * output) tegra_output_resume() argument
[all...]
H A Drgb.c18 struct tegra_output output; member
27 static inline struct tegra_rgb *to_rgb(struct tegra_output *output) in to_rgb() argument
29 return container_of(output, struct tegra_rgb, output); in to_rgb()
93 struct tegra_output *output = encoder_to_output(encoder); in tegra_rgb_encoder_disable() local
94 struct tegra_rgb *rgb = to_rgb(output); in tegra_rgb_encoder_disable()
103 struct tegra_output *output = encoder_to_output(encoder); in tegra_rgb_encoder_enable() local
104 struct tegra_rgb *rgb = to_rgb(output); in tegra_rgb_encoder_enable()
152 struct tegra_output *output = encoder_to_output(encoder); in tegra_rgb_encoder_atomic_check() local
155 struct tegra_rgb *rgb = to_rgb(output); in tegra_rgb_encoder_atomic_check()
301 struct tegra_output *output = dc->rgb; tegra_dc_rgb_init() local
[all...]
/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp2_transition.c31 struct mod_hdcp_output *output) in mod_hdcp_hdcp2_transition() argument
42 callback_in_ms(0, output); in mod_hdcp_hdcp2_transition()
43 set_state_id(hdcp, output, HDCP_INITIALIZED); in mod_hdcp_hdcp2_transition()
45 callback_in_ms(0, output); in mod_hdcp_hdcp2_transition()
46 set_state_id(hdcp, output, H2_A1_SEND_AKE_INIT); in mod_hdcp_hdcp2_transition()
54 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp2_transition()
57 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp2_transition()
60 set_watchdog_in_ms(hdcp, 100, output); in mod_hdcp_hdcp2_transition()
61 callback_in_ms(0, output); in mod_hdcp_hdcp2_transition()
62 set_state_id(hdcp, output, H2_A1_VALIDATE_AKE_CER in mod_hdcp_hdcp2_transition()
384 mod_hdcp_hdcp2_dp_transition(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp2 * input,struct mod_hdcp_output * output) mod_hdcp_hdcp2_dp_transition() argument
[all...]
H A Dhdcp1_transition.c31 struct mod_hdcp_output *output) in mod_hdcp_hdcp1_transition() argument
41 callback_in_ms(500, output); in mod_hdcp_hdcp1_transition()
45 callback_in_ms(0, output); in mod_hdcp_hdcp1_transition()
46 set_state_id(hdcp, output, H1_A1_EXCHANGE_KSVS); in mod_hdcp_hdcp1_transition()
52 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition()
60 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition()
63 callback_in_ms(300, output); in mod_hdcp_hdcp1_transition()
64 set_state_id(hdcp, output, in mod_hdcp_hdcp1_transition()
70 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition()
79 fail_and_restart_in_ms(1000, &status, output); in mod_hdcp_hdcp1_transition()
154 mod_hdcp_hdcp1_dp_transition(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp1 * input,struct mod_hdcp_output * output) mod_hdcp_hdcp1_dp_transition() argument
[all...]
H A Dhdcp.c130 struct mod_hdcp_output *output) in transition() argument
140 callback_in_ms(0, output); in transition()
141 set_state_id(hdcp, output, D2_A0_DETERMINE_RX_HDCP_CAPABLE); in transition()
143 callback_in_ms(0, output); in transition()
144 set_state_id(hdcp, output, D1_A0_DETERMINE_RX_HDCP_CAPABLE); in transition()
146 callback_in_ms(0, output); in transition()
147 set_state_id(hdcp, output, HDCP_CP_NOT_DESIRED); in transition()
148 set_auth_complete(hdcp, output); in transition()
152 callback_in_ms(0, output); in transition()
153 set_state_id(hdcp, output, H2_A0_KNOWN_HDCP2_CAPABLE_R in transition()
189 reset_authentication(struct mod_hdcp * hdcp,struct mod_hdcp_output * output) reset_authentication() argument
235 reset_connection(struct mod_hdcp * hdcp,struct mod_hdcp_output * output) reset_connection() argument
292 struct mod_hdcp_output output; mod_hdcp_setup() local
307 struct mod_hdcp_output output; mod_hdcp_teardown() local
321 mod_hdcp_add_display(struct mod_hdcp * hdcp,struct mod_hdcp_link * link,struct mod_hdcp_display * display,struct mod_hdcp_output * output) mod_hdcp_add_display() argument
379 mod_hdcp_remove_display(struct mod_hdcp * hdcp,uint8_t index,struct mod_hdcp_output * output) mod_hdcp_remove_display() argument
425 mod_hdcp_update_display(struct mod_hdcp * hdcp,uint8_t index,struct mod_hdcp_link_adjustment * link_adjust,struct mod_hdcp_display_adjustment * display_adjust,struct mod_hdcp_output * output) mod_hdcp_update_display() argument
523 mod_hdcp_reset_connection(struct mod_hdcp * hdcp,struct mod_hdcp_output * output) mod_hdcp_reset_connection() argument
536 mod_hdcp_process_event(struct mod_hdcp * hdcp,enum mod_hdcp_event event,struct mod_hdcp_output * output) mod_hdcp_process_event() argument
[all...]
/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-gen1.c39 struct vfe_output *output = &line->output; in vfe_disable_output() local
47 output->gen1.wait_sof = 1; in vfe_disable_output()
50 time = wait_for_completion_timeout(&output->sof, msecs_to_jiffies(VFE_NEXT_SOF_MS)); in vfe_disable_output()
55 for (i = 0; i < output->wm_num; i++) in vfe_disable_output()
56 vfe->ops_gen1->wm_enable(vfe, output->wm_idx[i], 0); in vfe_disable_output()
59 output->wait_reg_update = 1; in vfe_disable_output()
62 time = wait_for_completion_timeout(&output->reg_update, msecs_to_jiffies(VFE_NEXT_SOF_MS)); in vfe_disable_output()
69 vfe->ops_gen1->wm_frame_based(vfe, output->wm_idx[0], 0); in vfe_disable_output()
70 vfe->ops_gen1->bus_disconnect_wm_from_rdi(vfe, output in vfe_disable_output()
121 vfe_output_init_addrs(struct vfe_device * vfe,struct vfe_output * output,u8 sync,struct vfe_line * line) vfe_output_init_addrs() argument
149 vfe_output_frame_drop(struct vfe_device * vfe,struct vfe_output * output,u32 drop_pattern) vfe_output_frame_drop() argument
171 struct vfe_output *output = &line->output; vfe_enable_output() local
284 struct vfe_output *output; vfe_get_output() local
385 vfe_output_update_ping_addr(struct vfe_device * vfe,struct vfe_output * output,u8 sync,struct vfe_line * line) vfe_output_update_ping_addr() argument
404 vfe_output_update_pong_addr(struct vfe_device * vfe,struct vfe_output * output,u8 sync,struct vfe_line * line) vfe_output_update_pong_addr() argument
423 vfe_buf_update_wm_on_next(struct vfe_device * vfe,struct vfe_output * output) vfe_buf_update_wm_on_next() argument
439 vfe_buf_update_wm_on_last(struct vfe_device * vfe,struct vfe_output * output) vfe_buf_update_wm_on_last() argument
459 vfe_buf_update_wm_on_new(struct vfe_device * vfe,struct vfe_output * output,struct camss_buffer * new_buf,struct vfe_line * line) vfe_buf_update_wm_on_new() argument
525 struct vfe_output *output; vfe_isr_sof() local
544 struct vfe_output *output; vfe_isr_reg_update() local
612 struct vfe_output *output; vfe_isr_wm_done() local
693 struct vfe_output *output; vfe_queue_buffer() local
[all...]
/linux/drivers/staging/media/starfive/camss/
H A Dstf-capture.c79 struct stf_v_buf *output = &cap->buffers; in stf_init_addrs() local
82 output->active_buf = 0; in stf_init_addrs()
84 if (!output->buf[0]) in stf_init_addrs()
87 addr0 = output->buf[0]->addr[0]; in stf_init_addrs()
88 addr1 = output->buf[0]->addr[1]; in stf_init_addrs()
96 static struct stfcamss_buffer *stf_buf_get_pending(struct stf_v_buf *output) in stf_buf_get_pending() argument
100 if (!list_empty(&output->pending_bufs)) { in stf_buf_get_pending()
101 buffer = list_first_entry(&output->pending_bufs, in stf_buf_get_pending()
113 struct stf_v_buf *output = &cap->buffers; in stf_cap_s_cfg() local
116 spin_lock_irqsave(&output in stf_cap_s_cfg()
138 struct stf_v_buf *output = &cap->buffers; stf_cap_s_cleanup() local
268 stf_buf_add_ready(struct stf_v_buf * output,struct stfcamss_buffer * buffer) stf_buf_add_ready() argument
275 stf_buf_get_ready(struct stf_v_buf * output) stf_buf_get_ready() argument
289 stf_buf_add_pending(struct stf_v_buf * output,struct stfcamss_buffer * buffer) stf_buf_add_pending() argument
296 stf_buf_update_on_last(struct stf_v_buf * output) stf_buf_update_on_last() argument
311 stf_buf_update_on_next(struct stf_v_buf * output) stf_buf_update_on_next() argument
327 struct stf_v_buf *output = &cap->buffers; stf_buf_update_on_new() local
358 stf_buf_flush(struct stf_v_buf * output,enum vb2_buffer_state state) stf_buf_flush() argument
373 stf_buf_done(struct stf_v_buf * output) stf_buf_done() argument
395 stf_change_buffer(struct stf_v_buf * output) stf_change_buffer() argument
[all...]
/linux/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-npcm750-pincfg-evb.dtsi11 pin9_output_high: pin9-output-high {
14 output-high;
21 pin11_output_high: pin11-output-high {
24 output-high;
31 pin24_output_high: pin24-output-high {
34 output-high;
36 pin25_output_low: pin25-output-low {
39 output-low;
41 pin32_output_high: pin32-output-high {
44 output
[all...]
H A Dnuvoton-npcm750-runbmc-olympus-pincfg.dtsi9 output-low;
14 output-low;
19 output-low;
24 output-low;
44 output-high;
49 output-low;
64 output-low;
69 output-low;
74 output-low;
79 output
[all...]
/linux/arch/arm/boot/dts/ti/omap/
H A Domap44xx-clocks.dtsi11 clock-output-names = "extalt_clkin_ck";
18 clock-output-names = "pad_clks_src_ck";
25 clock-output-names = "pad_clks_ck";
34 clock-output-names = "pad_slimbus_core_clks_ck";
41 clock-output-names = "secure_32k_clk_src_ck";
48 clock-output-names = "slimbus_src_clk";
55 clock-output-names = "slimbus_clk";
64 clock-output-names = "sys_32k_ck";
71 clock-output-names = "virt_12000000_ck";
78 clock-output
[all...]
H A Domap54xx-clocks.dtsi11 clock-output-names = "pad_clks_src_ck";
18 clock-output-names = "pad_clks_ck";
27 clock-output-names = "secure_32k_clk_src_ck";
34 clock-output-names = "slimbus_src_clk";
41 clock-output-names = "slimbus_clk";
50 clock-output-names = "sys_32k_ck";
57 clock-output-names = "virt_12000000_ck";
64 clock-output-names = "virt_13000000_ck";
71 clock-output-names = "virt_16800000_ck";
78 clock-output
[all...]
H A Dam43xx-clocks.dtsi11 clock-output-names = "sys_clkin_ck";
20 clock-output-names = "crystal_freq_sel_ck";
29 clock-output-names = "sysboot_freq_sel_ck";
38 clock-output-names = "adc_tsc_fck";
47 clock-output-names = "dcan0_fck";
56 clock-output-names = "dcan1_fck";
65 clock-output-names = "mcasp0_fck";
74 clock-output-names = "mcasp1_fck";
83 clock-output-names = "smartreflex0_fck";
92 clock-output
[all...]
H A Ddra7xx-clocks.dtsi11 clock-output-names = "atl_clkin0_ck";
18 clock-output-names = "atl_clkin1_ck";
25 clock-output-names = "atl_clkin2_ck";
32 clock-output-names = "atl_clkin3_ck";
39 clock-output-names = "hdmi_clkin_ck";
46 clock-output-names = "mlb_clkin_ck";
53 clock-output-names = "mlbp_clkin_ck";
60 clock-output-names = "pciesref_acs_clk_ck";
67 clock-output-names = "ref_clkin0_ck";
74 clock-output
[all...]
H A Domap3xxx-clocks.dtsi93 clock-output-names = "mcbsp5_mux_fck";
101 clock-output-names = "mcbsp3_mux_fck";
109 clock-output-names = "mcbsp4_mux_fck";
132 clock-output-names = "mcbsp1_mux_fck";
140 clock-output-names = "mcbsp2_mux_fck";
272 clock-output-names = "dpll3_m3_ck";
282 clock-output-names = "dpll4_m6_ck";
292 clock-output-names = "emu_src_mux_ck";
300 clock-output-names = "pclk_fck";
310 clock-output
[all...]
/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_encoder.c49 enum rcar_du_output output, in rcar_du_encoder_init() argument
62 if ((output == RCAR_DU_OUTPUT_DPAD0 || in rcar_du_encoder_init()
63 output == RCAR_DU_OUTPUT_DPAD1) && in rcar_du_encoder_init()
79 if (output == RCAR_DU_OUTPUT_LVDS0 || in rcar_du_encoder_init()
80 output == RCAR_DU_OUTPUT_LVDS1) in rcar_du_encoder_init()
81 rcdu->lvds[output - RCAR_DU_OUTPUT_LVDS0] = bridge; in rcar_du_encoder_init()
83 if (output == RCAR_DU_OUTPUT_DSI0 || in rcar_du_encoder_init()
84 output == RCAR_DU_OUTPUT_DSI1) in rcar_du_encoder_init()
85 rcdu->dsi[output - RCAR_DU_OUTPUT_DSI0] = bridge; in rcar_du_encoder_init()
89 * Create and initialize the encoder. On Gen3, skip the LVDS1 output i in rcar_du_encoder_init()
[all...]
/linux/tools/perf/tests/shell/
H A Dftrace.sh13 output=$(mktemp /tmp/__perf_test.ftrace.XXXXXX)
16 rm -f "${output}"
32 perf ftrace -F > "${output}"
34 sleep_functions=$(grep 'sys_.*sleep$' "${output}")
42 perf ftrace trace --graph-opts depth=5 sleep 0.1 > "${output}"
44 grep "^#" "${output}"
45 grep -F 'sleep()' "${output}"
48 if grep -q "${FN}" "${output}"; then
62 perf ftrace latency -T "${target_function}" sleep 0.1 > "${output}"
63 grep "^#" "${output}"
[all...]
H A Dstat_all_pmu.sh19 output=$(perf stat -e "$p" true 2>&1)
21 if echo "$output" | grep -q "$p"
23 # Event seen in output.
24 if [ $stat_result -eq 0 ] && ! echo "$output" | grep -q "<not supported>"
29 elif echo "$output" | grep -q "<not supported>"
34 elif echo "$output" | grep -q "No permission to enable"
39 elif echo "$output" | grep -q "Bad event name"
43 echo "$output"
49 if echo "$output" | grep -q "Access to performance monitoring and observability operations is limited."
58 output
[all...]
/linux/tools/perf/scripts/python/
H A Dpowerpc-hcalls.py19 # output: {
27 output = {} variable
164 for opcode in output:
166 time = output[opcode]['time']
167 cnt = output[opcode]['cnt']
168 min_t = output[opcode]['min']
169 max_t = output[opcode]['max']
178 if (opcode in output):
179 output[opcode]['time'] += diff
180 output[opcod
[all...]
/linux/lib/crypto/
H A Dcurve25519-hacl64.c51 static __always_inline void fproduct_copy_from_wide_(u64 *output, u128 *input) in fproduct_copy_from_wide_() argument
55 output[0] = ((u64)(xi)); in fproduct_copy_from_wide_()
59 output[1] = ((u64)(xi)); in fproduct_copy_from_wide_()
63 output[2] = ((u64)(xi)); in fproduct_copy_from_wide_()
67 output[3] = ((u64)(xi)); in fproduct_copy_from_wide_()
71 output[4] = ((u64)(xi)); in fproduct_copy_from_wide_()
76 fproduct_sum_scalar_multiplication_(u128 *output, u64 *input, u64 s) in fproduct_sum_scalar_multiplication_() argument
78 output[0] += (u128)input[0] * s; in fproduct_sum_scalar_multiplication_()
79 output[1] += (u128)input[1] * s; in fproduct_sum_scalar_multiplication_()
80 output[ in fproduct_sum_scalar_multiplication_()
126 fmul_shift_reduce(u64 * output) fmul_shift_reduce() argument
155 fmul_mul_shift_reduce_(u128 * output,u64 * input,u64 * input21) fmul_mul_shift_reduce_() argument
185 fmul_fmul(u64 * output,u64 * input,u64 * input21) fmul_fmul() argument
216 fsquare_fsquare__(u128 * tmp,u64 * output) fsquare_fsquare__() argument
245 fsquare_fsquare_(u128 * tmp,u64 * output) fsquare_fsquare_() argument
272 fsquare_fsquare_times_(u64 * output,u128 * tmp,u32 count1) fsquare_fsquare_times_() argument
281 fsquare_fsquare_times(u64 * output,u64 * input,u32 count1) fsquare_fsquare_times() argument
289 fsquare_fsquare_times_inplace(u64 * output,u32 count1) fsquare_fsquare_times_inplace() argument
395 fscalar(u64 * output,u64 * b,u64 s) fscalar() argument
432 fmul(u64 * output,u64 * a,u64 * b) fmul() argument
437 crecip(u64 * output,u64 * input) crecip() argument
471 point_copy(u64 * output,u64 * input) point_copy() argument
601 format_fexpand(u64 * output,const u8 * input) format_fexpand() argument
716 format_fcontract_store(u8 * output,u64 * input) format_fcontract_store() argument
737 format_fcontract(u8 * output,u64 * input) format_fcontract() argument
[all...]
/linux/drivers/staging/sm750fb/
H A Dddk750_display.c113 void ddk750_set_logical_disp_out(enum disp_output output) in ddk750_set_logical_disp_out() argument
117 if (output & PNL_2_USAGE) { in ddk750_set_logical_disp_out()
121 reg |= (((output & PNL_2_MASK) >> PNL_2_OFFSET) << in ddk750_set_logical_disp_out()
126 if (output & CRT_2_USAGE) { in ddk750_set_logical_disp_out()
130 reg |= (((output & CRT_2_MASK) >> CRT_2_OFFSET) << in ddk750_set_logical_disp_out()
137 if (output & PRI_TP_USAGE) { in ddk750_set_logical_disp_out()
139 set_display_control(0, (output & PRI_TP_MASK) >> PRI_TP_OFFSET); in ddk750_set_logical_disp_out()
142 if (output & SEC_TP_USAGE) { in ddk750_set_logical_disp_out()
144 set_display_control(1, (output & SEC_TP_MASK) >> SEC_TP_OFFSET); in ddk750_set_logical_disp_out()
147 if (output in ddk750_set_logical_disp_out()
[all...]
/linux/drivers/platform/x86/amd/pmf/
H A Dauto-mode.c304 struct apmf_auto_mode output; in amd_pmf_load_defaults_auto_mode() local
308 apmf_get_auto_mode_def(dev, &output); in amd_pmf_load_defaults_auto_mode()
311 output.balanced_to_quiet; in amd_pmf_load_defaults_auto_mode()
313 output.balanced_to_perf; in amd_pmf_load_defaults_auto_mode()
315 output.quiet_to_balanced; in amd_pmf_load_defaults_auto_mode()
317 output.perf_to_balanced; in amd_pmf_load_defaults_auto_mode()
320 config_store.mode_set[AUTO_QUIET].power_floor = output.pfloor_quiet; in amd_pmf_load_defaults_auto_mode()
321 config_store.mode_set[AUTO_BALANCE].power_floor = output.pfloor_balanced; in amd_pmf_load_defaults_auto_mode()
322 config_store.mode_set[AUTO_PERFORMANCE].power_floor = output.pfloor_perf; in amd_pmf_load_defaults_auto_mode()
323 config_store.mode_set[AUTO_PERFORMANCE_ON_LAP].power_floor = output in amd_pmf_load_defaults_auto_mode()
[all...]
/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-clocks.dtsi20 clock-output-names = "mainmuxclk";
29 clock-output-names = "chipclk1";
38 clock-output-names = "chipclk1rstiso";
48 clock-output-names = "gemtraceclk";
58 clock-output-names = "chipstmxptclk";
67 clock-output-names = "chipclk12";
76 clock-output-names = "chipclk13";
85 clock-output-names = "paclk13";
94 clock-output-names = "chipclk14";
103 clock-output
[all...]
H A Dkeystone-k2hk-clocks.dtsi13 clock-output-names = "arm-pll-clk";
30 clock-output-names = "papllclk";
39 clock-output-names = "ddr-3a-pll-clk";
48 clock-output-names = "ddr-3b-pll-clk";
57 clock-output-names = "tsip";
67 clock-output-names = "srio";
77 clock-output-names = "hyperlink-0";
87 clock-output-names = "gem1";
97 clock-output-names = "gem2";
107 clock-output
[all...]
/linux/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_output.c35 struct atmel_hlcdc_rgb_output *output; in atmel_hlcdc_encoder_get_bus_fmt() local
37 output = atmel_hlcdc_encoder_to_rgb_output(encoder); in atmel_hlcdc_encoder_get_bus_fmt()
39 return output->bus_fmt; in atmel_hlcdc_encoder_get_bus_fmt()
69 struct atmel_hlcdc_rgb_output *output; in atmel_hlcdc_attach_endpoint() local
86 output = devm_kzalloc(dev->dev, sizeof(*output), GFP_KERNEL); in atmel_hlcdc_attach_endpoint()
87 if (!output) { in atmel_hlcdc_attach_endpoint()
92 output->bus_fmt = atmel_hlcdc_of_bus_fmt(ep); in atmel_hlcdc_attach_endpoint()
94 if (output->bus_fmt < 0) { in atmel_hlcdc_attach_endpoint()
99 ret = drm_simple_encoder_init(dev, &output in atmel_hlcdc_attach_endpoint()
[all...]
/linux/tools/perf/util/
H A Dstat-display.c105 fprintf(config->output, " (%.2f%%)", 100.0 * run / ena); in print_running_std()
114 fprintf(config->output, "%s%" PRIu64 "%s%.2f", in print_running_csv()
130 /* Place to output to */
183 fprintf(config->output, " ( +-%6.2f%% )", pct); in print_noise_pct_std()
189 fprintf(config->output, "%s%.2f%%", config->csv_sep, pct); in print_noise_pct_csv()
229 fprintf(config->output, " %-*s", CGROUP_LEN, cgrp_name); in print_cgroup_std()
234 fprintf(config->output, "%s%s", config->csv_sep, cgrp_name); in print_cgroup_csv()
260 FILE *output = config->output; in print_aggr_id_std() local
288 fprintf(output, " in print_aggr_id_std()
313 FILE *output = config->output; print_aggr_id_csv() local
723 FILE *output = config->output; print_counter_value_std() local
747 FILE *output = config->output; print_counter_value_csv() local
990 FILE *output = config->output; print_counter_aggrdata() local
1078 FILE *output = config->output; print_metric_end() local
1307 FILE *output = config->output; print_header_interval_std() local
1353 FILE *output = config->output; print_header_std() local
1437 print_table(struct perf_stat_config * config,FILE * output,int precision,double avg) print_table() argument
1472 FILE *output = config->output; print_footer() local
1521 FILE *output = config->output; print_percore() local
[all...]

12345678910>>...105