Home
last modified time | relevance | path

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

/linux/drivers/net/can/usb/kvaser_usb/
A Dkvaser_usb.h115 struct completion start_comp, stop_comp, flush_comp; member
A Dkvaser_usb_leaf.c1092 if (completion_done(&priv->start_comp) && in kvaser_usb_leaf_start_chip_reply()
1097 complete(&priv->start_comp); in kvaser_usb_leaf_start_chip_reply()
1233 init_completion(&priv->start_comp); in kvaser_usb_leaf_start_chip()
1240 if (!wait_for_completion_timeout(&priv->start_comp, in kvaser_usb_leaf_start_chip()
A Dkvaser_usb_hydra.c808 if (completion_done(&priv->start_comp) && in kvaser_usb_hydra_start_chip_reply()
813 complete(&priv->start_comp); in kvaser_usb_hydra_start_chip_reply()
1872 init_completion(&priv->start_comp); in kvaser_usb_hydra_start_chip()
1879 if (!wait_for_completion_timeout(&priv->start_comp, in kvaser_usb_hydra_start_chip()
A Dkvaser_usb_core.c678 init_completion(&priv->start_comp); in kvaser_usb_init_one()
/linux/drivers/net/can/
A Dkvaser_pciefd.c267 struct completion start_comp, flush_comp; member
628 if (!wait_for_completion_timeout(&can->start_comp, in kvaser_pciefd_bus_on()
951 init_completion(&can->start_comp); in kvaser_pciefd_setup_can_ctrls()
1452 if (!completion_done(&can->start_comp)) in kvaser_pciefd_handle_status_packet()
1453 complete(&can->start_comp); in kvaser_pciefd_handle_status_packet()

Completed in 19 milliseconds