Home
last modified time | relevance | path

Searched refs:rxstate (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dwinbond-cir.c201 enum wbcir_rxstate rxstate; member
338 if (!idle && data->rxstate == WBCIR_RXSTATE_INACTIVE) in wbcir_idle_rx()
339 data->rxstate = WBCIR_RXSTATE_ACTIVE; in wbcir_idle_rx()
341 if (idle && data->rxstate != WBCIR_RXSTATE_INACTIVE) { in wbcir_idle_rx()
342 data->rxstate = WBCIR_RXSTATE_INACTIVE; in wbcir_idle_rx()
361 if (data->rxstate == WBCIR_RXSTATE_ERROR) in wbcir_irq_rx()
472 data->rxstate = WBCIR_RXSTATE_ERROR; in wbcir_irq_handler()
980 data->rxstate = WBCIR_RXSTATE_INACTIVE; in wbcir_init_hw()
/OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/
H A Dnetjet.c47 u16 rxstate; member
220 bc->rxstate = 0; in mode_tiger()
228 bc->rxstate = 0; in mode_tiger()
242 bc->rxstate = 0; in mode_tiger()
371 bc->rxstate |= RX_OVERRUN; in read_dma()
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget.c635 static void rxstate(struct musb *musb, struct musb_request *req) in rxstate() function
1022 rxstate(musb, req); in musb_g_rx()
1313 rxstate(musb, req); in musb_ep_restart()
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_gadget.c518 static void rxstate(struct musb *musb, struct musb_request *req) in rxstate() function
903 rxstate(musb, req); in musb_g_rx()
1178 rxstate(musb, req); in musb_ep_restart()