Lines Matching refs:pvcalls_front_dev
46 static struct xenbus_device *pvcalls_front_dev; variable
106 if (!pvcalls_front_dev || in pvcalls_enter_sock()
107 dev_get_drvdata(&pvcalls_front_dev->dev) == NULL) in pvcalls_enter_sock()
281 if (!pvcalls_front_dev) { in pvcalls_front_socket()
285 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_socket()
357 pvcalls_front_dev->otherend_id, in create_active()
361 pvcalls_front_dev->otherend_id, in create_active()
368 ret = xenbus_alloc_evtchn(pvcalls_front_dev, evtchn); in create_active()
387 xenbus_free_evtchn(pvcalls_front_dev, *evtchn); in create_active()
408 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_connect()
518 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_sendmsg()
613 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_recvmsg()
651 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_bind()
701 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_listen()
751 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_accept()
955 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_poll()
982 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_release()
1058 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_remove()
1060 pvcalls_front_dev = NULL; in pvcalls_front_remove()
1103 if (pvcalls_front_dev != NULL) { in pvcalls_front_probe()
1134 pvcalls_front_dev = dev; in pvcalls_front_probe()