Searched refs:PARAMS (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/include/linux/
H A Dtracepoint.h96 #define PARAMS(args...) args macro
192 __DECLARE_TRACE_RCU(name, PARAMS(proto), PARAMS(args), \
193 PARAMS(cond), PARAMS(data_proto), PARAMS(data_args)) \
337 __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \
339 PARAMS(void *__data, proto), \
340 PARAMS(__data, args))
343 __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \
344 cpu_online(raw_smp_processor_id()) && (PARAMS(cond)), \
345 PARAMS(void *__data, proto), \
346 PARAMS(__data, args))
462 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
464 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
466 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
469 DECLARE_TRACE_CONDITION(name, PARAMS(proto), \
470 PARAMS(args), PARAMS(cond))
473 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
476 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
479 DECLARE_TRACE_CONDITION(name, PARAMS(proto), \
480 PARAMS(args), PARAMS(cond))
/linux-4.1.27/include/trace/
H A Ddefine_trace.h32 PARAMS(proto), \
33 PARAMS(args), \
34 PARAMS(tstruct), \
35 PARAMS(assign), \
36 PARAMS(print))
57 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
H A Dftrace.h61 PARAMS(proto), \
62 PARAMS(args), \
63 PARAMS(tstruct), \
64 PARAMS(assign), \
65 PARAMS(print)); \
66 DEFINE_EVENT(name, name, PARAMS(proto), PARAMS(args));
113 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
117 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
123 TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \
124 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
190 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
425 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
505 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
722 _TRACE_PERF_PROTO(call, PARAMS(proto)); \
855 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
/linux-4.1.27/arch/powerpc/xmon/
H A Dansidecl.h52 Replaced by PARAMS. Do not use; will disappear someday soon.
58 PARAMS ((args))
64 static int foo PARAMS ((int, char));
74 obsolete; new code should be written to use PARAMS.
77 extern int printf PARAMS ((CONST char *format DOTS));
114 #define PARAMS(paramlist) paramlist macro
137 #define PARAMS(paramlist) () macro
/linux-4.1.27/kernel/trace/
H A Dtrace_export.c26 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print), \
69 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print), \
188 PARAMS(tstruct), PARAMS(print), filter, NULL)
H A Dtrace.h83 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print), \
1294 FTRACE_ENTRY(call, struct_name, id, PARAMS(tstruct), PARAMS(print), \
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
H A Dmv88e1xxx.c42 * PARAMS: cphy - Pointer to PHY instance data.
/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_mb.c179 * csio_mb_params - FW PARAMS command helper
188 * @wr: Write/Read PARAMS.
231 * csio_mb_process_read_params_rsp - FW PARAMS response processing helper
H A Dcsio_lnode.c1379 csio_err(hw, "FCoE FCF PARAMS command out of memory!\n"); csio_get_phy_port_stats()
/linux-4.1.27/drivers/usb/host/
H A Dxhci-dbg.c99 xhci_dbg(xhci, "HCC PARAMS 0x%x:\n", (unsigned int) temp); xhci_print_cap_regs()
/linux-4.1.27/sound/core/oss/
H A Dpcm_oss.c261 * Inside configuration space defined by PARAMS remove from PAR all
322 * Inside configuration space defined by PARAMS remove from PAR all
394 * Inside configuration space defined by PARAMS set PAR to the available value
528 * Inside configuration space defined by PARAMS remove from PAR all
/linux-4.1.27/drivers/ata/
H A Dlibata-core.c4547 * ata_dev_init_params - Issue INIT DEV PARAMS command

Completed in 491 milliseconds