Lines Matching defs:dev
48 static struct phonet_device *__phonet_device_alloc(struct net_device *dev) in __phonet_device_alloc()
62 static struct phonet_device *__phonet_get(struct net_device *dev) in __phonet_get()
75 static struct phonet_device *__phonet_get_rcu(struct net_device *dev) in __phonet_get_rcu()
87 static void phonet_device_destroy(struct net_device *dev) in phonet_device_destroy()
113 struct net_device *dev = NULL; in phonet_device_get() local
131 int phonet_address_add(struct net_device *dev, u8 addr) in phonet_address_add()
150 int phonet_address_del(struct net_device *dev, u8 addr) in phonet_address_del()
174 u8 phonet_address_get(struct net_device *dev, u8 daddr) in phonet_address_get()
231 static int phonet_device_autoconf(struct net_device *dev) in phonet_device_autoconf()
253 static void phonet_route_autodel(struct net_device *dev) in phonet_route_autodel()
282 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in phonet_device_notify() local
357 int phonet_route_add(struct net_device *dev, u8 daddr) in phonet_route_add()
374 int phonet_route_del(struct net_device *dev, u8 daddr) in phonet_route_del()
398 struct net_device *dev; in phonet_route_get_rcu() local
409 struct net_device *dev; in phonet_route_output() local