Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp.h38 struct netcp_device;
41 struct netcp_device *netcp_device; member
106 struct netcp_device *netcp_device; member
179 int (*probe)(struct netcp_device *netcp_device,
182 int (*remove)(struct netcp_device *netcp_device, void *inst_priv);
207 struct netcp_device *netcp_device,
221 void *netcp_device_find_module(struct netcp_device *netcp_device,
Dnetcp_core.c71 #define for_each_netcp_device_module(netcp_device, inst_modpriv) \ argument
73 &((netcp_device)->modpriv_head), inst_list)
79 struct netcp_device { struct
87 struct netcp_device *netcp_device; argument
214 static int netcp_module_probe(struct netcp_device *netcp_device, in netcp_module_probe() argument
217 struct device *dev = netcp_device->device; in netcp_module_probe()
253 inst_modpriv->netcp_device = netcp_device; in netcp_module_probe()
255 list_add_tail(&inst_modpriv->inst_list, &netcp_device->modpriv_head); in netcp_module_probe()
257 ret = module->probe(netcp_device, dev, child, in netcp_module_probe()
278 list_for_each_entry(netcp_intf, &netcp_device->interface_head, in netcp_module_probe()
[all …]
Dnetcp_ethss.c641 struct netcp_device *netcp_device; member
2782 static int gbe_probe(struct netcp_device *netcp_device, struct device *dev, in gbe_probe() argument
2817 gbe_dev->netcp_device = netcp_device; in gbe_probe()
2880 ret = netcp_txpipe_init(&gbe_dev->tx_pipe, netcp_device, in gbe_probe()
3015 static int gbe_remove(struct netcp_device *netcp_device, void *inst_priv) in gbe_remove() argument