Home
last modified time | relevance | path

Searched refs:raw_ioctl (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dhdlc_raw.c22 static int raw_ioctl(struct net_device *dev, struct ifreq *ifr);
31 .ioctl = raw_ioctl,
36 static int raw_ioctl(struct net_device *dev, struct ifreq *ifr) in raw_ioctl() function
/OK3568_Linux_fs/kernel/drivers/char/
H A Draw.c130 raw_ioctl(struct file *filp, unsigned int command, unsigned long arg) in raw_ioctl() function
284 .unlocked_ioctl = raw_ioctl,
/OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/
H A Draw_gadget.c1233 static long raw_ioctl(struct file *fd, unsigned int cmd, unsigned long value) in raw_ioctl() function
1304 .unlocked_ioctl = raw_ioctl,
1305 .compat_ioctl = raw_ioctl,
/OK3568_Linux_fs/kernel/net/ipv4/
H A Draw.c884 static int raw_ioctl(struct sock *sk, int cmd, unsigned long arg) in raw_ioctl() function
951 .ioctl = raw_ioctl,