Searched refs:fman_port_devs (Results 1 – 2 of 2) sorted by relevance
308 mac_dev->fman_port_devs[i] = &of_dev->dev; in mac_probe()310 mac_dev->port[i] = fman_port_bind(mac_dev->fman_port_devs[i]); in mac_probe()321 put_device(mac_dev->fman_port_devs[i]); in mac_probe()361 put_device(mac_dev->fman_port_devs[i]); in mac_probe()375 put_device(mac_dev->fman_port_devs[i]); in mac_remove()
58 struct device *fman_port_devs[PORT_NUM]; member