Home
last modified time | relevance | path

Searched refs:val_down (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/
H A Dnotifier.c113 unsigned long val_up, unsigned long val_down, in notifier_call_chain_robust() argument
120 notifier_call_chain(nl, val_down, v, nr-1, NULL); in notifier_call_chain_robust()
176 unsigned long val_up, unsigned long val_down, void *v) in atomic_notifier_call_chain_robust() argument
186 ret = notifier_call_chain_robust(&nh->head, val_up, val_down, v); in atomic_notifier_call_chain_robust()
291 unsigned long val_up, unsigned long val_down, void *v) in blocking_notifier_call_chain_robust() argument
302 ret = notifier_call_chain_robust(&nh->head, val_up, val_down, v); in blocking_notifier_call_chain_robust()
384 unsigned long val_up, unsigned long val_down, void *v) in raw_notifier_call_chain_robust() argument
386 return notifier_call_chain_robust(&nh->head, val_up, val_down, v); in raw_notifier_call_chain_robust()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnotifier.h172 unsigned long val_up, unsigned long val_down, void *v);
174 unsigned long val_up, unsigned long val_down, void *v);
176 unsigned long val_up, unsigned long val_down, void *v);
/OK3568_Linux_fs/kernel/kernel/power/
H A Dpower.h213 extern int pm_notifier_call_chain_robust(unsigned long val_up, unsigned long val_down);
H A Dmain.c83 int pm_notifier_call_chain_robust(unsigned long val_up, unsigned long val_down) in pm_notifier_call_chain_robust() argument
87 ret = blocking_notifier_call_chain_robust(&pm_chain_head, val_up, val_down, NULL); in pm_notifier_call_chain_robust()