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