Searched refs:PORT_A (Results 1 – 8 of 8) sorted by relevance
| /linux/samples/bpf/ |
| H A D | test_map_in_map_user.c | 19 #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 D | intel_display_limits.h | 95 PORT_A = 0, enumerator
|
| H A D | vlv_dsi_regs.h | 16 #define _MIPI_PORT(port, a, c) (((port) == PORT_A) ? a : c) /* ports A and C only */
|
| H A D | intel_audio.c | 635 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 D | intel_display.c | 1858 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 D | intel_psr.c | 1243 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 D | csi.h | 29 PORT_A = 0, enumerator
|
| H A D | tegra210.c | 1016 val = ((portno & 1) == PORT_A) ? in tegra210_csi_port_start_streaming() 1109 val = ((portno & 1) == PORT_A) ? in tegra210_csi_port_stop_streaming()
|