Home
last modified time | relevance | path

Searched refs:xenbus_read_unsigned (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/input/misc/
H A Dxen-kbdfront.c227 with_kbd = !xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
230 with_ptr = !xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
234 with_mtouch = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
277 abs = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
279 ptr_size[KPARAM_X] = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
282 ptr_size[KPARAM_Y] = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
337 num_cont = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
340 width = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
343 height = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
/openbmc/linux/drivers/net/xen-netback/
H A Dxenbus.c589 vif->multicast_control = !!xenbus_read_unsigned(dev->otherend, in xen_mcast_ctrl_changed()
736 requested_num_queues = xenbus_read_unsigned(dev->otherend, in connect()
950 if (!xenbus_read_unsigned(dev->otherend, "feature-rx-notify", 0)) { in read_xenbus_vif_flags()
959 vif->can_sg = !!xenbus_read_unsigned(dev->otherend, "feature-sg", 0); in read_xenbus_vif_flags()
963 if (xenbus_read_unsigned(dev->otherend, "feature-gso-tcpv4", 0)) in read_xenbus_vif_flags()
966 if (xenbus_read_unsigned(dev->otherend, "feature-gso-tcpv6", 0)) in read_xenbus_vif_flags()
969 vif->ip_csum = !xenbus_read_unsigned(dev->otherend, in read_xenbus_vif_flags()
972 vif->ipv6_csum = !!xenbus_read_unsigned(dev->otherend, in read_xenbus_vif_flags()
/openbmc/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_cfg.c54 if (xenbus_read_unsigned(front_info->xb_dev->nodename, in xen_drm_front_cfg_card()
H A Dxen_drm_front.c734 while ((xenbus_read_unsigned(front_info->xb_dev->otherend, "state", in xen_drv_remove()
742 state = xenbus_read_unsigned(front_info->xb_dev->otherend, in xen_drv_remove()
/openbmc/linux/sound/xen/
H A Dxen_snd_front_cfg.c254 val = xenbus_read_unsigned(path, XENSND_FIELD_CHANNELS_MIN, 0); in cfg_read_pcm_hw()
258 val = xenbus_read_unsigned(path, XENSND_FIELD_CHANNELS_MAX, 0); in cfg_read_pcm_hw()
274 buf_sz = xenbus_read_unsigned(path, XENSND_FIELD_BUFFER_SIZE, 0); in cfg_read_pcm_hw()
H A Dxen_snd_front.c332 while ((xenbus_read_unsigned(front_info->xb_dev->otherend, "state", in xen_drv_remove()
340 state = xenbus_read_unsigned(front_info->xb_dev->otherend, in xen_drv_remove()
/openbmc/linux/drivers/video/fbdev/
H A Dxen-fbfront.c363 video[KPARAM_WIDTH] = xenbus_read_unsigned(dev->otherend, "width", in xenfb_probe()
365 video[KPARAM_HEIGHT] = xenbus_read_unsigned(dev->otherend, "height", in xenfb_probe()
641 if (xenbus_read_unsigned(info->xbdev->otherend, in xenfb_backend_changed()
645 info->feature_resize = xenbus_read_unsigned(dev->otherend, in xenfb_backend_changed()
/openbmc/linux/drivers/block/
H A Dxen-blkfront.c1785 !xenbus_read_unsigned(dev->nodename, "trusted", 1); in talk_to_blkback()
1787 max_page_order = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_blkback()
1904 backend_max_queues = xenbus_read_unsigned(info->xbdev->otherend, in negotiate_mq()
2149 info->discard_granularity = xenbus_read_unsigned(info->xbdev->otherend, in blkfront_setup_discard()
2152 info->discard_alignment = xenbus_read_unsigned(info->xbdev->otherend, in blkfront_setup_discard()
2155 !!xenbus_read_unsigned(info->xbdev->otherend, "discard-secure", in blkfront_setup_discard()
2279 if (xenbus_read_unsigned(info->xbdev->otherend, "feature-flush-cache", in blkfront_gather_backend_features()
2285 if (xenbus_read_unsigned(info->xbdev->otherend, "feature-discard", 0)) in blkfront_gather_backend_features()
2290 !!xenbus_read_unsigned(info->xbdev->otherend, in blkfront_gather_backend_features()
2295 indirect_segments = xenbus_read_unsigned(info->xbdev->otherend, in blkfront_gather_backend_features()
[all …]
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_xs.c591 unsigned int xenbus_read_unsigned(const char *dir, const char *node, in xenbus_read_unsigned() function
603 EXPORT_SYMBOL_GPL(xenbus_read_unsigned);
754 if (!xenbus_read_unsigned("control", in xs_reset_watches()
H A Dxenbus_probe_backend.c232 return !!xenbus_read_unsigned(dev->nodename, "online", 0); in xenbus_dev_is_online()
/openbmc/linux/drivers/net/
H A Dxen-netfront.c1478 !xenbus_read_unsigned(np->xbdev->otherend, "feature-sg", 0)) in xennet_fix_features()
1482 !xenbus_read_unsigned(np->xbdev->otherend, in xennet_fix_features()
1487 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv4", 0)) in xennet_fix_features()
1491 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv6", 0)) in xennet_fix_features()
2268 !xenbus_read_unsigned(dev->nodename, "trusted", 1); in talk_to_netback()
2271 max_queues = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2276 feature_split_evtchn = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2287 info->netback_has_xdp_headroom = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2426 if (!xenbus_read_unsigned(np->xbdev->otherend, "feature-rx-copy", 0)) { in xennet_connect()
/openbmc/linux/include/xen/
H A Dxenbus.h174 unsigned int xenbus_read_unsigned(const char *dir, const char *node,
/openbmc/linux/net/9p/
H A Dtrans_xen.c401 max_rings = xenbus_read_unsigned(dev->otherend, "max-rings", 0); in xen_9pfs_front_init()
404 max_ring_order = xenbus_read_unsigned(dev->otherend, in xen_9pfs_front_init()
/openbmc/linux/drivers/block/xen-blkback/
H A Dxenbus.c574 if (!xenbus_read_unsigned(dev->nodename, "discard-enable", 1)) in xen_blkbk_discard()
1089 xenbus_read_unsigned(dev->otherend, "feature-persistent", 0); in connect_ring()
1096 requested_num_queues = xenbus_read_unsigned(dev->otherend, in connect_ring()
/openbmc/linux/drivers/char/tpm/
H A Dxen-tpmfront.c388 if (!xenbus_read_unsigned(dev->otherend, "feature-protocol-v2", in backend_changed()
/openbmc/linux/drivers/xen/xen-pciback/
H A Dxenbus.c399 substate = xenbus_read_unsigned(pdev->xdev->nodename, state_str, in xen_pcibk_reconfigure()
/openbmc/linux/drivers/xen/
H A Dpvcalls-front.c1161 max_page_order = xenbus_read_unsigned(dev->otherend, in pvcalls_front_probe()
1165 function_calls = xenbus_read_unsigned(dev->otherend, in pvcalls_front_probe()
/openbmc/linux/drivers/pci/
H A Dxen-pcifront.c947 state = xenbus_read_unsigned(pdev->xdev->otherend, str, in pcifront_detach_devices()
/openbmc/linux/drivers/scsi/
H A Dxen-scsifront.c1135 sg_grant = xenbus_read_unsigned(dev->otherend, "feature-sg-grant", 0); in scsifront_read_backend_params()