Searched defs:hdlcdrv_ioctl (Results 1 – 4 of 4) sorted by relevance
39 struct hdlcdrv_ioctl { struct40 int cmd;41 union {50 } data;
51 struct hdlcdrv_ioctl { struct52 int cmd;53 union {62 } data;
486 static int hdlcdrv_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in hdlcdrv_ioctl() function