Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/peak_canfd/
H A Dpeak_pciefd_main.c192 int can_count; member
679 pciefd->can[pciefd->can_count] = priv; in pciefd_can_probe()
706 while (pciefd->can_count > 0) in pciefd_can_remove_all()
707 pciefd_can_remove(pciefd->can[--pciefd->can_count]); in pciefd_can_remove_all()
715 int err, can_count; in peak_pciefd_probe() local
738 can_count = 4; in peak_pciefd_probe()
740 can_count = 3; in peak_pciefd_probe()
742 can_count = 2; in peak_pciefd_probe()
744 can_count = 1; in peak_pciefd_probe()
799 while (pciefd->can_count < can_count) { in peak_pciefd_probe()
[all …]