Home
last modified time | relevance | path

Searched refs:ntype (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dbuild.c183 int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol, int ntype) in ubi_volume_notify() argument
191 switch (ntype) { in ubi_volume_notify()
201 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify()
215 int ubi_notify_all(struct ubi_device *ubi, int ntype, struct notifier_block *nb) in ubi_notify_all() argument
238 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all()
240 ret = blocking_notifier_call_chain(&ubi_notifiers, ntype, in ubi_notify_all()
H A Dubi.h908 int ntype);
909 int ubi_notify_all(struct ubi_device *ubi, int ntype,