Home
last modified time | relevance | path

Searched refs:disable_rx (Results 1 – 18 of 18) sorted by relevance

/linux-6.15/sound/soc/ux500/
H A Dux500_msp_i2s.c519 unsigned int disable_tx, disable_rx; in disable_msp() local
523 disable_rx = dir & MSP_DIR_TX; in disable_msp()
524 if (disable_tx && disable_rx) { in disable_msp()
548 else if (disable_rx) in disable_msp()
/linux-6.15/drivers/media/rc/
H A Dite-cir.h48 void (*disable_rx) (struct ite_dev *dev); member
H A Dite-cir.c359 dev->params->disable_rx(dev); in ite_tx_ir()
1217 .disable_rx = it87_idle_rx,
1236 .disable_rx = it87_idle_rx,
1255 .disable_rx = it8708_idle_rx,
1275 .disable_rx = it8709_idle_rx,
/linux-6.15/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac.h405 void (*disable_rx)(struct xlgmac_pdata *pdata); member
H A Ddwc-xlgmac-net.c597 hw_ops->disable_rx(pdata); in xlgmac_stop()
H A Ddwc-xlgmac-hw.c3075 hw_ops->disable_rx = xlgmac_disable_rx; in xlgmac_init_hw_ops()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c885 .disable_rx = &ixgbe_disable_rx_generic,
H A Dixgbe_82599.c1855 hw->mac.ops.disable_rx(hw); in ixgbe_enable_rx_dma_82599()
2221 .disable_rx = &ixgbe_disable_rx_generic,
H A Dixgbe_82598.c1160 .disable_rx = &ixgbe_disable_rx_generic,
H A Dixgbe_common.c736 hw->mac.ops.disable_rx(hw); in ixgbe_stop_adapter_generic()
2739 hw->mac.ops.disable_rx(hw); in ixgbe_enable_rx_dma_generic()
H A Dixgbe_e610.c2619 .disable_rx = ixgbe_disable_rx_e610,
H A Dixgbe_type.h3525 void (*disable_rx)(struct ixgbe_hw *hw); member
H A Dixgbe_x550.c3844 .disable_rx = &ixgbe_disable_rx_x550, \
H A Dixgbe_ethtool.c1903 hw->mac.ops.disable_rx(hw); in ixgbe_setup_desc_rings()
H A Dixgbe_main.c4640 hw->mac.ops.disable_rx(hw); in ixgbe_configure_rx()
6170 hw->mac.ops.disable_rx(hw); in ixgbe_disable_rx()
/linux-6.15/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h792 void (*disable_rx)(struct xgbe_prv_data *); member
H A Dxgbe-dev.c2852 pdata->hw_if.disable_rx(pdata); in xgbe_config_dcb_pfc()
3645 hw_if->disable_rx = xgbe_disable_rx; in xgbe_init_function_ptrs_dev()
H A Dxgbe-drv.c1398 hw_if->disable_rx(pdata); in xgbe_stop()