Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Daf_bluetooth.c566 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in bt_sock_ioctl() function
605 EXPORT_SYMBOL(bt_sock_ioctl);
H A Dsco.c1439 .ioctl = bt_sock_ioctl,
H A Dl2cap_sock.c1939 .ioctl = bt_sock_ioctl,
H A Diso.c2155 .ioctl = bt_sock_ioctl,
/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.h415 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
/openbmc/linux/net/bluetooth/rfcomm/
H A Dsock.c866 err = bt_sock_ioctl(sock, cmd, arg); in rfcomm_sock_ioctl()