Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
951 if (!xenbus_read_unsigned(dev->otherend, "feature-rx-notify", 0)) { in read_xenbus_vif_flags()
960 vif->can_sg = !!xenbus_read_unsigned(dev->otherend, "feature-sg", 0); in read_xenbus_vif_flags()
964 if (xenbus_read_unsigned(dev->otherend, "feature-gso-tcpv4", 0)) in read_xenbus_vif_flags()
967 if (xenbus_read_unsigned(dev->otherend, "feature-gso-tcpv6", 0)) in read_xenbus_vif_flags()
970 vif->ip_csum = !xenbus_read_unsigned(dev->otherend, in read_xenbus_vif_flags()
973 vif->ipv6_csum = !!xenbus_read_unsigned(dev->otherend, in read_xenbus_vif_flags()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dxen-blkfront.c1877 !xenbus_read_unsigned(dev->nodename, "trusted", 1); in talk_to_blkback()
1879 max_page_order = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_blkback()
2003 backend_max_queues = xenbus_read_unsigned(info->xbdev->otherend, in negotiate_mq()
2259 info->discard_granularity = xenbus_read_unsigned(info->xbdev->otherend, in blkfront_setup_discard()
2262 info->discard_alignment = xenbus_read_unsigned(info->xbdev->otherend, in blkfront_setup_discard()
2265 !!xenbus_read_unsigned(info->xbdev->otherend, "discard-secure", in blkfront_setup_discard()
2380 if (xenbus_read_unsigned(info->xbdev->otherend, "feature-barrier", 0)) { in blkfront_gather_backend_features()
2389 if (xenbus_read_unsigned(info->xbdev->otherend, "feature-flush-cache", in blkfront_gather_backend_features()
2395 if (xenbus_read_unsigned(info->xbdev->otherend, "feature-discard", 0)) in blkfront_gather_backend_features()
2400 !!xenbus_read_unsigned(info->xbdev->otherend, in blkfront_gather_backend_features()
[all …]
/OK3568_Linux_fs/kernel/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.c757 while ((xenbus_read_unsigned(front_info->xb_dev->otherend, "state", in xen_drv_remove()
765 state = xenbus_read_unsigned(front_info->xb_dev->otherend, in xen_drv_remove()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H 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()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dxen-netfront.c1483 !xenbus_read_unsigned(np->xbdev->otherend, "feature-sg", 0)) in xennet_fix_features()
1487 !xenbus_read_unsigned(np->xbdev->otherend, in xennet_fix_features()
1492 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv4", 0)) in xennet_fix_features()
1496 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv6", 0)) in xennet_fix_features()
2300 !xenbus_read_unsigned(dev->nodename, "trusted", 1); in talk_to_netback()
2303 max_queues = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2308 feature_split_evtchn = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2318 info->netback_has_xdp_headroom = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2457 if (!xenbus_read_unsigned(np->xbdev->otherend, "feature-rx-copy", 0)) { in xennet_connect()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/xen/
H A Dxenbus.h170 unsigned int xenbus_read_unsigned(const char *dir, const char *node,
/OK3568_Linux_fs/kernel/net/9p/
H A Dtrans_xen.c413 max_rings = xenbus_read_unsigned(dev->otherend, "max-rings", 0); in xen_9pfs_front_probe()
416 max_ring_order = xenbus_read_unsigned(dev->otherend, in xen_9pfs_front_probe()
/OK3568_Linux_fs/kernel/drivers/block/xen-blkback/
H A Dxenbus.c580 if (!xenbus_read_unsigned(dev->nodename, "discard-enable", 1)) in xen_blkbk_discard()
1095 xenbus_read_unsigned(dev->otherend, "feature-persistent", 0); in connect_ring()
1102 requested_num_queues = xenbus_read_unsigned(dev->otherend, in connect_ring()
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dxen-tpmfront.c401 if (!xenbus_read_unsigned(dev->otherend, "feature-protocol-v2", in backend_changed()
/OK3568_Linux_fs/kernel/drivers/xen/
H 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()
/OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/
H A Dxenbus.c399 substate = xenbus_read_unsigned(pdev->xdev->nodename, state_str, in xen_pcibk_reconfigure()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dxen-scsifront.c1060 sg_grant = xenbus_read_unsigned(dev->otherend, "feature-sg-grant", 0); in scsifront_read_backend_params()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dxen-pcifront.c1035 state = xenbus_read_unsigned(pdev->xdev->otherend, str, in pcifront_detach_devices()