Searched refs:PORT_A (Results 1 – 6 of 6) 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_ddi.c | 770 if (HAS_TRANSCODER(display, TRANSCODER_EDP) && port == PORT_A) in intel_ddi_connector_get_hw_state() 827 if (HAS_TRANSCODER(display, TRANSCODER_EDP) && port == PORT_A) { in intel_ddi_get_encoder_pipes() 1126 if (encoder->port == PORT_A && dig_port->max_lanes == 4) in skl_ddi_set_iboost() 1936 case PORT_A: in bxt_ddi_get_pll() 2900 is_mst && (port == PORT_A || port == PORT_E)); in hsw_ddi_pre_enable_dp() 2902 drm_WARN_ON(display->drm, is_mst && port == PORT_A); in hsw_ddi_pre_enable_dp() 2942 if ((port != PORT_A || DISPLAY_VER(display) >= 9) && in hsw_ddi_pre_enable_dp() 3373 if (port == PORT_A && DISPLAY_VER(display) < 9) in intel_ddi_enable_dp() 3391 [PORT_A] = TRANSCODER_EDP, in gen9_chicken_trans_reg_by_port() 3400 if (drm_WARN_ON(display->drm, port < PORT_A || port > PORT_E)) in gen9_chicken_trans_reg_by_port() [all …]
|
| H A D | intel_bios.c | 1687 panel->vbt.dsi.bl_ports = BIT(PORT_A); in parse_dsi_backlight_ports() 1694 panel->vbt.dsi.bl_ports = BIT(PORT_A) | BIT(port_bc); in parse_dsi_backlight_ports() 1703 panel->vbt.dsi.cabc_ports = BIT(PORT_A); in parse_dsi_backlight_ports() 1711 BIT(PORT_A) | BIT(port_bc); in parse_dsi_backlight_ports() 2348 for (port = PORT_A; port < n_ports; port++) { in __dvo_port_to_port() 2369 [PORT_A] = { DVO_PORT_HDMIA, DVO_PORT_DPA, -1 }, in dvo_port_to_port() 2384 [PORT_A] = { DVO_PORT_HDMIA, DVO_PORT_DPA, -1 }, in dvo_port_to_port() 2395 [PORT_A] = { DVO_PORT_HDMIA, DVO_PORT_DPA, -1 }, in dvo_port_to_port() 2404 [PORT_A] = { DVO_PORT_HDMIA, DVO_PORT_DPA, -1 }, in dvo_port_to_port() 2442 return PORT_A; in dsi_dvo_port_to_port() [all …]
|
| 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_hdcp.c | 471 case PORT_A: in intel_hdcp_get_repeater_ctl() 2294 case PORT_A: in intel_get_hdcp_ddi_index()
|
| H A D | intel_dp_mst.c | 1974 if (DISPLAY_VER(display) < 12 && port == PORT_A) in intel_dp_mst_encoder_init()
|