Searched refs:num_props (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | gpio-charger.c | 261 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 D | 0058-backend-drm-Allow-overriding-plane-type-when-using-a.patch | 22 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 D | 0061-backend-drm-Allow-overriding-plane-type-when-using-a.patch | 22 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 D | 0062-backend-drm-Allow-overriding-plane-type-when-using-a.patch | 22 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 D | drm_property.h | 253 int num_props,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_property.c | 213 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 D | drmmode_display.c | 370 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 D | drmmode_display.h | 264 int num_props; member
|