Home
last modified time | relevance | path

Searched refs:conn_type (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c296 if (p_ll2_conn->input.conn_type == QED_LL2_TYPE_OOO) { in qed_ll2_txq_flush()
468 p_ll2_conn->input.conn_type); in qed_ll2_rxq_handle_completion()
574 if (p_ll2_conn->input.conn_type == QED_LL2_TYPE_OOO) { in qed_ll2_rxq_flush()
936 enum qed_ll2_conn_type conn_type = p_ll2_conn->input.conn_type; in qed_sp_ll2_rx_queue_start() local
974 p_ll2_conn->input.conn_type == QED_LL2_TYPE_FCOE) in qed_sp_ll2_rx_queue_start()
980 p_ramrod->main_func_queue && conn_type != QED_LL2_TYPE_ROCE && in qed_sp_ll2_rx_queue_start()
981 conn_type != QED_LL2_TYPE_IWARP) { in qed_sp_ll2_rx_queue_start()
999 enum qed_ll2_conn_type conn_type = p_ll2_conn->input.conn_type; in qed_sp_ll2_tx_queue_start() local
1010 if (p_ll2_conn->input.conn_type == QED_LL2_TYPE_OOO) in qed_sp_ll2_tx_queue_start()
1054 switch (conn_type) { in qed_sp_ll2_tx_queue_start()
[all …]
H A Dqed_init_fw_funcs.c1380 static u8 qed_calc_cdu_validation_byte(u8 conn_type, u8 region, u32 cid) in qed_calc_cdu_validation_byte() argument
1405 validation_string |= (conn_type & 0xF); in qed_calc_cdu_validation_byte()
1428 validation_byte |= ((conn_type & 0xF) << 3) | (crc & 0x7); in qed_calc_cdu_validation_byte()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tidss/
H A Dtidss_kms.c146 u32 conn_type; in tidss_dispc_modeset_init() local
153 conn_type = DRM_MODE_CONNECTOR_LVDS; in tidss_dispc_modeset_init()
157 conn_type = DRM_MODE_CONNECTOR_DPI; in tidss_dispc_modeset_init()
164 if (panel->connector_type != conn_type) { in tidss_dispc_modeset_init()
168 panel->connector_type, conn_type); in tidss_dispc_modeset_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vconn.c412 static int rockchip_vconn_get_encoder_type(int conn_type) in rockchip_vconn_get_encoder_type() argument
414 if (conn_type == DRM_MODE_CONNECTOR_DSI) in rockchip_vconn_get_encoder_type()
416 else if (conn_type == DRM_MODE_CONNECTOR_DPI) in rockchip_vconn_get_encoder_type()
418 else if (conn_type == DRM_MODE_CONNECTOR_VIRTUAL) in rockchip_vconn_get_encoder_type()
426 int conn_type, in rockchip_vconn_device_create() argument
440 vconn_dev->encoder_type = rockchip_vconn_get_encoder_type(conn_type); in rockchip_vconn_device_create()
441 vconn_dev->output_type = conn_type; in rockchip_vconn_device_create()
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dskl-tplg-interface.h196 __u16 conn_type:4; member
219 __u32 conn_type:4; member
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dsnps_udc_plat.c78 if (udc->conn_type) { in udc_drd_work()
94 udc->conn_type = event; in usbd_connect_notify()
184 udc->conn_type = ret; in udc_plat_probe()
H A Damd5536udc.h576 u32 conn_type; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dskl-tplg-interface.h194 __u16 conn_type:4; member
217 __u32 conn_type:4; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dskl-tplg-interface.h194 __u16 conn_type:4; member
217 __u32 conn_type:4; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dnv50.c84 if (ctx->desc.outp_type == 6 && ctx->desc.conn_type == 6 && in mxm_match_dcb()
149 switch (ctx.desc.conn_type) { in mxm_dcb_sanitise_entry()
H A Dmxms.h8 u8 conn_type; member
H A Dmxms.c189 desc->conn_type = (data & 0x000000000001f000ULL) >> 12; in mxms_output_device()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.c956 omac->conn_type = cpu_to_le32(type); in mt7615_mcu_bss_omac_tlv()
1007 int conn_type; in mt7615_mcu_sta_basic_tlv() local
1022 basic->conn_type = cpu_to_le32(CONNECTION_INFRA_BC); in mt7615_mcu_sta_basic_tlv()
1031 conn_type = CONNECTION_P2P_GC; in mt7615_mcu_sta_basic_tlv()
1033 conn_type = CONNECTION_INFRA_STA; in mt7615_mcu_sta_basic_tlv()
1034 basic->conn_type = cpu_to_le32(conn_type); in mt7615_mcu_sta_basic_tlv()
1039 conn_type = CONNECTION_P2P_GO; in mt7615_mcu_sta_basic_tlv()
1041 conn_type = CONNECTION_INFRA_AP; in mt7615_mcu_sta_basic_tlv()
1042 basic->conn_type = cpu_to_le32(conn_type); in mt7615_mcu_sta_basic_tlv()
1046 basic->conn_type = cpu_to_le32(CONNECTION_IBSS_ADHOC); in mt7615_mcu_sta_basic_tlv()
[all …]
H A Dmcu.h454 __le32 conn_type; member
702 __le32 conn_type; member
975 __le32 conn_type; member
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_eld.c244 e->conn_type = GRAB_BITS(buf, 5, 2, 2); in snd_hdmi_parse_eld()
402 eld_connection_type_names[e->conn_type]); in snd_hdmi_show_eld()
469 eld_connection_type_names[e->conn_type]); in snd_hdmi_print_eld_info()
513 e->conn_type = val; in snd_hdmi_write_eld_info()
H A Dpatch_hdmi.c98 int ca, int active_channels, int conn_type);
670 int conn_type) in hdmi_pin_setup_infoframe() argument
676 if ((conn_type == 0) || /* HDMI */ in hdmi_pin_setup_infoframe()
678 (conn_type == 1 && spec->nv_dp_workaround)) { in hdmi_pin_setup_infoframe()
681 if (conn_type == 0) { /* HDMI */ in hdmi_pin_setup_infoframe()
693 } else if (conn_type == 1) { /* DisplayPort */ in hdmi_pin_setup_infoframe()
771 ca, active_channels, eld->info.conn_type); in hdmi_setup_audio_infoframe()
3938 int active_channels, int conn_type) in atihdmi_pin_setup_infoframe() argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c335 enum xgbe_conn_type conn_type; member
652 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_write()
654 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO) in xgbe_phy_mii_write()
712 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_mii_read()
714 else if (phy_data->conn_type & XGBE_CONN_TYPE_MDIO) in xgbe_phy_mii_read()
2786 if (phy_data->conn_type != XGBE_CONN_TYPE_MDIO) in xgbe_phy_mdio_reset()
2831 if (phy_data->conn_type != XGBE_CONN_TYPE_MDIO) in xgbe_phy_mdio_reset_setup()
2921 if (phy_data->conn_type == XGBE_CONN_TYPE_BACKPLANE) in xgbe_phy_conn_type_mismatch()
2929 if (phy_data->conn_type == XGBE_CONN_TYPE_MDIO) in xgbe_phy_conn_type_mismatch()
2933 if (phy_data->conn_type == XGBE_CONN_TYPE_SFP) in xgbe_phy_conn_type_mismatch()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/
H A Daic94xx_sas.h22 u8 conn_type; /* byte 0 */ member
78 u8 conn_type; /* byte 0 */ member
129 u8 conn_type; /* byte 0 */ member
/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl-topology.c349 int p_conn_type = m_cfg->pipe->conn_type; in skl_tplg_update_module_params()
591 if (pipe->conn_type != SKL_PIPE_CONN_TYPE_FE) in skl_tplg_is_multi_fmt()
644 if (pipe->conn_type == SKL_PIPE_CONN_TYPE_NONE) { in skl_tplg_get_pipe_config()
652 if ((pipe->conn_type == SKL_PIPE_CONN_TYPE_FE && in skl_tplg_get_pipe_config()
654 (pipe->conn_type == SKL_PIPE_CONN_TYPE_BE && in skl_tplg_get_pipe_config()
1032 if (sink_mconfig->pipe->conn_type != in skl_tplg_bind_sinks()
1076 if (src_mconfig->pipe->conn_type != SKL_PIPE_CONN_TYPE_FE) in skl_tplg_pga_dapm_pre_pmu_event()
1161 if (sink_mconfig->pipe->conn_type != SKL_PIPE_CONN_TYPE_FE) in skl_tplg_mixer_dapm_post_pmu_event()
2021 pipe->conn_type = tkn_val; in skl_tplg_fill_pipe_tkn()
2740 pipe->conn_type = dfw_pipe->conn_type; in skl_tplg_add_pipe_v4()
H A Dskl-debug.c111 mconfig->pipe->pipe_priority, mconfig->pipe->conn_type, in module_read()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dsas.h433 u8 conn_type; member
664 u8 conn_type; member
/OK3568_Linux_fs/kernel/include/linux/qed/
H A Dqed_ll2_if.h149 enum qed_ll2_conn_type conn_type; member
/OK3568_Linux_fs/kernel/net/tipc/
H A Dsocket.c98 u32 conn_type; member
1450 tsk->conn_type = dest->addr.name.name.type; in __tipc_sendmsg()
1776 has_name = (tsk->conn_type != 0); in tipc_sk_anc_data_recv()
1777 anc_data[0] = tsk->conn_type; in tipc_sk_anc_data_recv()
2758 new_tsock->conn_type = msg_nametype(msg); in tipc_accept()
3479 if (tsk->conn_type != 0) { in __tipc_nl_add_sk_con()
3482 if (nla_put_u32(skb, TIPC_NLA_CON_TYPE, tsk->conn_type)) in __tipc_nl_add_sk_con()
3873 type = tsk->conn_type; in tipc_sk_filtering()
3960 i += scnprintf(buf + i, sz - i, " %u", tsk->conn_type); in tipc_sk_dump()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dhdac_hdmi.c369 u8 conn_type; in hdac_hdmi_setup_audio_infoframe() local
382 conn_type = drm_eld_get_conn_type(eld_buf); in hdac_hdmi_setup_audio_infoframe()
384 switch (conn_type) { in hdac_hdmi_setup_audio_infoframe()
409 dev_err(&hdev->dev, "Invalid connection type: %d\n", conn_type); in hdac_hdmi_setup_audio_infoframe()
421 if (conn_type == DRM_ELD_CONN_TYPE_HDMI) { in hdac_hdmi_setup_audio_infoframe()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.h315 __le32 conn_type; member
633 __le32 conn_type; member

12