Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/can/softing/
Dsofting.h97 int softing_startstop(struct net_device *netdev, int up);
Dsofting_main.c397 ret = softing_startstop(ndev, 1); in softing_netdev_open()
408 ret = softing_startstop(ndev, 0); in softing_netdev_stop()
419 ret = softing_startstop(ndev, 1); in softing_candev_set_mode()
Dsofting_fw.c428 int softing_startstop(struct net_device *dev, int up) in softing_startstop() function