Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb.h124 struct completion start_comp, stop_comp, flush_comp, member
H A Dkvaser_usb_leaf.c1537 if (completion_done(&priv->start_comp) && in kvaser_usb_leaf_start_chip_reply()
1542 complete(&priv->start_comp); in kvaser_usb_leaf_start_chip_reply()
1714 reinit_completion(&priv->start_comp); in kvaser_usb_leaf_start_chip()
1721 if (!wait_for_completion_timeout(&priv->start_comp, in kvaser_usb_leaf_start_chip()
H A Dkvaser_usb_hydra.c839 if (completion_done(&priv->start_comp) && in kvaser_usb_hydra_start_chip_reply()
844 complete(&priv->start_comp); in kvaser_usb_hydra_start_chip_reply()
1989 reinit_completion(&priv->start_comp); in kvaser_usb_hydra_start_chip()
1996 if (!wait_for_completion_timeout(&priv->start_comp, in kvaser_usb_hydra_start_chip()
H A Dkvaser_usb_core.c817 init_completion(&priv->start_comp); in kvaser_usb_init_one()
/linux-6.15/drivers/net/can/
H A Dkvaser_pciefd.c422 struct completion start_comp, flush_comp; member
658 if (!wait_for_completion_timeout(&can->start_comp, in kvaser_pciefd_bus_on()
985 init_completion(&can->start_comp); in kvaser_pciefd_setup_can_ctrls()
1466 if (!completion_done(&can->start_comp)) in kvaser_pciefd_handle_status_packet()
1467 complete(&can->start_comp); in kvaser_pciefd_handle_status_packet()