Home
last modified time | relevance | path

Searched refs:PORT_A (Results 1 – 8 of 8) 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 Dintel_display_limits.h95 PORT_A = 0, enumerator
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_audio.c635 if (drm_WARN_ON(display->drm, port == PORT_A)) in ibx_audio_codec_disable()
671 if (drm_WARN_ON(display->drm, port == PORT_A)) in ibx_audio_codec_enable()
H A Dintel_display.c1858 return PHY_A + port - PORT_A; in intel_port_to_phy()
3878 for_each_port_masked(port, BIT(PORT_A) | BIT(PORT_C)) { in bxt_get_dsi_transcoder_state()
3879 if (port == PORT_A) in bxt_get_dsi_transcoder_state()
7806 if (intel_de_read(display, DDI_BUF_CTL(PORT_A)) & DDI_A_4_LANES) in intel_ddi_crt_present()
7853 g4x_dp_init(display, DP_A, PORT_A); in intel_setup_outputs()
H A Dintel_psr.c1243 return pipe == PIPE_A && port == PORT_A; in dc3co_is_pipe_port_compatible()
3656 if (DISPLAY_VER(display) < 12 && dig_port->base.port != PORT_A) { in intel_psr_init()
/linux/drivers/staging/media/tegra-video/
H A Dcsi.h29 PORT_A = 0, enumerator
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()