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