Searched refs:ntype (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/mtd/ubi/ |
A D | build.c | 184 int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol, int ntype) in ubi_volume_notify() argument 192 switch (ntype) { in ubi_volume_notify() 202 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify() 216 int ubi_notify_all(struct ubi_device *ubi, int ntype, struct notifier_block *nb) in ubi_notify_all() argument 239 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all() 241 ret = blocking_notifier_call_chain(&ubi_notifiers, ntype, in ubi_notify_all()
|
A D | ubi.h | 911 int ntype); 912 int ubi_notify_all(struct ubi_device *ubi, int ntype,
|
Completed in 10 milliseconds