Home
last modified time | relevance | path

Searched refs:num_props (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/power/supply/
H A Dgpio-charger.c269 int num_props = 0; in gpio_charger_probe() local
293 gpio_charger_properties[num_props] = POWER_SUPPLY_PROP_ONLINE; in gpio_charger_probe()
294 num_props++; in gpio_charger_probe()
302 gpio_charger_properties[num_props] = POWER_SUPPLY_PROP_STATUS; in gpio_charger_probe()
303 num_props++; in gpio_charger_probe()
310 gpio_charger_properties[num_props] = in gpio_charger_probe()
312 num_props++; in gpio_charger_probe()
317 charger_desc->num_properties = num_props; in gpio_charger_probe()
/openbmc/linux/include/drm/
H A Ddrm_property.h260 int num_props,
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_property.c212 int num_props, in drm_property_create_bitmask() argument
224 for (i = 0; i < num_props; i++) { in drm_property_create_bitmask()
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Daudioreach.h102 uint32_t num_props; member
H A Daudioreach.c88 u32 num_props; member
327 obj->num_props = 1; in apm_populate_module_prop_obj()