Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb.h111 struct completion start_comp, stop_comp, flush_comp; member
H A Dkvaser_usb_leaf.c1206 complete(&priv->stop_comp); in kvaser_usb_leaf_stop_chip_reply()
1345 reinit_completion(&priv->stop_comp); in kvaser_usb_leaf_stop_chip()
1352 if (!wait_for_completion_timeout(&priv->stop_comp, in kvaser_usb_leaf_stop_chip()
H A Dkvaser_usb_hydra.c800 complete(&priv->stop_comp); in kvaser_usb_hydra_stop_chip_reply()
1866 reinit_completion(&priv->stop_comp); in kvaser_usb_hydra_stop_chip()
1878 if (!wait_for_completion_timeout(&priv->stop_comp, in kvaser_usb_hydra_stop_chip()
H A Dkvaser_usb_core.c692 init_completion(&priv->stop_comp); in kvaser_usb_init_one()