Searched refs:phy_do_ioctl (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | phy.c | 406 int phy_do_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in phy_do_ioctl() function 413 EXPORT_SYMBOL(phy_do_ioctl); 430 return phy_do_ioctl(dev, ifr, cmd); in phy_do_ioctl_running()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ |
| H A D | lantiq_etop.c | 611 .ndo_do_ioctl = phy_do_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/ |
| H A D | fec_mpc52xx.c | 795 .ndo_do_ioctl = phy_do_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/rdc/ |
| H A D | r6040.c | 963 .ndo_do_ioctl = phy_do_ioctl,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | phy.h | 1564 int phy_do_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aurora/ |
| H A D | nb8800.c | 1014 .ndo_do_ioctl = phy_do_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/ |
| H A D | pxa168_eth.c | 1380 .ndo_do_ioctl = phy_do_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/octeon/ |
| H A D | octeon_mgmt.c | 797 return phy_do_ioctl(netdev, rq, cmd); in octeon_mgmt_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/faraday/ |
| H A D | ftgmac100.c | 1590 .ndo_do_ioctl = phy_do_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/ |
| H A D | ag71xx.c | 1843 .ndo_do_ioctl = phy_do_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_main.c | 1949 ret = phy_do_ioctl(dev, rq, cmd); in sxgbe_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/socionext/ |
| H A D | netsec.c | 1832 .ndo_do_ioctl = phy_do_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/agere/ |
| H A D | et131x.c | 3885 .ndo_do_ioctl = phy_do_ioctl,
|