Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb.h122 struct completion start_comp, stop_comp, flush_comp, member
Dkvaser_usb_leaf.c1470 complete(&priv->stop_comp); in kvaser_usb_leaf_stop_chip_reply()
1637 init_completion(&priv->stop_comp); in kvaser_usb_leaf_stop_chip()
1646 if (!wait_for_completion_timeout(&priv->stop_comp, in kvaser_usb_leaf_stop_chip()
Dkvaser_usb_hydra.c814 complete(&priv->stop_comp); in kvaser_usb_hydra_stop_chip_reply()
1968 init_completion(&priv->stop_comp); in kvaser_usb_hydra_stop_chip()
1980 if (!wait_for_completion_timeout(&priv->stop_comp, in kvaser_usb_hydra_stop_chip()
Dkvaser_usb_core.c779 init_completion(&priv->stop_comp); in kvaser_usb_init_one()