/kernel/linux/linux-6.6/drivers/of/ |
H A D | unittest.c | 1710 static int __init overlay_data_apply(const char *overlay_name, int *ovcs_id); 2093 static void of_unittest_track_overlay(int ovcs_id, int overlay_nr) in of_unittest_track_overlay() argument 2098 track_ovcs_id[track_ovcs_id_cnt] = ovcs_id; in of_unittest_track_overlay() 2103 static void of_unittest_untrack_overlay(int ovcs_id) in of_unittest_untrack_overlay() argument 2111 WARN_ON(track_ovcs_id[track_ovcs_id_cnt] != ovcs_id); in of_unittest_untrack_overlay() 2116 int ret, ovcs_id, overlay_nr, save_ovcs_id; in of_unittest_remove_tracked_overlays() local 2121 ovcs_id = track_ovcs_id[track_ovcs_id_cnt - 1]; in of_unittest_remove_tracked_overlays() 2123 save_ovcs_id = ovcs_id; in of_unittest_remove_tracked_overlays() 2124 ret = of_overlay_remove(&ovcs_id); in of_unittest_remove_tracked_overlays() 2135 static int __init of_unittest_apply_overlay(int overlay_nr, int *ovcs_id) in of_unittest_apply_overlay() argument 2159 int ret, ovcs_id; __of_unittest_apply_overlay_check() local 2195 int ovcs_id = __of_unittest_apply_overlay_check(overlay_nr, of_unittest_apply_overlay_check() local 2208 int ret, ovcs_id, save_ovcs_id; of_unittest_apply_revert_overlay_check() local 2351 int i, save_ovcs_id[2], ovcs_id; of_unittest_overlay_6() local 2453 int i, save_ovcs_id[2], ovcs_id; of_unittest_overlay_8() local 2975 int ovcs_id; of_unittest_overlay_notify() local 3320 int ovcs_id; global() member 3488 overlay_data_apply(const char *overlay_name, int *ovcs_id) overlay_data_apply() argument 3835 int ret, ovcs_id; testdrv_probe() local 3867 int ovcs_id = (int)(uintptr_t)pci_get_drvdata(pdev); testdrv_remove() local [all...] |
H A D | overlay.c | 1162 * @ovcs_id: Pointer to overlay changeset id 1164 * Removes an overlay if it is permissible. @ovcs_id was previously returned 1191 * Return: 0 on success, or a negative error number. *@ovcs_id is set to 1194 int of_overlay_remove(int *ovcs_id) in of_overlay_remove() argument 1207 ovcs = idr_find(&ovcs_idr, *ovcs_id); in of_overlay_remove() 1210 pr_err("remove: Could not find overlay #%d\n", *ovcs_id); in of_overlay_remove() 1236 *ovcs_id = 0; in of_overlay_remove()
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | unittest.c | 1961 int id, ret, defers, ovcs_id; in of_unittest_destroy_tracked_overlays() local 1974 ovcs_id = id + overlay_first_id; in of_unittest_destroy_tracked_overlays() 1975 ret = of_overlay_remove(&ovcs_id); in of_unittest_destroy_tracked_overlays() 2014 int ret, ovcs_id; in of_unittest_apply_overlay_check() local 2025 ovcs_id = 0; in of_unittest_apply_overlay_check() 2026 ret = of_unittest_apply_overlay(overlay_nr, &ovcs_id); in of_unittest_apply_overlay_check() 2049 int ret, ovcs_id, save_id; in of_unittest_apply_revert_overlay_check() local 2061 ovcs_id = 0; in of_unittest_apply_revert_overlay_check() 2062 ret = of_unittest_apply_overlay(overlay_nr, &ovcs_id); in of_unittest_apply_revert_overlay_check() 2077 save_id = ovcs_id; in of_unittest_apply_revert_overlay_check() 2212 int i, ov_id[2], ovcs_id; of_unittest_overlay_6() local 2314 int i, ov_id[2], ovcs_id; of_unittest_overlay_8() local [all...] |
H A D | overlay.c | 877 * @ovcs_id: Pointer to overlay changeset id 911 * id is returned to *ovcs_id. 915 int *ovcs_id) in of_overlay_apply() 984 *ovcs_id = ovcs->id; in of_overlay_apply() 1014 int *ovcs_id) in of_overlay_fdt_apply() 1021 *ovcs_id = 0; in of_overlay_fdt_apply() 1049 ret = of_overlay_apply(new_fdt, overlay_root, ovcs_id); in of_overlay_fdt_apply() 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 i 914 of_overlay_apply(const void *fdt, struct device_node *tree, int *ovcs_id) of_overlay_apply() argument 1013 of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size, int *ovcs_id) of_overlay_fdt_apply() argument 1185 of_overlay_remove(int *ovcs_id) of_overlay_remove() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/ |
H A D | rcar_du_of.c | 49 int ovcs_id; in rcar_du_of_apply_overlay() local 61 ovcs_id = 0; in rcar_du_of_apply_overlay() 63 &ovcs_id); in rcar_du_of_apply_overlay()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | of.h | 1477 int *ovcs_id); 1478 int of_overlay_remove(int *ovcs_id); 1487 int *ovcs_id) in of_overlay_fdt_apply() 1492 static inline int of_overlay_remove(int *ovcs_id) in of_overlay_remove() argument 1486 of_overlay_fdt_apply(void *overlay_fdt, u32 overlay_fdt_size, int *ovcs_id) of_overlay_fdt_apply() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | of.h | 1670 int *ovcs_id, struct device_node *target_base); 1671 int of_overlay_remove(int *ovcs_id); 1680 int *ovcs_id, struct device_node *target_base) in of_overlay_fdt_apply() 1685 static inline int of_overlay_remove(int *ovcs_id) in of_overlay_remove() argument 1679 of_overlay_fdt_apply(const void *overlay_fdt, u32 overlay_fdt_size, int *ovcs_id, struct device_node *target_base) of_overlay_fdt_apply() argument
|