Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Daf_bluetooth.c696 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in bt_sock_ioctl() function
739 EXPORT_SYMBOL(bt_sock_ioctl);
H A Dsco.c1608 .ioctl = bt_sock_ioctl,
H A Dl2cap_sock.c2090 .ioctl = bt_sock_ioctl, in l2cap_cleanup_sockets()
H A Diso.c2851 .ioctl = bt_sock_ioctl,
/linux/net/bluetooth/rfcomm/
H A Dsock.c885 err = bt_sock_ioctl(sock, cmd, arg); in rfcomm_sock_ioctl()