Searched refs:hdlc_ioctl (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/drivers/net/wan/ |
D | hdlc.c | 199 int hdlc_ioctl(struct net_device *dev, struct if_settings *ifs) in hdlc_ioctl() function 220 EXPORT_SYMBOL(hdlc_ioctl);
|
D | c101.c | 270 return hdlc_ioctl(dev, ifs); in c101_ioctl()
|
D | pci200syn.c | 223 return hdlc_ioctl(dev, ifs); in pci200_ioctl()
|
D | pc300too.c | 223 return hdlc_ioctl(dev, ifs); in pc300_ioctl()
|
D | n2.c | 281 return hdlc_ioctl(dev, ifs); in n2_ioctl()
|
D | wanxl.c | 389 return hdlc_ioctl(dev, ifs); in wanxl_ioctl()
|
D | farsync.c | 2057 return hdlc_ioctl(dev, ifs); in fst_ioctl() 2063 return hdlc_ioctl(dev, ifs); in fst_ioctl()
|
D | fsl_ucc_hdlc.c | 703 return hdlc_ioctl(dev, ifs); in uhdlc_ioctl()
|
D | ixp4xx_hss.c | 1372 return hdlc_ioctl(dev, ifs); in hss_hdlc_ioctl()
|
/Linux-v6.6/include/linux/ |
D | hdlc.h | 57 int hdlc_ioctl(struct net_device *dev, struct if_settings *ifs);
|
/Linux-v6.6/drivers/tty/ |
D | synclink_gt.c | 1608 return hdlc_ioctl(dev, ifs); in hdlcdev_ioctl()
|