Searched refs:bt_sock_ioctl (Results 1 – 6 of 6) sorted by relevance
549 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in bt_sock_ioctl() function587 EXPORT_SYMBOL(bt_sock_ioctl);
1430 .ioctl = bt_sock_ioctl,
1901 .ioctl = bt_sock_ioctl,
2071 .ioctl = bt_sock_ioctl,
411 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
868 err = bt_sock_ioctl(sock, cmd, arg); in rfcomm_sock_ioctl()