Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/ozwpan/
Dozcdev.c29 struct oz_pd *active_pd; member
105 pd = g_cdev.active_pd; in oz_cdev_read()
162 pd = g_cdev.active_pd; in oz_cdev_write()
221 old_pd = g_cdev.active_pd; in oz_set_active_pd()
222 g_cdev.active_pd = pd; in oz_set_active_pd()
229 pd = g_cdev.active_pd; in oz_set_active_pd()
230 g_cdev.active_pd = NULL; in oz_set_active_pd()
325 if (dev->active_pd) { in oz_cdev_poll()
326 struct oz_serial_ctx *ctx = oz_cdev_claim_ctx(dev->active_pd); in oz_cdev_poll()
454 if ((g_cdev.active_pd == NULL) && in oz_cdev_start()
[all …]