Home
last modified time | relevance | path

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

/drivers/net/can/kvaser_pciefd/
A Dkvaser_pciefd.h76 struct completion start_comp, flush_comp; member
A Dkvaser_pciefd_core.c612 if (!wait_for_completion_timeout(&can->start_comp, in kvaser_pciefd_bus_on()
966 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()
/drivers/net/can/usb/kvaser_usb/
A Dkvaser_usb.h144 struct completion start_comp, stop_comp, flush_comp, member
A Dkvaser_usb_leaf.c1603 if (completion_done(&priv->start_comp) && in kvaser_usb_leaf_start_chip_reply()
1608 complete(&priv->start_comp); in kvaser_usb_leaf_start_chip_reply()
1782 reinit_completion(&priv->start_comp); in kvaser_usb_leaf_start_chip()
1789 if (!wait_for_completion_timeout(&priv->start_comp, in kvaser_usb_leaf_start_chip()
A Dkvaser_usb_hydra.c860 if (completion_done(&priv->start_comp) && in kvaser_usb_hydra_start_chip_reply()
865 complete(&priv->start_comp); in kvaser_usb_hydra_start_chip_reply()
2049 reinit_completion(&priv->start_comp); in kvaser_usb_hydra_start_chip()
2056 if (!wait_for_completion_timeout(&priv->start_comp, in kvaser_usb_hydra_start_chip()
A Dkvaser_usb_core.c850 init_completion(&priv->start_comp); in kvaser_usb_init_one()

Completed in 26 milliseconds