Home
last modified time | relevance | path

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

/linux/drivers/input/misc/
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()
/linux/drivers/net/xen-netback/
A Dxenbus.c589 vif->multicast_control = !!xenbus_read_unsigned(dev->otherend, in xen_mcast_ctrl_changed()
737 requested_num_queues = xenbus_read_unsigned(dev->otherend, in connect()
956 if (!xenbus_read_unsigned(dev->otherend, "feature-rx-notify", 0)) { in read_xenbus_vif_flags()
965 vif->can_sg = !!xenbus_read_unsigned(dev->otherend, "feature-sg", 0); in read_xenbus_vif_flags()
969 if (xenbus_read_unsigned(dev->otherend, "feature-gso-tcpv4", 0)) in read_xenbus_vif_flags()
972 if (xenbus_read_unsigned(dev->otherend, "feature-gso-tcpv6", 0)) in read_xenbus_vif_flags()
975 vif->ip_csum = !xenbus_read_unsigned(dev->otherend, in read_xenbus_vif_flags()
978 vif->ipv6_csum = !!xenbus_read_unsigned(dev->otherend, in read_xenbus_vif_flags()
/linux/sound/xen/
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()
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()
/linux/drivers/gpu/drm/xen/
A Dxen_drm_front_cfg.c54 if (xenbus_read_unsigned(front_info->xb_dev->nodename, in xen_drm_front_cfg_card()
A Dxen_drm_front.c747 while ((xenbus_read_unsigned(front_info->xb_dev->otherend, "state", in xen_drv_remove()
755 state = xenbus_read_unsigned(front_info->xb_dev->otherend, in xen_drv_remove()
/linux/drivers/video/fbdev/
A Dxen-fbfront.c385 video[KPARAM_WIDTH] = xenbus_read_unsigned(dev->otherend, "width", in xenfb_probe()
387 video[KPARAM_HEIGHT] = xenbus_read_unsigned(dev->otherend, "height", in xenfb_probe()
669 if (xenbus_read_unsigned(info->xbdev->otherend, in xenfb_backend_changed()
673 info->feature_resize = xenbus_read_unsigned(dev->otherend, in xenfb_backend_changed()
/linux/drivers/block/
A Dxen-blkfront.c1781 max_page_order = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_blkback()
1897 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()
2269 if (xenbus_read_unsigned(info->xbdev->otherend, "feature-barrier", 0)) { in blkfront_gather_backend_features()
2278 if (xenbus_read_unsigned(info->xbdev->otherend, "feature-flush-cache", in blkfront_gather_backend_features()
2284 if (xenbus_read_unsigned(info->xbdev->otherend, "feature-discard", 0)) in blkfront_gather_backend_features()
2289 !!xenbus_read_unsigned(info->xbdev->otherend, in blkfront_gather_backend_features()
2292 indirect_segments = xenbus_read_unsigned(info->xbdev->otherend, in blkfront_gather_backend_features()
[all …]
/linux/drivers/xen/xenbus/
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()
A Dxenbus_probe_backend.c232 return !!xenbus_read_unsigned(dev->nodename, "online", 0); in xenbus_dev_is_online()
/linux/drivers/net/
A Dxen-netfront.c1412 !xenbus_read_unsigned(np->xbdev->otherend, "feature-sg", 0)) in xennet_fix_features()
1416 !xenbus_read_unsigned(np->xbdev->otherend, in xennet_fix_features()
1421 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv4", 0)) in xennet_fix_features()
1425 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv6", 0)) in xennet_fix_features()
2232 max_queues = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2237 feature_split_evtchn = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2248 info->netback_has_xdp_headroom = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2387 if (!xenbus_read_unsigned(np->xbdev->otherend, "feature-rx-copy", 0)) { in xennet_connect()
/linux/include/xen/
A Dxenbus.h177 unsigned int xenbus_read_unsigned(const char *dir, const char *node,
/linux/net/9p/
A Dtrans_xen.c383 max_rings = xenbus_read_unsigned(dev->otherend, "max-rings", 0); in xen_9pfs_front_probe()
386 max_ring_order = xenbus_read_unsigned(dev->otherend, in xen_9pfs_front_probe()
/linux/drivers/block/xen-blkback/
A Dxenbus.c582 if (!xenbus_read_unsigned(dev->nodename, "discard-enable", 1)) in xen_blkbk_discard()
1095 xenbus_read_unsigned(dev->otherend, in connect_ring()
1103 requested_num_queues = xenbus_read_unsigned(dev->otherend, in connect_ring()
/linux/drivers/char/tpm/
A Dxen-tpmfront.c401 if (!xenbus_read_unsigned(dev->otherend, "feature-protocol-v2", in backend_changed()
/linux/drivers/xen/
A Dpvcalls-front.c1154 max_page_order = xenbus_read_unsigned(dev->otherend, in pvcalls_front_probe()
1158 function_calls = xenbus_read_unsigned(dev->otherend, in pvcalls_front_probe()
/linux/drivers/xen/xen-pciback/
A Dxenbus.c399 substate = xenbus_read_unsigned(pdev->xdev->nodename, state_str, in xen_pcibk_reconfigure()
/linux/drivers/pci/
A Dxen-pcifront.c1024 state = xenbus_read_unsigned(pdev->xdev->otherend, str, in pcifront_detach_devices()
/linux/drivers/scsi/
A Dxen-scsifront.c1067 sg_grant = xenbus_read_unsigned(dev->otherend, "feature-sg-grant", 0); in scsifront_read_backend_params()
/linux/
A Dvmlinux.symvers10364 0x00000000 xenbus_read_unsigned vmlinux EXPORT_SYMBOL_GPL
A DSystem.map27528 ffff80001072c720 T xenbus_read_unsigned
A D.tmp_System.map27528 ffff80001072c720 T xenbus_read_unsigned

Completed in 385 milliseconds