Searched refs:nprops (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | mobility.c | 35 __be32 nprops; member 159 u32 nprops; in update_dt_node() local 180 nprops = be32_to_cpu(upwa->nprops); in update_dt_node() 191 nprops--; in update_dt_node() 194 for (i = 0; i < nprops; i++) { in update_dt_node()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | mobility.c | 39 __be32 nprops; member 188 u32 nprops; in update_dt_node() local 209 nprops = be32_to_cpu(upwa->nprops); in update_dt_node() 220 nprops--; in update_dt_node() 223 for (i = 0; i < nprops; i++) { in update_dt_node()
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | flash.c | 37 __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()
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | flash.c | 38 __be32 nprops; member 115 u32 nprops; in update_node() local 140 nprops = be32_to_cpu(upwa->nprops); in update_node() 146 nprops--; in update_node() 149 for (i = 0; i < nprops; i++) { in update_node()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-fwnode.c | 1016 * @nprops: the number of integer property names in @nprops 1020 * Then under that fwnode, @nprops times, for each property in @props, 1129 * @nprops: 2 1172 unsigned int nprops) in v4l2_fwnode_reference_get_int_prop() 1185 ret = fwnode_property_get_reference_args(fwnode, prop, NULL, nprops, in v4l2_fwnode_reference_get_int_prop() 1195 while (nprops--) { in v4l2_fwnode_reference_get_int_prop() 1227 unsigned int nprops; member 1237 * @nprops: the number of integer properties 1263 unsigned int nprops in v4l2_fwnode_reference_parse_int_props() local 1168 v4l2_fwnode_reference_get_int_prop(struct fwnode_handle *fwnode, const char *prop, unsigned int index, const char * const *props, unsigned int nprops) v4l2_fwnode_reference_get_int_prop() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-fwnode.c | 864 * @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) in v4l2_fwnode_reference_get_int_prop() 1033 ret = fwnode_property_get_reference_args(fwnode, prop, NULL, nprops, in v4l2_fwnode_reference_get_int_prop() 1043 while (nprops--) { in v4l2_fwnode_reference_get_int_prop() 1075 unsigned int nprops; member 1085 * @nprops: the number of integer properties 1111 unsigned int nprops in v4l2_fwnode_reference_parse_int_props() 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) v4l2_fwnode_reference_get_int_prop() argument [all...] |
Completed in 7 milliseconds