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

/linux-master/drivers/media/i2c/
H A Dmax9286.c185 unsigned int mux_channel; member in struct:max9286_priv
344 priv->mux_channel = -1;
355 if (priv->mux_channel == chan)
358 priv->mux_channel = chan;
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c524 u8 mux_channel; local
530 mux_channel = 0;
533 i2c_op.len = sizeof(mux_channel);
534 i2c_op.buf = &mux_channel;
543 u8 mux_channel; local
549 mux_channel = 1 << phy_data->sfp_mux_channel;
552 i2c_op.len = sizeof(mux_channel);
553 i2c_op.buf = &mux_channel;
3009 dev_dbg(pdata->dev, "SFP: mux_channel=%u\n",
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h633 u8 mux_channel; member in struct:mpi3_man11_istwi_device_format

Completed in 261 milliseconds