Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/bluetooth/
Dbluetooth.h137 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
/linux-2.6.39/net/bluetooth/
Daf_bluetooth.c441 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in bt_sock_ioctl() function
487 EXPORT_SYMBOL(bt_sock_ioctl);
Dsco.c1003 .ioctl = bt_sock_ioctl,
Dl2cap_sock.c1115 .ioctl = bt_sock_ioctl,
/linux-2.6.39/net/bluetooth/rfcomm/
Dsock.c869 err = bt_sock_ioctl(sock, cmd, arg); in rfcomm_sock_ioctl()