Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/softing/
H A Dsofting.h98 int softing_startstop(struct net_device *netdev, int up);
H A Dsofting_main.c387 ret = softing_startstop(ndev, 1); in softing_netdev_open()
399 return softing_startstop(ndev, 0); in softing_netdev_stop()
409 ret = softing_startstop(ndev, 1); in softing_candev_set_mode()
H A Dsofting_fw.c417 int softing_startstop(struct net_device *dev, int up) in softing_startstop() function