Home
last modified time | relevance | path

Searched refs:hdlc_ioctl (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/net/wan/
H A Dhdlc.c199 int hdlc_ioctl(struct net_device *dev, struct if_settings *ifs) in hdlc_ioctl() function
220 EXPORT_SYMBOL(hdlc_ioctl);
H A Dpci200syn.c223 return hdlc_ioctl(dev, ifs); in pci200_ioctl()
H A Dc101.c270 return hdlc_ioctl(dev, ifs); in c101_ioctl()
H A Dpc300too.c223 return hdlc_ioctl(dev, ifs); in pc300_ioctl()
H A Dn2.c281 return hdlc_ioctl(dev, ifs); in n2_ioctl()
H A Dwanxl.c389 return hdlc_ioctl(dev, ifs); in wanxl_ioctl()
H A Dfsl_qmc_hdlc.c567 return hdlc_ioctl(netdev, ifs); in qmc_hdlc_ioctl()
H A Dfarsync.c2057 return hdlc_ioctl(dev, ifs); in fst_ioctl()
2063 return hdlc_ioctl(dev, ifs); in fst_ioctl()
H A Dfsl_ucc_hdlc.c703 return hdlc_ioctl(dev, ifs); in uhdlc_ioctl()
H A Dixp4xx_hss.c1372 return hdlc_ioctl(dev, ifs); in hss_hdlc_ioctl()
/linux-6.15/include/linux/
H A Dhdlc.h57 int hdlc_ioctl(struct net_device *dev, struct if_settings *ifs);
/linux-6.15/drivers/tty/
H A Dsynclink_gt.c1609 return hdlc_ioctl(dev, ifs); in hdlcdev_ioctl()