Home
last modified time | relevance | path

Searched refs:idle_to (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/bluetooth/hidp/
H A Dhidp.h101 __u32 idle_to; member
158 unsigned long idle_to; member
H A Dsock.c144 __u32 idle_to; member
195 ca.idle_to = ca32.idle_to; in hidp_sock_compat_ioctl()
H A Dcore.c429 if (session->idle_to > 0) in hidp_set_timer()
430 mod_timer(&session->timer, jiffies + HZ * session->idle_to); in hidp_set_timer()
435 if (session->idle_to > 0) in hidp_del_timer()
947 session->idle_to = req->idle_to; in hidp_session_new()