Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/bluetooth/rfcomm/
Dtty.c84 static void rfcomm_tty_wakeup(unsigned long arg);
213 tasklet_init(&dev->wakeup_task, rfcomm_tty_wakeup, (unsigned long) dev); in rfcomm_dev_add()
526 static void rfcomm_tty_wakeup(unsigned long arg) in rfcomm_tty_wakeup() function