Searched refs:disable_rx (Results 1 – 19 of 19) sorted by relevance
| /linux/sound/soc/ux500/ |
| H A D | ux500_msp_i2s.c | 519 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/drivers/media/rc/ |
| H A D | ite-cir.c | 359 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,
|
| H A D | ite-cir.h | 48 void (*disable_rx) (struct ite_dev *dev); member
|
| /linux/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac.h | 405 void (*disable_rx)(struct xlgmac_pdata *pdata); member
|
| H A D | dwc-xlgmac-net.c | 598 hw_ops->disable_rx(pdata); in xlgmac_stop()
|
| H A D | dwc-xlgmac-hw.c | 3075 hw_ops->disable_rx = xlgmac_disable_rx; in xlgmac_init_hw_ops()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_82599.c | 1862 hw->mac.ops.disable_rx(hw); in ixgbe_enable_rx_dma_82599() 2228 .disable_rx = &ixgbe_disable_rx_generic,
|
| H A D | ixgbe_x540.c | 885 .disable_rx = &ixgbe_disable_rx_generic,
|
| H A D | ixgbe_82598.c | 1160 .disable_rx = &ixgbe_disable_rx_generic,
|
| H A D | ixgbe_common.c | 737 hw->mac.ops.disable_rx(hw); in ixgbe_stop_adapter_generic() 2740 hw->mac.ops.disable_rx(hw); in ixgbe_enable_rx_dma_generic()
|
| H A D | ixgbe_e610.c | 3992 .disable_rx = ixgbe_disable_rx_e610,
|
| H A D | ixgbe_type.h | 3567 void (*disable_rx)(struct ixgbe_hw *hw); member
|
| H A D | ixgbe_x550.c | 3960 .disable_rx = &ixgbe_disable_rx_x550, \
|
| H A D | ixgbe_ethtool.c | 1967 hw->mac.ops.disable_rx(hw); in ixgbe_setup_desc_rings()
|
| H A D | ixgbe_main.c | 4818 hw->mac.ops.disable_rx(hw); in ixgbe_configure_rx() 6358 hw->mac.ops.disable_rx(hw); in ixgbe_disable_rx()
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe.h | 719 void (*disable_rx)(struct xgbe_prv_data *); member
|
| H A D | xgbe-dev.c | 2705 pdata->hw_if.disable_rx(pdata); in xgbe_config_dcb_pfc() 3516 hw_if->disable_rx = xgbe_disable_rx; in xgbe_init_function_ptrs_dev()
|
| H A D | xgbe-drv.c | 1336 hw_if->disable_rx(pdata); in xgbe_stop()
|
| H A D | xgbe-phy-v2.c | 2035 pdata->hw_if.disable_rx(pdata); in xgbe_phy_stop_data_path()
|