Searched refs:bt_sock_ioctl (Results 1 – 5 of 5) sorted by relevance
493 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in bt_sock_ioctl() function531 EXPORT_SYMBOL(bt_sock_ioctl);
1192 .ioctl = bt_sock_ioctl,
1660 .ioctl = bt_sock_ioctl,
275 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
897 err = bt_sock_ioctl(sock, cmd, arg); in rfcomm_sock_ioctl()