Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/ti/
Dnetcp.h41 struct netcp_device;
44 struct netcp_device *netcp_device; member
127 struct netcp_device *netcp_device; member
201 int (*probe)(struct netcp_device *netcp_device,
204 int (*remove)(struct netcp_device *netcp_device, void *inst_priv);
230 struct netcp_device *netcp_device,
244 void *netcp_device_find_module(struct netcp_device *netcp_device,
Dnetcp_core.c74 #define for_each_netcp_device_module(netcp_device, inst_modpriv) \ argument
76 &((netcp_device)->modpriv_head), inst_list)
82 struct netcp_device { struct
90 struct netcp_device *netcp_device; argument
250 static int netcp_module_probe(struct netcp_device *netcp_device, in netcp_module_probe() argument
253 struct device *dev = netcp_device->device; in netcp_module_probe()
289 inst_modpriv->netcp_device = netcp_device; in netcp_module_probe()
291 list_add_tail(&inst_modpriv->inst_list, &netcp_device->modpriv_head); in netcp_module_probe()
293 ret = module->probe(netcp_device, dev, child, in netcp_module_probe()
314 list_for_each_entry(netcp_intf, &netcp_device->interface_head, in netcp_module_probe()
[all …]
Dnetcp_ethss.c719 struct netcp_device *netcp_device; member
3560 static int gbe_probe(struct netcp_device *netcp_device, struct device *dev, in gbe_probe() argument
3596 gbe_dev->netcp_device = netcp_device; in gbe_probe()
3656 ret = netcp_txpipe_init(&gbe_dev->tx_pipe, netcp_device, in gbe_probe()
3805 static int gbe_remove(struct netcp_device *netcp_device, void *inst_priv) in gbe_remove() argument