Home
last modified time | relevance | path

Searched refs:ucan (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/can/peak_canfd/
Dpeak_pciefd_main.c168 struct peak_canfd_priv ucan; /* must be the first member */ member
329 peak_canfd_handle_msgs_list(&priv->ucan, in pciefd_irq_handler()
342 spin_lock_irqsave(&priv->ucan.echo_lock, flags); in pciefd_irq_handler()
343 if (!priv->ucan.can.echo_skb[priv->ucan.echo_idx]) in pciefd_irq_handler()
344 netif_wake_queue(priv->ucan.ndev); in pciefd_irq_handler()
346 spin_unlock_irqrestore(&priv->ucan.echo_lock, flags); in pciefd_irq_handler()
355 static int pciefd_enable_tx_path(struct peak_canfd_priv *ucan) in pciefd_enable_tx_path() argument
357 struct pciefd_can *priv = (struct pciefd_can *)ucan; in pciefd_enable_tx_path()
391 static int pciefd_pre_cmd(struct peak_canfd_priv *ucan) in pciefd_pre_cmd() argument
393 struct pciefd_can *priv = (struct pciefd_can *)ucan; in pciefd_pre_cmd()
[all …]
/linux-6.12.1/drivers/net/can/usb/
DMakefile15 obj-$(CONFIG_CAN_UCAN) += ucan.o
/linux-6.12.1/Documentation/networking/
Dcan_ucan_protocol.rst14 ``drivers/net/can/usb/ucan.c``.