Lines Matching refs:d
270 static ssize_t netstat_show(const struct device *d, in netstat_show() argument
274 struct net_device *dev = to_net_dev(d); in netstat_show()
292 static ssize_t show_##name(struct device *d, \
295 return netstat_show(d, attr, buf, \
359 static ssize_t wireless_show(struct device *d, char *buf, in wireless_show() argument
363 struct net_device *dev = to_net_dev(d); in wireless_show()
386 static ssize_t show_iw_##name(struct device *d, \
389 return wireless_show(d, buf, format_iw_##name); \
427 static int netdev_uevent(struct device *d, struct kobj_uevent_env *env) in netdev_uevent() argument
429 struct net_device *dev = to_net_dev(d); in netdev_uevent()
454 static void netdev_release(struct device *d) in netdev_release() argument
456 struct net_device *dev = to_net_dev(d); in netdev_release()