Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/can/dev/
Dpeak_canfd.h154 #define PUCAN_OPTION_CANDFDISO 0x0004 macro
/linux-5.19.10/drivers/net/can/peak_canfd/
Dpeak_canfd.c583 err = pucan_clr_options(priv, PUCAN_OPTION_CANDFDISO); in peak_canfd_open()
585 err = pucan_set_options(priv, PUCAN_OPTION_CANDFDISO); in peak_canfd_open()
/linux-5.19.10/drivers/net/can/usb/peak_usb/
Dpcan_usb_fd.c256 puo->options = cpu_to_le16(PUCAN_OPTION_CANDFDISO); in pcan_usb_fd_build_restart_cmd()