Searched refs:p_ (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
H A D | kprobe_module.tc | 20 test -d events/kprobes/p_${PROBE_NAME}_0 || exit_failure
|
H A D | kprobe_eventname.tc | 12 test -d events/kprobes/p_${PROBE_NAME}_0 || exit_failure
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_uc_fw.c | 636 #define print_uc_fw_version(p_, version_, prefix_, ...) \ argument 640 drm_printf(p_, prefix_ " version %u.%u.%u.%u\n", ##__VA_ARGS__, \ 644 drm_printf(p_, prefix_ " version %u.%u.%u\n", ##__VA_ARGS__, \
|
/linux/arch/x86/kernel/ |
H A D | alternative.c | 287 #define apply_reloc_n(n_, p_, d_) \ argument 289 s32 v = *(s##n_ *)(p_); \ 292 *(s##n_ *)(p_) = (s##n_)v; \
|
/linux/include/uapi/linux/usb/ |
H A D | video.h | 358 uvc_extension_unit_descriptor_##p_##n
|
/linux/drivers/hid/bpf/progs/ |
H A D | hid_report_helpers.h | 98 #define UsagePage_i8(p_) 0x05, i8(p_), argument 99 #define UsagePage_i16(p_) 0x06, LE16(p_), argument
|