Searched refs:chan_timer (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | l2cap.h | 589 struct delayed_work chan_timer; member 849 #define __set_chan_timer(c, t) l2cap_set_timer(c, &c->chan_timer, (t)) 850 #define __clear_chan_timer(c) l2cap_clear_timer(c, &c->chan_timer)
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | l2cap.h | 630 struct delayed_work chan_timer; member 890 #define __set_chan_timer(c, t) l2cap_set_timer(c, &c->chan_timer, (t)) 891 #define __clear_chan_timer(c) l2cap_clear_timer(c, &c->chan_timer)
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | l2cap_core.c | 432 chan_timer.work); in l2cap_chan_timeout() 484 INIT_DELAYED_WORK(&chan->chan_timer, l2cap_chan_timeout); in l2cap_chan_create()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | l2cap_core.c | 412 chan_timer.work); in l2cap_chan_timeout() 461 INIT_DELAYED_WORK(&chan->chan_timer, l2cap_chan_timeout); in l2cap_chan_create()
|
Completed in 21 milliseconds