Searched refs:hdlcdev_ioctl (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/pcmcia/ |
H A D | synclink_cs.c | 4068 static int hdlcdev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in hdlcdev_ioctl() function 4077 printk("%s:hdlcdev_ioctl(%s)\n", __FILE__, dev->name); in hdlcdev_ioctl() 4238 .ndo_do_ioctl = hdlcdev_ioctl,
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | synclink.c | 7600 * hdlcdev_ioctl - called by network layer to process IOCTL call to network device 7607 static int hdlcdev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in hdlcdev_ioctl() function 7616 printk("%s:hdlcdev_ioctl(%s)\n",__FILE__,dev->name); in hdlcdev_ioctl() 7774 .ndo_do_ioctl = hdlcdev_ioctl,
|
H A D | synclinkmp.c | 1701 * hdlcdev_ioctl - called by network layer to process IOCTL call to network device 1708 static int hdlcdev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in hdlcdev_ioctl() function 1717 printk("%s:hdlcdev_ioctl(%s)\n",__FILE__,dev->name); in hdlcdev_ioctl() 1874 .ndo_do_ioctl = hdlcdev_ioctl,
|
H A D | synclink_gt.c | 1521 * hdlcdev_ioctl - called by network layer to process IOCTL call to network device 1528 static int hdlcdev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in hdlcdev_ioctl() function 1536 DBGINFO(("%s hdlcdev_ioctl\n", dev->name)); in hdlcdev_ioctl() 1691 .ndo_do_ioctl = hdlcdev_ioctl,
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | synclink_gt.c | 1513 * hdlcdev_ioctl - called by network layer to process IOCTL call to network device 1520 static int hdlcdev_ioctl(struct net_device *dev, struct if_settings *ifs) in hdlcdev_ioctl() function 1528 DBGINFO(("%s hdlcdev_ioctl\n", dev->name)); in hdlcdev_ioctl() 1681 .ndo_siocwandev = hdlcdev_ioctl,
|
Completed in 32 milliseconds