Searched refs:__set_chan_timer (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | l2cap_core.c | 442 /* __set_chan_timer() calls l2cap_chan_hold(chan) while scheduling in l2cap_chan_timeout() 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() 4199 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_connect() 4616 __set_chan_timer(chan, L2CAP_DISC_REJ_TIMEOUT); in l2cap_config_rsp() 4936 __set_chan_timer(chan, L2CAP_MOVE_TIMEOUT); in l2cap_send_move_chan_req() 4966 __set_chan_timer(chan, L2CAP_MOVE_TIMEOUT); in l2cap_send_move_chan_cfm() 5378 __set_chan_timer(chan, L2CAP_MOVE_ERTX_TIMEOUT); in l2cap_move_continue() 5900 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_le_connect_req() 6116 __set_chan_timer(cha in l2cap_ecred_conn_req() [all...] |
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | l2cap.h | 849 #define __set_chan_timer(c, t) l2cap_set_timer(c, &c->chan_timer, (t)) macro
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | l2cap_core.c | 419 /* __set_chan_timer() calls l2cap_chan_hold(chan) while scheduling in l2cap_chan_timeout() 798 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_chan_close() 1425 __set_chan_timer(chan, L2CAP_DISC_TIMEOUT); in l2cap_do_start() 3974 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_connect() 4381 __set_chan_timer(chan, L2CAP_DISC_REJ_TIMEOUT); in l2cap_config_rsp() 4902 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_le_connect_req() 5118 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_ecred_conn_req() 7084 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_chan_connect() 7302 __set_chan_timer(chan, L2CAP_ENC_TIMEOUT); in l2cap_check_encryption() 7350 __set_chan_timer(cha in l2cap_security_cfm() [all...] |
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | l2cap.h | 890 #define __set_chan_timer(c, t) l2cap_set_timer(c, &c->chan_timer, (t)) macro
|
Completed in 20 milliseconds