Searched refs:raw_ioctl (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wan/ |
H A D | hdlc_raw.c | 22 static int raw_ioctl(struct net_device *dev, struct if_settings *ifs); 31 .ioctl = raw_ioctl, 36 static int raw_ioctl(struct net_device *dev, struct if_settings *ifs) in raw_ioctl() function
|
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | raw_gadget.c | 1248 static long raw_ioctl(struct file *fd, unsigned int cmd, unsigned long value) in raw_ioctl() function 1319 .unlocked_ioctl = raw_ioctl, 1320 .compat_ioctl = raw_ioctl,
|
/openbmc/linux/net/ipv4/ |
H A D | raw.c | 861 static int raw_ioctl(struct sock *sk, int cmd, int *karg) in raw_ioctl() function 928 .ioctl = raw_ioctl,
|