Searched refs:nprops (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/misc/cxl/
H A Dflash.c38 __be32 nprops; member in struct:update_props_workarea
115 u32 nprops; local
140 nprops = be32_to_cpu(upwa->nprops);
146 nprops--;
149 for (i = 0; i < nprops; i++) {
/linux-master/arch/powerpc/platforms/pseries/
H A Dmobility.c39 __be32 nprops; member in struct:update_props_workarea
187 u32 nprops; local
208 nprops = be32_to_cpu(upwa->nprops);
219 nprops--;
222 for (i = 0; i < nprops; i++) {
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c864 * @nprops: the number of integer property names in @nprops
868 * Then under that fwnode, @nprops times, for each property in @props,
977 * @nprops: 2
1020 unsigned int nprops)
1033 ret = fwnode_property_get_reference_args(fwnode, prop, NULL, nprops,
1043 while (nprops--) {
1075 unsigned int nprops; member in struct:v4l2_fwnode_int_props
1085 * @nprops: the number of integer properties
1111 unsigned int nprops local
1016 v4l2_fwnode_reference_get_int_prop(struct fwnode_handle *fwnode, const char *prop, unsigned int index, const char * const *props, unsigned int nprops) argument
[all...]

Completed in 78 milliseconds