Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/can/dev/
Dpeak_canfd.h162 #define PUCAN_OPTION_CANDFDISO 0x0004 macro
/Linux-v4.19/drivers/net/can/peak_canfd/
Dpeak_canfd.c577 err = pucan_clr_options(priv, PUCAN_OPTION_CANDFDISO); in peak_canfd_open()
579 err = pucan_set_options(priv, PUCAN_OPTION_CANDFDISO); in peak_canfd_open()
/Linux-v4.19/drivers/net/can/usb/peak_usb/
Dpcan_usb_fd.c266 puo->options = cpu_to_le16(PUCAN_OPTION_CANDFDISO); in pcan_usb_fd_build_restart_cmd()