Searched refs:bt_sock_ioctl (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | af_bluetooth.c | 499 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in bt_sock_ioctl() function 538 EXPORT_SYMBOL(bt_sock_ioctl); variable
|
H A D | sco.c | 1268 .ioctl = bt_sock_ioctl,
|
H A D | l2cap_sock.c | 1927 .ioctl = bt_sock_ioctl,
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | af_bluetooth.c | 544 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in bt_sock_ioctl() function 583 EXPORT_SYMBOL(bt_sock_ioctl); variable
|
H A D | sco.c | 1430 .ioctl = bt_sock_ioctl,
|
H A D | iso.c | 2071 .ioctl = bt_sock_ioctl,
|
H A D | l2cap_sock.c | 1885 .ioctl = bt_sock_ioctl,
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | bluetooth.h | 322 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | bluetooth.h | 411 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/ |
H A D | sock.c | 866 err = bt_sock_ioctl(sock, cmd, arg); in rfcomm_sock_ioctl()
|
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/ |
H A D | sock.c | 868 err = bt_sock_ioctl(sock, cmd, arg); in rfcomm_sock_ioctl()
|
Completed in 17 milliseconds