Searched refs:ovcs_id (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/of/ |
| H A D | of_kunit_helpers.c | 28 static void of_overlay_fdt_apply_kunit_exit(void *ovcs_id) in of_overlay_fdt_apply_kunit_exit() argument 30 of_overlay_remove(ovcs_id); in of_overlay_fdt_apply_kunit_exit() 47 u32 overlay_fdt_size, int *ovcs_id) in of_overlay_fdt_apply_kunit() argument 59 ovcs_id, NULL); in of_overlay_fdt_apply_kunit() 63 *copy_id = *ovcs_id; in of_overlay_fdt_apply_kunit()
|
| H A D | unittest.c | 2526 ovcs_id = 0; in __of_unittest_apply_overlay_check() 2542 return ovcs_id; in __of_unittest_apply_overlay_check() 2552 if (ovcs_id < 0) in of_unittest_apply_overlay_check() 3330 int ovcs_id; in of_unittest_overlay_notify() local 3380 if (ovcs_id) { in of_unittest_overlay_notify() 3406 if (ovcs_id) { in of_unittest_overlay_notify() 3419 ovcs_id); in of_unittest_overlay_notify() 3426 if (ovcs_id) { in of_unittest_overlay_notify() 3675 int ovcs_id; member 3862 if (ovcs_id) in overlay_data_apply() [all …]
|
| H A D | overlay.c | 1188 int of_overlay_remove(int *ovcs_id) in of_overlay_remove() argument 1201 ovcs = idr_find(&ovcs_idr, *ovcs_id); in of_overlay_remove() 1204 pr_err("remove: Could not find overlay #%d\n", *ovcs_id); in of_overlay_remove() 1230 *ovcs_id = 0; in of_overlay_remove()
|
| /linux-6.15/include/kunit/ |
| H A D | of.h | 26 u32 overlay_fdt_size, int *ovcs_id); 31 u32 overlay_fdt_size, int *ovcs_id) in of_overlay_fdt_apply_kunit() argument
|
| /linux-6.15/drivers/misc/ |
| H A D | lan966x_pci.c | 123 int ovcs_id; member 131 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()
|
| /linux-6.15/include/linux/ |
| H A D | of.h | 1752 int *ovcs_id, const struct device_node *target_base); 1753 int of_overlay_remove(int *ovcs_id); 1762 int *ovcs_id, const struct device_node *target_base) in of_overlay_fdt_apply() argument 1767 static inline int of_overlay_remove(int *ovcs_id) in of_overlay_remove() argument
|