Home
last modified time | relevance | path

Searched refs:pvcalls_front_dev (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/xen/
H A Dpvcalls-front.c43 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 in pvcalls_front_connect()
[all...]
/kernel/linux/linux-6.6/drivers/xen/
H A Dpvcalls-front.c43 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()
288 if (!pvcalls_front_dev) { in pvcalls_front_socket()
292 bedata = dev_get_drvdata(&pvcalls_front_dev->dev); in pvcalls_front_socket()
392 pvcalls_front_dev->otherend_id, in create_active()
396 pvcalls_front_dev->otherend_id, in create_active()
399 ret = xenbus_alloc_evtchn(pvcalls_front_dev, evtchn); in create_active()
418 xenbus_free_evtchn(pvcalls_front_dev, *evtchn); in create_active()
438 bedata = dev_get_drvdata(&pvcalls_front_dev in pvcalls_front_connect()
[all...]

Completed in 3 milliseconds