Home
last modified time | relevance | path

Searched refs:mux_channel (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/media/i2c/
Dmax9286.c165 unsigned int mux_channel; member
280 priv->mux_channel = -1; in max9286_i2c_mux_close()
291 if (priv->mux_channel == chan) in max9286_i2c_mux_select()
294 priv->mux_channel = chan; in max9286_i2c_mux_select()
/Linux-v6.1/drivers/net/ethernet/amd/xgbe/
Dxgbe-phy-v2.c521 u8 mux_channel; in xgbe_phy_sfp_put_mux() local
527 mux_channel = 0; in xgbe_phy_sfp_put_mux()
530 i2c_op.len = sizeof(mux_channel); in xgbe_phy_sfp_put_mux()
531 i2c_op.buf = &mux_channel; in xgbe_phy_sfp_put_mux()
540 u8 mux_channel; in xgbe_phy_sfp_get_mux() local
546 mux_channel = 1 << phy_data->sfp_mux_channel; in xgbe_phy_sfp_get_mux()
549 i2c_op.len = sizeof(mux_channel); in xgbe_phy_sfp_get_mux()
550 i2c_op.buf = &mux_channel; in xgbe_phy_sfp_get_mux()
/Linux-v6.1/drivers/scsi/mpi3mr/mpi/
Dmpi30_cnfg.h628 u8 mux_channel; member