Home
last modified time | relevance | path

Searched refs:PORT_A (Results 1 – 9 of 9) sorted by relevance

/linux/samples/bpf/
H A Dtest_map_in_map_user.c19 #define PORT_A (map_fd[0]) macro
53 ret = bpf_map_update_elem(PORT_A, &port_key, &magic_result, BPF_ANY); in populate_map()
60 ret = bpf_map_update_elem(A_OF_PORT_A, &port_key, &PORT_A, BPF_ANY); in populate_map()
62 check_map_id(PORT_A, A_OF_PORT_A, port_key); in populate_map()
64 ret = bpf_map_update_elem(H_OF_PORT_A, &port_key, &PORT_A, BPF_NOEXIST); in populate_map()
66 check_map_id(PORT_A, H_OF_PORT_A, port_key); in populate_map()
/linux/drivers/gpu/drm/i915/display/
H A Dg4x_dp.c132 if (display->platform.ivybridge && port == PORT_A) { in intel_dp_prepare()
143 } else if (HAS_PCH_CPT(display) && port != PORT_A) { in intel_dp_prepare()
287 if (display->platform.ivybridge && port == PORT_A) in g4x_dp_port_enabled()
289 else if (HAS_PCH_CPT(display) && port != PORT_A) in g4x_dp_port_enabled()
351 pipe_config->has_audio = tmp & DP_AUDIO_OUTPUT_ENABLE && port != PORT_A; in intel_dp_get_config()
353 if (HAS_PCH_CPT(display) && port != PORT_A) { in intel_dp_get_config()
393 if (port == PORT_A) { in intel_dp_get_config()
435 if (HAS_PCH_IBX(display) && crtc->pipe == PIPE_B && port != PORT_A) { in intel_dp_link_down()
551 if (port == PORT_A) in g4x_post_disable_dp()
746 if (port == PORT_A) in g4x_pre_enable_dp()
[all …]
H A Dicl_dsi.c107 if (port == PORT_A) in dsi_port_to_transcoder()
239 port = PORT_A; in icl_dsi_frame_update()
409 port == PORT_A ? in get_dsi_io_power_domains()
1424 port == PORT_A ? in gen11_dsi_disable_io_power()
1562 if (intel_dsi->ports == (BIT(PORT_B) | BIT(PORT_A))) in gen11_dsi_get_cmd_mode_config()
2008 intel_dsi->ports = BIT(PORT_A) | BIT(PORT_B); in icl_dsi_init()
H A Dvlv_dsi_regs.h16 #define _MIPI_PORT(port, a, c) (((port) == PORT_A) ? a : c) /* ports A and C only */
H A Dintel_dvo.c85 .port = PORT_A,
H A Dintel_dp.c509 encoder->port != PORT_A); in intel_dp_has_joiner()
1703 if (DISPLAY_VER(display) == 11 && encoder->port != PORT_A && in intel_dp_source_supports_fec()
3032 if (DISPLAY_VER(display) < 12 && port == PORT_A) in intel_dp_port_has_audio()
6896 if (DISPLAY_VER(display) < 9 && port == PORT_A) in _intel_dp_is_port_edp()
6922 if (port == PORT_A) in intel_dp_has_gamut_metadata_dip()
6942 if (!display->platform.g4x && port != PORT_A) in intel_dp_add_properties()
H A Dintel_display.c1890 return PHY_A + port - PORT_A; in intel_port_to_phy()
3924 for_each_port_masked(port, BIT(PORT_A) | BIT(PORT_C)) { in bxt_get_dsi_transcoder_state()
3925 if (port == PORT_A) in bxt_get_dsi_transcoder_state()
7846 if (intel_de_read(display, DDI_BUF_CTL(PORT_A)) & DDI_A_4_LANES) in intel_ddi_crt_present()
7894 g4x_dp_init(display, DP_A, PORT_A); in intel_setup_outputs()
H A Dintel_psr.c1242 return pipe == PIPE_A && port == PORT_A; in dc3co_is_pipe_port_compatible()
3744 if (DISPLAY_VER(display) < 12 && dig_port->base.port != PORT_A) { in intel_psr_init()
/linux/drivers/staging/media/tegra-video/
H A Dtegra210.c1016 val = ((portno & 1) == PORT_A) ? in tegra210_csi_port_start_streaming()
1109 val = ((portno & 1) == PORT_A) ? in tegra210_csi_port_stop_streaming()