Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dgpio-charger.c261 int num_props = 0; in gpio_charger_probe() local
285 gpio_charger_properties[num_props] = POWER_SUPPLY_PROP_ONLINE; in gpio_charger_probe()
286 num_props++; in gpio_charger_probe()
294 gpio_charger_properties[num_props] = POWER_SUPPLY_PROP_STATUS; in gpio_charger_probe()
295 num_props++; in gpio_charger_probe()
302 gpio_charger_properties[num_props] = in gpio_charger_probe()
304 num_props++; in gpio_charger_probe()
309 charger_desc->num_properties = num_props; in gpio_charger_probe()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0058-backend-drm-Allow-overriding-plane-type-when-using-a.patch22 drm_property_info_free(struct drm_property_info *info, int num_props);
51 @@ -457,6 +457,35 @@ drm_property_info_free(struct drm_property_info *info, int num_props)
52 memset(info, 0, sizeof(*info) * num_props);
/OK3568_Linux_fs/buildroot/package/weston/
H A D0061-backend-drm-Allow-overriding-plane-type-when-using-a.patch22 drm_property_info_free(struct drm_property_info *info, int num_props);
51 @@ -461,6 +461,35 @@ drm_property_info_free(struct drm_property_info *info, int num_props)
52 memset(info, 0, sizeof(*info) * num_props);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0062-backend-drm-Allow-overriding-plane-type-when-using-a.patch22 drm_property_info_free(struct drm_property_info *info, int num_props);
51 @@ -461,6 +461,35 @@ drm_property_info_free(struct drm_property_info *info, int num_props)
52 memset(info, 0, sizeof(*info) * num_props);
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_property.h253 int num_props,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_property.c213 int num_props, in drm_property_create_bitmask() argument
225 for (i = 0; i < num_props; i++) { in drm_property_create_bitmask()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c370 unsigned int num_props, in drmmode_prop_info_copy() argument
375 memcpy(dst, src, num_props * sizeof(*dst)); in drmmode_prop_info_copy()
377 for (i = 0; i < num_props; i++) { in drmmode_prop_info_copy()
410 drmmode_prop_info_free(drmmode_prop_info_ptr info, int num_props) in drmmode_prop_info_free() argument
414 for (i = 0; i < num_props; i++) in drmmode_prop_info_free()
2665 for (i = 0; i < drmmode_output->num_props; i++) { in drmmode_output_update_properties()
2976 for (i = 0; i < drmmode_output->num_props; i++) { in drmmode_output_destroy()
3069 drmmode_output->num_props = 0; in drmmode_output_create_resources()
3078 drmmode_output->num_props++; in drmmode_output_create_resources()
3105 for (i = 0; i < drmmode_output->num_props; i++) { in drmmode_output_create_resources()
[all …]
H A Ddrmmode_display.h264 int num_props; member