Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bluetooth/
Dhci_bcsp.c67 struct timer_list tbcsp; member
317 mod_timer(&bcsp->tbcsp, jiffies + HZ / 4); in bcsp_dequeue()
388 del_timer(&bcsp->tbcsp); in bcsp_pkt_cull()
706 init_timer(&bcsp->tbcsp); in bcsp_open()
707 bcsp->tbcsp.function = bcsp_timed_event; in bcsp_open()
708 bcsp->tbcsp.data = (u_long) hu; in bcsp_open()
722 del_timer_sync(&bcsp->tbcsp); in bcsp_close()