| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
| A D | dml21_wrapper.c | 24 (*dml_ctx)->v21.mode_support.dml2_instance = (*dml_ctx)->v21.dml_init.dml2_instance; in dml21_allocate_memory() 27 (*dml_ctx)->v21.mode_support.display_config = &(*dml_ctx)->v21.display_config; in dml21_allocate_memory() 28 (*dml_ctx)->v21.mode_programming.display_config = (*dml_ctx)->v21.mode_support.display_config; in dml21_allocate_memory() 253 struct dml2_check_mode_supported_in_out *mode_support = &dml_ctx->v21.mode_support; in dml21_check_mode_support() local 266 mode_support->dml2_instance = dml_init->dml2_instance; in dml21_check_mode_support() 269 is_supported = dml2_check_mode_supported(mode_support); in dml21_check_mode_support() 415 dst_dml_ctx->v21.mode_support.dml2_instance = dst_dml2_instance; in dml21_copy() 418 dst_dml_ctx->v21.mode_support.display_config = &dst_dml_ctx->v21.display_config; in dml21_copy() 419 dst_dml_ctx->v21.mode_programming.display_config = dst_dml_ctx->v21.mode_support.display_config; in dml21_copy()
|
| /linux/drivers/net/ethernet/chelsio/cxgb/ |
| A D | cphy.h | 40 unsigned mode_support; member 140 phy->mdio.mode_support = mdio_ops->mode_support; in cphy_init()
|
| A D | subr.c | 323 .mode_support = MDIO_SUPPORTS_C22 382 .mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22
|
| /linux/drivers/soc/mediatek/ |
| A D | mtk-svs.c | 523 u8 mode_support; member 807 svsb->mode_support = SVSB_MODE_ALL_DISABLE; in svs_enable_debug_write() 1430 if (svsp->banks[i].mode_support & mode) in svs_mode_available() 1455 if (!(svsb->mode_support & SVSB_MODE_INIT01)) in svs_init01() 1683 if (!(svsb->mode_support & SVSB_MODE_MON)) in svs_mon_mode() 1812 if (svsb->mode_support & SVSB_MODE_INIT01) { in svs_bank_resource_setup() 2117 svsb->mode_support &= ~SVSB_MODE_MON; in svs_mt8183_efuse_parsing() 2277 .mode_support = SVSB_MODE_INIT02, 2347 .mode_support = SVSB_MODE_INIT02, 2411 .mode_support = SVSB_MODE_INIT02, [all …]
|
| /linux/drivers/net/ |
| A D | mdio.c | 196 mdio->mode_support & (MDIO_SUPPORTS_C45 | MDIO_SUPPORTS_C22); in mdio45_ethtool_gset_npage() 367 mdio->mode_support & (MDIO_SUPPORTS_C45 | MDIO_SUPPORTS_C22); in mdio45_ethtool_ksettings_get_npage() 549 if ((mdio->mode_support & MDIO_SUPPORTS_C45) && in mdio_mii_ioctl() 553 } else if ((mdio->mode_support & MDIO_SUPPORTS_C22) && in mdio_mii_ioctl() 558 } else if ((mdio->mode_support & MDIO_EMULATE_C22) && in mdio_mii_ioctl()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_factory.c | 25 out->mode_support = &core_dcn4_mode_support; in dml2_core_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/ |
| A D | dml_top.c | 113 result = dml->core_instance.mode_support(&l->mode_support_params); in dml2_check_mode_supported() 170 result = dml->core_instance.mode_support(&l->mode_support_params); in dml2_build_mode_programming() 181 result = dml->core_instance.mode_support(&l->mode_support_params); in dml2_build_mode_programming()
|
| A D | dml2_top_optimization.c | 181 candidate_validation_passed = params->dml->core_instance.mode_support(&l->mode_support_params); in dml2_top_optimization_perform_optimization_phase() 231 supported = params->dml->core_instance.mode_support(&l->mode_support_params); in dml2_top_optimization_perform_optimization_phase_1()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | dml2_internal_types.h | 150 struct dml2_check_mode_supported_in_out mode_support; member
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | mcdi_port.c | 101 efx->mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22; in efx_mcdi_port_probe()
|
| A D | mcdi_port_common.c | 454 efx->mdio.mode_support = 0; in efx_mcdi_phy_probe() 456 efx->mdio.mode_support |= MDIO_SUPPORTS_C22; in efx_mcdi_phy_probe() 458 efx->mdio.mode_support |= MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22; in efx_mcdi_phy_probe() 549 cmd->base.mdio_support = (efx->mdio.mode_support & in efx_mcdi_phy_get_link_ksettings()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| A D | mcdi_port.c | 94 efx->mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22; in efx_siena_mcdi_port_probe()
|
| A D | mcdi_port_common.c | 455 efx->mdio.mode_support = 0; in efx_siena_mcdi_phy_probe() 457 efx->mdio.mode_support |= MDIO_SUPPORTS_C22; in efx_siena_mcdi_phy_probe() 459 efx->mdio.mode_support |= MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22; in efx_siena_mcdi_phy_probe() 551 cmd->base.mdio_support = (efx->mdio.mode_support & in efx_siena_mcdi_phy_get_link_ksettings()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| A D | common.h | 161 unsigned mode_support; member 589 phy->mdio.mode_support = mdio_ops->mode_support; in cphy_init()
|
| A D | t3_hw.c | 250 .mode_support = MDIO_SUPPORTS_C22 315 .mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| A D | tenxpress.c | 175 efx->mdio.mode_support = MDIO_SUPPORTS_C45; in tenxpress_phy_probe()
|
| A D | qt202x_phy.c | 352 efx->mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22; in qt202x_phy_probe()
|
| A D | txc43128_phy.c | 333 efx->mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22; in txc43128_phy_probe()
|
| /linux/drivers/dma/idxd/ |
| A D | registers.h | 398 u16 mode_support:1; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/ |
| A D | dml2_internal_shared_types.h | 472 bool (*mode_support)(struct dml2_core_mode_support_in_out *in_out); member
|
| /linux/include/linux/ |
| A D | mdio.h | 145 unsigned mode_support; member
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_phy.c | 1086 hw->phy.mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_SUPPORTS_C22; in ixgbe_mii_bus_init()
|
| A D | ixgbe_main.c | 10925 hw->phy.mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22; in ixgbe_probe()
|
| /linux/drivers/net/ethernet/atheros/alx/ |
| A D | main.c | 1842 hw->mdio.mode_support = MDIO_SUPPORTS_C45 | in alx_probe()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| A D | bnx2x_main.c | 13245 bp->mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22; in bnx2x_init_dev()
|