Home
last modified time | relevance | path

Searched refs:fec_config (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfec-config.h13 struct fec_config { struct
30 struct fec_config fec_cfg; argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/
H A Dfec-config.h13 struct fec_config { struct
30 struct fec_config fec_cfg; argument
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dparams_v20.c29 static void fec_config(struct rkispp_params_vdev *params_vdev, in fec_config() function
30 struct fec_config *arg) in fec_config()
166 fec_config(params_vdev, in rkispp_params_cfg()
H A Dparams_v10.c494 static void fec_config(struct rkispp_params_vdev *params_vdev, in fec_config() function
746 fec_config(params_vdev, in rkispp_params_cfg()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.c515 efx->fec_config = mcdi_fec_caps_to_ethtool(caps, in efx_mcdi_phy_probe()
599 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, efx->fec_config); in efx_mcdi_phy_set_link_ksettings()
707 efx->fec_config = fec->fec; in efx_mcdi_phy_set_fecparam()
739 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, efx->fec_config); in efx_mcdi_port_reconfigure()
H A Dnet_driver.h1062 u32 fec_config; member
H A Def100_nic.c334 efx->fec_config = mcdi_fec_caps_to_ethtool(phy_data->supported_cap, in ef100_phy_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_dp.c4337 uint8_t fec_config = 0; in dp_set_fec_ready() local
4345 fec_config = 1; in dp_set_fec_ready()
4348 &fec_config, in dp_set_fec_ready()
4349 sizeof(fec_config)) == DC_OK) { in dp_set_fec_ready()
4358 fec_config = 0; in dp_set_fec_ready()
4361 &fec_config, in dp_set_fec_ready()
4362 sizeof(fec_config)); in dp_set_fec_ready()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h1694 u8 fec_config; member
H A Di40e_ethtool.c1339 config.fec_config = abilities.fec_cfg_curr_mod_ext_info & in i40e_set_link_ksettings()
1418 config.fec_config = fec_cfg & I40E_AQ_PHY_FEC_CONFIG_MASK; in i40e_set_fec_cfg()
H A Di40e_common.c1711 config.fec_config = abilities->fec_cfg_curr_mod_ext_info & in i40e_set_fc_status()
H A Di40e_main.c6979 config.fec_config = abilities.fec_cfg_curr_mod_ext_info & in i40e_force_link_state()