Searched refs:ovcs_id (Results 1 – 3 of 3) sorted by relevance
26 u32 overlay_fdt_size, int *ovcs_id);31 u32 overlay_fdt_size, int *ovcs_id) in of_overlay_fdt_apply_kunit() argument
123 int ovcs_id; member131 return of_overlay_fdt_apply(dtbo_start, dtbo_size, &data->ovcs_id, dev_of_node(data->dev)); in lan966x_pci_load_overlay()136 of_overlay_remove(&data->ovcs_id); in lan966x_pci_unload_overlay()
1171 * @ovcs_id: Pointer to overlay changeset id1173 * Removes an overlay if it is permissible. @ovcs_id was previously returned1200 * Return: 0 on success, or a negative error number. *@ovcs_id is set to in of_overlay_remove() 1203 int of_overlay_remove(int *ovcs_id) in of_overlay_remove() 1208 if (*ovcs_id == 0) in of_overlay_remove() 1219 ovcs = idr_find(&ovcs_idr, *ovcs_id); in of_overlay_remove() 1222 pr_err("remove: Could not find overlay #%d\n", *ovcs_id); in of_overlay_remove() 1248 *ovcs_id = 0; in of_overlay_remove() 1188 of_overlay_remove(int * ovcs_id) of_overlay_remove() argument