tbcsp              52 drivers/bluetooth/hci_bcsp.c 	struct	timer_list tbcsp;
tbcsp             312 drivers/bluetooth/hci_bcsp.c 				mod_timer(&bcsp->tbcsp, jiffies + HZ / 4);
tbcsp             385 drivers/bluetooth/hci_bcsp.c 		del_timer(&bcsp->tbcsp);
tbcsp             691 drivers/bluetooth/hci_bcsp.c 	struct bcsp_struct *bcsp = from_timer(bcsp, t, tbcsp);
tbcsp             726 drivers/bluetooth/hci_bcsp.c 	timer_setup(&bcsp->tbcsp, bcsp_timed_event, 0);
tbcsp             740 drivers/bluetooth/hci_bcsp.c 	del_timer_sync(&bcsp->tbcsp);