Searched refs:ubi_notify_all (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | build.c | 176 * ubi_notify_all - send a notification to all volumes. 186 int ubi_notify_all(struct ubi_device *ubi, int ntype, struct notifier_block *nb) in ubi_notify_all() function 238 count += ubi_notify_all(ubi, UBI_VOLUME_ADDED, nb); in ubi_enumerate_volumes() 1047 ubi_notify_all(ubi, UBI_VOLUME_ADDED, NULL); in ubi_attach_mtd_dev() 1105 ubi_notify_all(ubi, UBI_VOLUME_REMOVED, NULL); in ubi_detach_mtd_dev()
|
H A D | ubi.h | 950 int ubi_notify_all(struct ubi_device *ubi, int ntype,
|
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | build.c | 178 * ubi_notify_all - send a notification to all volumes. 188 int ubi_notify_all(struct ubi_device *ubi, int ntype, struct notifier_block *nb) in ubi_notify_all() function 240 count += ubi_notify_all(ubi, UBI_VOLUME_ADDED, nb); in ubi_enumerate_volumes() 1053 ubi_notify_all(ubi, UBI_VOLUME_ADDED, NULL); in ubi_attach_mtd_dev() 1111 ubi_notify_all(ubi, UBI_VOLUME_REMOVED, NULL); in ubi_detach_mtd_dev()
|
H A D | ubi.h | 949 int ubi_notify_all(struct ubi_device *ubi, int ntype,
|
Completed in 10 milliseconds