Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_sock.c975 static int hci_sock_ioctl(struct socket *sock, unsigned int cmd, in hci_sock_ioctl() function
1113 return hci_sock_ioctl(sock, cmd, arg); in hci_sock_compat_ioctl()
1116 return hci_sock_ioctl(sock, cmd, (unsigned long)compat_ptr(arg)); in hci_sock_compat_ioctl()
2061 .ioctl = hci_sock_ioctl,
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_sock.c1039 static int hci_sock_ioctl(struct socket *sock, unsigned int cmd, in hci_sock_ioctl() function
1177 return hci_sock_ioctl(sock, cmd, arg); in hci_sock_compat_ioctl()
1180 return hci_sock_ioctl(sock, cmd, (unsigned long)compat_ptr(arg)); in hci_sock_compat_ioctl()
2177 .ioctl = hci_sock_ioctl,

Completed in 4 milliseconds