Searched defs:_param (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/powerpc/include/ |
H A D | basic_asm.h | 36 #define __STACK_FRAME_PARAM(_param) (32 + ((_param)*8)) argument 64 #define __STACK_FRAME_PARAM(_param) (STACK_FRAME_MIN_SIZE + ((_param)*4)) argument
|
/linux/drivers/accessibility/braille/ |
H A D | braille_console.c | 143 unsigned long code, void *_param) in keyboard_notifier_call() 264 unsigned long code, void *_param) in vt_notifier_call()
|
/linux/drivers/usb/dwc2/ |
H A D | debugfs.c | 661 #define print_param(_seq, _ptr, _param) \ argument 664 #define print_param_hex(_seq, _ptr, _param) \ argument
|
H A D | params.c | 802 #define CHECK_RANGE(_param, _min, _max, _def) do { \ argument 811 #define CHECK_BOOL(_param, _check) do { \ argument
|
/linux/drivers/tty/vt/ |
H A D | vc_screen.c | 85 vcs_notifier(struct notifier_block *nb, unsigned long code, void *_param) in vcs_notifier()
|
/linux/drivers/accessibility/speakup/ |
H A D | main.c | 2227 unsigned long code, void *_param) in keyboard_notifier_call() 2297 unsigned long code, void *_param) in vt_notifier_call()
|
/linux/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 1929 u32 _param[1]; in csio_hw_check_fwconfig() local
|
/linux/kernel/ |
H A D | cpu.c | 1269 static int take_cpu_down(void *_param) in take_cpu_down()
|