Lines Matching refs:device
41 static ssize_t netdev_show(const struct device *dev, in netdev_show()
62 static ssize_t field##_show(struct device *dev, \
77 static ssize_t netdev_store(struct device *dev, struct device_attribute *attr, in netdev_store()
114 static ssize_t iflink_show(struct device *dev, struct device_attribute *attr, in iflink_show()
128 static ssize_t name_assign_type_show(struct device *dev, in name_assign_type_show()
143 static ssize_t address_show(struct device *dev, struct device_attribute *attr, in address_show()
157 static ssize_t broadcast_show(struct device *dev, in broadcast_show()
175 static ssize_t carrier_store(struct device *dev, struct device_attribute *attr, in carrier_store()
189 static ssize_t carrier_show(struct device *dev, in carrier_show()
201 static ssize_t speed_show(struct device *dev, in speed_show()
227 static ssize_t duplex_show(struct device *dev, in duplex_show()
267 static ssize_t testing_show(struct device *dev, in testing_show()
279 static ssize_t dormant_show(struct device *dev, in dormant_show()
301 static ssize_t operstate_show(struct device *dev, in operstate_show()
320 static ssize_t carrier_changes_show(struct device *dev, in carrier_changes_show()
332 static ssize_t carrier_up_count_show(struct device *dev, in carrier_up_count_show()
342 static ssize_t carrier_down_count_show(struct device *dev, in carrier_down_count_show()
359 static ssize_t mtu_store(struct device *dev, struct device_attribute *attr, in mtu_store()
371 static ssize_t flags_store(struct device *dev, struct device_attribute *attr, in flags_store()
378 static ssize_t tx_queue_len_store(struct device *dev, in tx_queue_len_store()
395 static ssize_t gro_flush_timeout_store(struct device *dev, in gro_flush_timeout_store()
412 static ssize_t napi_defer_hard_irqs_store(struct device *dev, in napi_defer_hard_irqs_store()
423 static ssize_t ifalias_store(struct device *dev, struct device_attribute *attr, in ifalias_store()
454 static ssize_t ifalias_show(struct device *dev, in ifalias_show()
474 static ssize_t group_store(struct device *dev, struct device_attribute *attr, in group_store()
487 static ssize_t proto_down_store(struct device *dev, in proto_down_store()
503 static ssize_t phys_port_id_show(struct device *dev, in phys_port_id_show()
531 static ssize_t phys_port_name_show(struct device *dev, in phys_port_name_show()
560 static ssize_t phys_switch_id_show(struct device *dev, in phys_switch_id_show()
627 static ssize_t netstat_show(const struct device *d, in netstat_show()
650 static ssize_t name##_show(struct device *d, \
981 struct device *dev = &queue->dev->dev; in rx_queue_namespace()
1612 struct device *dev = &queue->dev->dev; in netdev_queue_namespace()
1852 static int netdev_uevent(struct device *d, struct kobj_uevent_env *env) in netdev_uevent()
1876 static void netdev_release(struct device *d) in netdev_release()
1889 static const void *net_namespace(struct device *d) in net_namespace()
1896 static void net_get_ownership(struct device *d, kuid_t *uid, kgid_t *gid) in net_get_ownership()
1915 static int of_dev_node_match(struct device *dev, const void *data) in of_dev_node_match()
1936 struct device *dev; in of_find_net_device_by_node()
1952 struct device *dev = &ndev->dev; in netdev_unregister_kobject()
1969 struct device *dev = &ndev->dev; in netdev_register_kobject()
2020 struct device *dev = &ndev->dev; in netdev_change_owner()