Searched refs:vcc_ioctl (Results 1 – 4 of 4) sorted by relevance
21 int vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
117 .ioctl = vcc_ioctl,
218 int vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in vcc_ioctl() function
611 error = vcc_ioctl(sock, cmd, arg); in svc_ioctl()