Searched refs:_param (Results 1 – 9 of 9) 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() argument 145 struct keyboard_notifier_param *param = _param; in keyboard_notifier_call() 264 unsigned long code, void *_param) in vt_notifier_call() argument 266 struct vt_notifier_param *param = _param; in vt_notifier_call()
|
| /linux/include/acpi/ |
| H A D | acoutput.h | 379 register type _param = (type) (param); \ 380 function (ACPI_DEBUG_PARAMETERS, _param); \ 381 return (_param); \
|
| /linux/drivers/usb/dwc2/ |
| H A D | debugfs.c | 661 #define print_param(_seq, _ptr, _param) \ argument 662 seq_printf((_seq), "%-30s: %d\n", #_param, (_ptr)->_param) 664 #define print_param_hex(_seq, _ptr, _param) \ argument 665 seq_printf((_seq), "%-30s: 0x%x\n", #_param, (_ptr)->_param)
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_hw.c | 1929 u32 _param[1]; in csio_hw_check_fwconfig() local 1941 _param[0] = (FW_PARAMS_MNEM_V(FW_PARAMS_MNEM_DEV) | in csio_hw_check_fwconfig() 1945 ARRAY_SIZE(_param), _param, NULL, false, NULL); in csio_hw_check_fwconfig() 1953 ARRAY_SIZE(_param), _param); in csio_hw_check_fwconfig() 1962 *param = _param[0]; in csio_hw_check_fwconfig()
|
| /linux/drivers/accessibility/speakup/ |
| H A D | main.c | 2227 unsigned long code, void *_param) in keyboard_notifier_call() argument 2229 struct keyboard_notifier_param *param = _param; in keyboard_notifier_call() 2297 unsigned long code, void *_param) in vt_notifier_call() argument 2299 struct vt_notifier_param *param = _param; in vt_notifier_call()
|
| /linux/tools/perf/util/ |
| H A D | probe-finder.c | 1019 struct dwarf_callback_param _param = {.data = (void *)pf, in find_probe_point_by_func() local 1021 dwarf_getfuncs(&pf->cu_die, probe_point_search_cb, &_param, 0); in find_probe_point_by_func() 1022 return _param.retval; in find_probe_point_by_func()
|
| /linux/kernel/ |
| H A D | cpu.c | 1271 static int take_cpu_down(void *_param) in take_cpu_down() argument
|
| /linux/drivers/android/ |
| H A D | binder.c | 176 #define binder_set_extended_error(ee, _id, _command, _param) \ argument 180 (ee)->param = _param; \
|