Home
last modified time | relevance | path

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

/linux/drivers/base/test/
A 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/drivers/vdpa/
A Dvdpa.c708 u16 val_u16; in vdpa_dev_net_mq_config_fill() local
713 val_u16 = le16_to_cpu(config->max_virtqueue_pairs); in vdpa_dev_net_mq_config_fill()
714 return nla_put_u16(msg, VDPA_ATTR_DEV_NET_CFG_MAX_VQP, val_u16); in vdpa_dev_net_mq_config_fill()
721 u16 val_u16; in vdpa_dev_net_config_fill() local
729 val_u16 = le16_to_cpu(config.status); in vdpa_dev_net_config_fill()
730 if (nla_put_u16(msg, VDPA_ATTR_DEV_NET_STATUS, val_u16)) in vdpa_dev_net_config_fill()
733 val_u16 = le16_to_cpu(config.mtu); in vdpa_dev_net_config_fill()
734 if (nla_put_u16(msg, VDPA_ATTR_DEV_NET_CFG_MTU, val_u16)) in vdpa_dev_net_config_fill()
/linux/lib/
A Dtest_user_copy.c188 u16 val_u16; in test_user_copy_init() local

Completed in 7 milliseconds