Home
last modified time | relevance | path

Searched refs:start_comp (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb.h115 struct completion start_comp, stop_comp, flush_comp; member
Dkvaser_usb_leaf.c1026 if (completion_done(&priv->start_comp) && in kvaser_usb_leaf_start_chip_reply()
1031 complete(&priv->start_comp); in kvaser_usb_leaf_start_chip_reply()
1167 init_completion(&priv->start_comp); in kvaser_usb_leaf_start_chip()
1174 if (!wait_for_completion_timeout(&priv->start_comp, in kvaser_usb_leaf_start_chip()
Dkvaser_usb_hydra.c782 if (completion_done(&priv->start_comp) && in kvaser_usb_hydra_start_chip_reply()
787 complete(&priv->start_comp); in kvaser_usb_hydra_start_chip_reply()
1844 init_completion(&priv->start_comp); in kvaser_usb_hydra_start_chip()
1851 if (!wait_for_completion_timeout(&priv->start_comp, in kvaser_usb_hydra_start_chip()
Dkvaser_usb_core.c656 init_completion(&priv->start_comp); in kvaser_usb_init_one()
/Linux-v5.4/drivers/net/can/
Dkvaser_pciefd.c263 struct completion start_comp, flush_comp; member
624 if (!wait_for_completion_timeout(&can->start_comp, in kvaser_pciefd_bus_on()
945 init_completion(&can->start_comp); in kvaser_pciefd_setup_can_ctrls()
1440 if (!completion_done(&can->start_comp)) in kvaser_pciefd_handle_status_packet()
1441 complete(&can->start_comp); in kvaser_pciefd_handle_status_packet()