Home
last modified time | relevance | path

Searched refs:mux_channel (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dmax9286.c163 unsigned int mux_channel; member
272 priv->mux_channel = -1; in max9286_i2c_mux_close()
283 if (priv->mux_channel == chan) in max9286_i2c_mux_select()
286 priv->mux_channel = chan; in max9286_i2c_mux_select()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c519 u8 mux_channel; in xgbe_phy_sfp_put_mux() local
525 mux_channel = 0; in xgbe_phy_sfp_put_mux()
528 i2c_op.len = sizeof(mux_channel); in xgbe_phy_sfp_put_mux()
529 i2c_op.buf = &mux_channel; in xgbe_phy_sfp_put_mux()
538 u8 mux_channel; in xgbe_phy_sfp_get_mux() local
544 mux_channel = 1 << phy_data->sfp_mux_channel; in xgbe_phy_sfp_get_mux()
547 i2c_op.len = sizeof(mux_channel); in xgbe_phy_sfp_get_mux()
548 i2c_op.buf = &mux_channel; in xgbe_phy_sfp_get_mux()
2705 dev_dbg(pdata->dev, "SFP: mux_channel=%u\n", in xgbe_phy_sfp_comm_setup()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dmax9286.c185 unsigned int mux_channel; member
344 priv->mux_channel = -1; in max9286_i2c_mux_close()
355 if (priv->mux_channel == chan) in max9286_i2c_mux_select()
358 priv->mux_channel = chan; in max9286_i2c_mux_select()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c524 u8 mux_channel; in xgbe_phy_sfp_put_mux() local
530 mux_channel = 0; in xgbe_phy_sfp_put_mux()
533 i2c_op.len = sizeof(mux_channel); in xgbe_phy_sfp_put_mux()
534 i2c_op.buf = &mux_channel; in xgbe_phy_sfp_put_mux()
543 u8 mux_channel; in xgbe_phy_sfp_get_mux() local
549 mux_channel = 1 << phy_data->sfp_mux_channel; in xgbe_phy_sfp_get_mux()
552 i2c_op.len = sizeof(mux_channel); in xgbe_phy_sfp_get_mux()
553 i2c_op.buf = &mux_channel; in xgbe_phy_sfp_get_mux()
3009 dev_dbg(pdata->dev, "SFP: mux_channel=%u\n", in xgbe_phy_sfp_comm_setup()
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h633 u8 mux_channel; member

Completed in 22 milliseconds