Searched refs:orig_state (Results 1 – 4 of 4) sorted by relevance
792 unsigned long orig_state, flags; in ldc_rx() local797 orig_state = lp->chan_state; in ldc_rx()808 orig_state, lp->chan_state, lp->rx_head, lp->rx_tail); in ldc_rx()821 if (orig_state != LDC_CHANNEL_UP) { in ldc_rx()823 orig_state = lp->chan_state; in ldc_rx()841 if (lp->chan_state != orig_state) { in ldc_rx()855 if (lp->chan_state != orig_state) in ldc_rx()915 unsigned long flags, orig_state; in ldc_tx() local920 orig_state = lp->chan_state; in ldc_tx()931 orig_state, lp->chan_state, lp->tx_head, lp->tx_tail); in ldc_tx()[all …]
1375 enum vb2_buffer_state orig_state = vb->state; in __buf_prepare() local1415 vb->state = orig_state; in __buf_prepare()1421 vb->state = orig_state; in __buf_prepare()1611 enum vb2_buffer_state orig_state; in vb2_core_qbuf() local1712 orig_state = vb->state; in vb2_core_qbuf()1751 vb->state = orig_state; in vb2_core_qbuf()
6173 int orig_state = netif_running(sp->dev); in s2io_ethtool_test() local6177 if (orig_state) in s2io_ethtool_test()6196 if (orig_state) in s2io_ethtool_test()6202 if (!orig_state) { in s2io_ethtool_test()
22456 + struct imx_crtc_state *state, *orig_state;22467 + orig_state = to_imx_crtc_state(crtc->state);22468 + state->bus_format = orig_state->bus_format;22469 + state->bus_flags = orig_state->bus_flags;22470 + state->di_hsync_pin = orig_state->di_hsync_pin;22471 + state->di_vsync_pin = orig_state->di_vsync_pin;