Searched refs:frontend_id (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/xen/ |
H A D | xen-bus.c | 38 xenbus->backend_id, backend, xendev->frontend_id, in xen_device_get_backend_path() 53 xendev->frontend_id, device, xendev->name); in xen_device_get_frontend_path() 108 indent, "", xendev->name, xendev->frontend_id); in xen_bus_print_dev() 740 xendev->frontend_id, xenbus->backend_id, in xen_device_frontend_create() 795 xendev->frontend_id, refs, prot); in xen_device_map_grant_refs() 886 xendev->frontend_id, in xen_device_bind_event_channel() 1018 if (xendev->frontend_id == DOMID_INVALID) { in xen_device_realize() 1019 xendev->frontend_id = xen_domid; in xen_device_realize() 1022 if (xendev->frontend_id >= DOMID_FIRST_RESERVED) { in xen_device_realize() 1065 xendev->frontend_id); in xen_device_realize() [all …]
|
/openbmc/qemu/hw/char/ |
H A D | xen_console.c | 244 con->sring = qemu_xen_foreignmem_map(xendev->frontend_id, NULL, in xen_console_connect() 378 "/local/domain/%u/console", xendev->frontend_id); in xen_console_get_name() 382 xendev->frontend_id, idx); in xen_console_get_name() 480 char *ret = console_frontend_path(xenbus->xsh, xendev->frontend_id, in xen_console_get_frontend_path()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | isp2401_input_system_global.h | 73 csi_rx_frontend_ID_t frontend_id; member
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen-bus.h | 20 domid_t frontend_id; member
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/ |
H A D | virtual_isys.c | 361 me->csi_rx.frontend_id = CSI_RX_FRONTEND0_ID; in create_input_system_input_port() 376 me->csi_rx.frontend_id = CSI_RX_FRONTEND1_ID; in create_input_system_input_port() 392 me->csi_rx.frontend_id = CSI_RX_FRONTEND2_ID; in create_input_system_input_port()
|
/openbmc/qemu/hw/net/ |
H A D | xen_nic.c | 521 xendev->frontend_id, idx); in xen_netdev_get_name()
|
/openbmc/qemu/hw/block/ |
H A D | xen-block.c | 90 blockdev->xendev.frontend_id); in xen_block_find_free_vdev()
|