Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_sock.c978 static int hci_sock_ioctl(struct socket *sock, unsigned int cmd, in hci_sock_ioctl() function
1088 return hci_sock_ioctl(sock, cmd, arg); in hci_sock_compat_ioctl()
1091 return hci_sock_ioctl(sock, cmd, (unsigned long)compat_ptr(arg)); in hci_sock_compat_ioctl()
2030 .ioctl = hci_sock_ioctl,