Lines Matching refs:pvcalls_front_dev
43 static struct xenbus_device *pvcalls_front_dev; variable
103 if (!pvcalls_front_dev || in pvcalls_enter_sock()
104 dev_get_drvdata(&pvcalls_front_dev->dev) == NULL) in pvcalls_enter_sock()
278 if (!pvcalls_front_dev) { in pvcalls_front_socket()
282 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_socket()
382 pvcalls_front_dev->otherend_id, in create_active()
386 pvcalls_front_dev->otherend_id, in create_active()
389 ret = xenbus_alloc_evtchn(pvcalls_front_dev, evtchn); in create_active()
408 xenbus_free_evtchn(pvcalls_front_dev, *evtchn); in create_active()
428 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_connect()
674 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_bind()
724 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_listen()
775 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_accept()
990 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_poll()
1017 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_release()
1093 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_remove()
1095 pvcalls_front_dev = NULL; in pvcalls_front_remove()
1139 if (pvcalls_front_dev != NULL) { in pvcalls_front_probe()
1170 pvcalls_front_dev = dev; in pvcalls_front_probe()