Home
last modified time | relevance | path

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

/net/bluetooth/
Daf_bluetooth.c499 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in bt_sock_ioctl() function
537 EXPORT_SYMBOL(bt_sock_ioctl);
Dsco.c1267 .ioctl = bt_sock_ioctl,
Dl2cap_sock.c1927 .ioctl = bt_sock_ioctl,
/net/bluetooth/rfcomm/
Dsock.c875 err = bt_sock_ioctl(sock, cmd, arg); in rfcomm_sock_ioctl()