Searched refs:dongle_drv (Results 1 – 4 of 4) sorted by relevance
71 if (dev->dongle_drv != NULL) in sirdev_get_dongle()104 dev->dongle_drv = drv; in sirdev_get_dongle()113 dev->dongle_drv = NULL; in sirdev_get_dongle()122 const struct dongle_driver *drv = dev->dongle_drv; in sirdev_put_dongle()128 dev->dongle_drv = NULL; /* unlink the dongle driver */ in sirdev_put_dongle()
124 if (dev->dongle_drv != NULL) { in sirdev_config_fsm()157 if (dev->dongle_drv == NULL) { in sirdev_config_fsm()194 if (dev->dongle_drv) { in sirdev_config_fsm()205 if (dev->dongle_drv->reset) { in sirdev_config_fsm()206 ret = dev->dongle_drv->reset(dev); in sirdev_config_fsm()225 if (dev->dongle_drv->set_speed) { in sirdev_config_fsm()226 ret = dev->dongle_drv->set_speed(dev, fsm->param); in sirdev_config_fsm()947 if (dev->dongle_drv) in sirdev_put_instance()956 dev->dongle_drv = NULL; in sirdev_put_instance()
127 if (dev->dongle_drv->type == IRDA_ACTISYS_DONGLE) in actisys_open()
185 const struct dongle_driver * dongle_drv; member