Home
last modified time | relevance | path

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

/linux/drivers/net/can/usb/
H A Dnct6694_canfd.c213 const struct nct6694_cmd_header cmd_hd = { in nct6694_canfd_handle_rx() local
222 ret = nct6694_read_msg(priv->nct6694, &cmd_hd, frame); in nct6694_canfd_handle_rx()
385 const struct nct6694_cmd_header cmd_hd = { in nct6694_canfd_irq() local
394 ret = nct6694_read_msg(priv->nct6694, &cmd_hd, priv->event); in nct6694_canfd_irq()
442 static const struct nct6694_cmd_header cmd_hd = { in nct6694_canfd_tx_work() local
491 err = nct6694_write_msg(priv->nct6694, &cmd_hd, frame); in nct6694_canfd_tx_work()
521 const struct nct6694_cmd_header cmd_hd = { in nct6694_canfd_start() local
574 ret = nct6694_write_msg(priv->nct6694, &cmd_hd, setting); in nct6694_canfd_start()
587 const struct nct6694_cmd_header cmd_hd = { in nct6694_canfd_stop() local
603 nct6694_read_msg(priv->nct6694, &cmd_hd, setting); in nct6694_canfd_stop()
[all …]