Searched refs:val_up (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/ |
| H A D | notifier.c | 115 unsigned long val_up, unsigned long val_down, in notifier_call_chain_robust() argument 120 ret = notifier_call_chain(nl, val_up, v, -1, &nr); in notifier_call_chain_robust() 334 unsigned long val_up, unsigned long val_down, void *v) in blocking_notifier_call_chain_robust() argument 345 ret = notifier_call_chain_robust(&nh->head, val_up, val_down, v); in blocking_notifier_call_chain_robust() 427 unsigned long val_up, unsigned long val_down, void *v) in raw_notifier_call_chain_robust() argument 429 return notifier_call_chain_robust(&nh->head, val_up, val_down, v); in raw_notifier_call_chain_robust()
|
| /linux/include/linux/ |
| H A D | notifier.h | 179 unsigned long val_up, unsigned long val_down, void *v); 181 unsigned long val_up, unsigned long val_down, void *v);
|
| /linux/kernel/power/ |
| H A D | main.c | 168 int pm_notifier_call_chain_robust(unsigned long val_up, unsigned long val_down) in pm_notifier_call_chain_robust() argument 172 ret = blocking_notifier_call_chain_robust(&pm_chain_head, val_up, val_down, NULL); in pm_notifier_call_chain_robust()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | coex.c | 4309 s32 val_lo, val_up; in _get_w2b_fbd_ch() local 4321 val_up = vco_up_in_KHz * BTC_LO_2G_DNM / BTC_LO_2G_NMR; in _get_w2b_fbd_ch() 4328 val_up = vco_up_in_KHz * BTC_LO_6G_DNM / BTC_LO_6G_NMR; in _get_w2b_fbd_ch() 4340 ch_pup = (val_up - freq_start) / 1000; /* Round-down */ in _get_w2b_fbd_ch()
|
| /linux/net/core/ |
| H A D | dev.c | 2292 call_netdevice_notifiers_info_robust(unsigned long val_up, in call_netdevice_notifiers_info_robust() argument 2301 val_up, val_down, info); in call_netdevice_notifiers_info_robust()
|