Searched refs:bt_sock_poll (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | af_bluetooth.c | 458 __poll_t bt_sock_poll(struct file *file, struct socket *sock, in bt_sock_poll() function 497 EXPORT_SYMBOL(bt_sock_poll); variable
|
H A D | sco.c | 1267 .poll = bt_sock_poll,
|
H A D | l2cap_sock.c | 1926 .poll = bt_sock_poll,
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | af_bluetooth.c | 503 __poll_t bt_sock_poll(struct file *file, struct socket *sock, in bt_sock_poll() function 542 EXPORT_SYMBOL(bt_sock_poll); variable
|
H A D | sco.c | 1429 .poll = bt_sock_poll,
|
H A D | iso.c | 2070 .poll = bt_sock_poll,
|
H A D | l2cap_sock.c | 1884 .poll = bt_sock_poll,
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | bluetooth.h | 321 __poll_t bt_sock_poll(struct file *file, struct socket *sock, poll_table *wait);
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | bluetooth.h | 410 __poll_t bt_sock_poll(struct file *file, struct socket *sock, poll_table *wait);
|
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/ |
H A D | sock.c | 1019 .poll = bt_sock_poll,
|
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/ |
H A D | sock.c | 1024 .poll = bt_sock_poll,
|
Completed in 15 milliseconds