Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Daf_bluetooth.c495 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in bt_sock_ioctl() function
533 EXPORT_SYMBOL(bt_sock_ioctl);
Dsco.c1438 .ioctl = bt_sock_ioctl,
Diso.c1774 .ioctl = bt_sock_ioctl,
Dl2cap_sock.c1918 .ioctl = bt_sock_ioctl,
/Linux-v6.1/include/net/bluetooth/
Dbluetooth.h391 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
/Linux-v6.1/net/bluetooth/rfcomm/
Dsock.c870 err = bt_sock_ioctl(sock, cmd, arg); in rfcomm_sock_ioctl()