Searched refs:bt_sock_ioctl (Results 1 – 6 of 6) sorted by relevance
566 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in bt_sock_ioctl() function605 EXPORT_SYMBOL(bt_sock_ioctl);
1495 .ioctl = bt_sock_ioctl,
1941 .ioctl = bt_sock_ioctl,
2407 .ioctl = bt_sock_ioctl,
415 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
865 err = bt_sock_ioctl(sock, cmd, arg); in rfcomm_sock_ioctl()