Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/pseries/
Dmobility.c32 __be32 nprops; member
141 u32 nprops; in update_dt_node() local
168 nprops = be32_to_cpu(upwa->nprops); in update_dt_node()
179 nprops--; in update_dt_node()
182 for (i = 0; i < nprops; i++) { in update_dt_node()
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-fwnode.c743 const char * const *props, unsigned int nprops) in v4l2_fwnode_reference_get_int_prop() argument
756 ret = fwnode_property_get_reference_args(fwnode, prop, NULL, nprops, in v4l2_fwnode_reference_get_int_prop()
766 while (nprops--) { in v4l2_fwnode_reference_get_int_prop()
820 const char *prop, const char * const *props, unsigned int nprops) in v4l2_fwnode_reference_parse_int_props() argument
830 props, nprops); in v4l2_fwnode_reference_parse_int_props()
853 nprops))); index++) { in v4l2_fwnode_reference_parse_int_props()
887 unsigned int nprops; in v4l2_async_notifier_parse_fwnode_sensor_common() member
900 props[i].props, props[i].nprops); in v4l2_async_notifier_parse_fwnode_sensor_common()
/Linux-v4.19/drivers/misc/cxl/
Dflash.c37 __be32 nprops; member
114 u32 nprops; in update_node() local
139 nprops = be32_to_cpu(upwa->nprops); in update_node()
145 nprops--; in update_node()
148 for (i = 0; i < nprops; i++) { in update_node()