Searched refs:__set_chan_timer (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
D | l2cap_core.c | 834 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_chan_close() 1580 __set_chan_timer(chan, L2CAP_DISC_TIMEOUT); in l2cap_do_start() 4180 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_connect() 4588 __set_chan_timer(chan, L2CAP_DISC_REJ_TIMEOUT); in l2cap_config_rsp() 4917 __set_chan_timer(chan, L2CAP_MOVE_TIMEOUT); in l2cap_send_move_chan_req() 4947 __set_chan_timer(chan, L2CAP_MOVE_TIMEOUT); in l2cap_send_move_chan_cfm() 5359 __set_chan_timer(chan, L2CAP_MOVE_ERTX_TIMEOUT); in l2cap_move_continue() 5881 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_le_connect_req() 6091 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_ecred_conn_req() 8063 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_chan_connect() [all …]
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | l2cap.h | 889 #define __set_chan_timer(c, t) l2cap_set_timer(c, &c->chan_timer, (t)) macro
|