Lines Matching refs:ovcs_id
877 * @ovcs_id: Pointer to overlay changeset id
911 * id is returned to *ovcs_id.
915 int *ovcs_id)
984 *ovcs_id = ovcs->id;
1014 int *ovcs_id)
1021 *ovcs_id = 0;
1049 ret = of_overlay_apply(new_fdt, overlay_root, ovcs_id);
1153 * @ovcs_id: Pointer to overlay changeset id
1155 * Removes an overlay if it is permissible. @ovcs_id was previously returned
1182 * Return: 0 on success, or a negative error number. *ovcs_id is set to
1185 int of_overlay_remove(int *ovcs_id)
1200 ovcs = idr_find(&ovcs_idr, *ovcs_id);
1203 pr_err("remove: Could not find overlay #%d\n", *ovcs_id);
1233 *ovcs_id = 0;