Home
last modified time | relevance | path

Searched refs:val_u16 (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/base/test/
Dproperty-entry-test.c22 u16 val_u16, array_u16[2]; in pe_test_uints() local
50 error = fwnode_property_read_u16(node, "prop-u16", &val_u16); in pe_test_uints()
52 KUNIT_EXPECT_EQ(test, val_u16, 16); in pe_test_uints()
64 error = fwnode_property_read_u16(node, "no-prop-u16", &val_u16); in pe_test_uints()
133 u16 val_u16, array_u16[32]; in pe_test_uint_arrays() local
166 error = fwnode_property_read_u16(node, "prop-u16", &val_u16); in pe_test_uint_arrays()
168 KUNIT_EXPECT_EQ(test, val_u16, 16); in pe_test_uint_arrays()
185 error = fwnode_property_read_u16(node, "no-prop-u16", &val_u16); in pe_test_uint_arrays()
/linux-5.19.10/drivers/vdpa/
Dvdpa.c806 u16 val_u16; in vdpa_dev_net_mq_config_fill() local
811 val_u16 = le16_to_cpu(config->max_virtqueue_pairs); in vdpa_dev_net_mq_config_fill()
812 return nla_put_u16(msg, VDPA_ATTR_DEV_NET_CFG_MAX_VQP, val_u16); in vdpa_dev_net_mq_config_fill()
819 u16 val_u16; in vdpa_dev_net_config_fill() local
827 val_u16 = le16_to_cpu(config.status); in vdpa_dev_net_config_fill()
828 if (nla_put_u16(msg, VDPA_ATTR_DEV_NET_STATUS, val_u16)) in vdpa_dev_net_config_fill()
831 val_u16 = le16_to_cpu(config.mtu); in vdpa_dev_net_config_fill()
832 if (nla_put_u16(msg, VDPA_ATTR_DEV_NET_CFG_MTU, val_u16)) in vdpa_dev_net_config_fill()
/linux-5.19.10/lib/
Dtest_user_copy.c188 u16 val_u16; in test_user_copy_init() local