Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 1469) sorted by relevance

12345678910>>...59

/Linux-v5.4/drivers/net/wireless/marvell/libertas_tf/
Ddeb_defs.h49 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) \ argument
54 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument
59 #define lbtf_deb_enter_args(grp, fmt, args...) \ argument
63 #define lbtf_deb_leave_args(grp, fmt, args...) \ argument
66 #define lbtf_deb_main(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MAIN, " main", fmt, ##args) argument
67 #define lbtf_deb_net(fmt, args...) LBTF_DEB_LL(LBTF_DEB_NET, " net", fmt, ##args) argument
68 #define lbtf_deb_mesh(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MESH, " mesh", fmt, ##args) argument
69 #define lbtf_deb_wext(fmt, args...) LBTF_DEB_LL(LBTF_DEB_WEXT, " wext", fmt, ##args) argument
70 #define lbtf_deb_ioctl(fmt, args...) LBTF_DEB_LL(LBTF_DEB_IOCTL, " ioctl", fmt, ##args) argument
71 #define lbtf_deb_scan(fmt, args...) LBTF_DEB_LL(LBTF_DEB_SCAN, " scan", fmt, ##args) argument
[all …]
/Linux-v5.4/arch/sparc/prom/
Dmisc_64.c23 unsigned long args[5]; in prom_service_exists() local
41 unsigned long args[3]; in prom_sun4v_guest_soft_state() local
54 unsigned long args[4]; in prom_reboot() local
71 unsigned long args[5]; in prom_feval() local
90 unsigned long args[3]; in prom_cmdline() local
117 unsigned long args[3]; in prom_halt() local
133 unsigned long args[3]; in prom_halt_power_off() local
206 unsigned long args[9]; in tlb_load() local
240 unsigned long args[11]; in prom_map() local
265 unsigned long args[7]; in prom_unmap() local
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Ddebug.h27 #define gvt_err(fmt, args...) \ argument
30 #define gvt_vgpu_err(fmt, args...) \ argument
38 #define gvt_dbg_core(fmt, args...) \ argument
41 #define gvt_dbg_irq(fmt, args...) \ argument
44 #define gvt_dbg_mm(fmt, args...) \ argument
47 #define gvt_dbg_mmio(fmt, args...) \ argument
50 #define gvt_dbg_dpy(fmt, args...) \ argument
53 #define gvt_dbg_el(fmt, args...) \ argument
56 #define gvt_dbg_sched(fmt, args...) \ argument
59 #define gvt_dbg_render(fmt, args...) \ argument
[all …]
/Linux-v5.4/drivers/media/usb/dvb-usb/
Ddvb-usb-common.h18 #define deb_info(args...) dprintk(dvb_usb_debug,0x001,args) argument
19 #define deb_xfer(args...) dprintk(dvb_usb_debug,0x002,args) argument
20 #define deb_pll(args...) dprintk(dvb_usb_debug,0x004,args) argument
21 #define deb_ts(args...) dprintk(dvb_usb_debug,0x008,args) argument
22 #define deb_err(args...) dprintk(dvb_usb_debug,0x010,args) argument
23 #define deb_rc(args...) dprintk(dvb_usb_debug,0x020,args) argument
24 #define deb_fw(args...) dprintk(dvb_usb_debug,0x040,args) argument
25 #define deb_mem(args...) dprintk(dvb_usb_debug,0x080,args) argument
26 #define deb_uxfer(args...) dprintk(dvb_usb_debug,0x100,args) argument
DcinergyT2.h28 #define deb_info(args...) dprintk(dvb_usb_cinergyt2_debug, 0x001, args) argument
29 #define deb_xfer(args...) dprintk(dvb_usb_cinergyt2_debug, 0x002, args) argument
30 #define deb_pll(args...) dprintk(dvb_usb_cinergyt2_debug, 0x004, args) argument
31 #define deb_ts(args...) dprintk(dvb_usb_cinergyt2_debug, 0x008, args) argument
32 #define deb_err(args...) dprintk(dvb_usb_cinergyt2_debug, 0x010, args) argument
33 #define deb_rc(args...) dprintk(dvb_usb_cinergyt2_debug, 0x020, args) argument
34 #define deb_fw(args...) dprintk(dvb_usb_cinergyt2_debug, 0x040, args) argument
35 #define deb_mem(args...) dprintk(dvb_usb_cinergyt2_debug, 0x080, args) argument
36 #define deb_uxfer(args...) dprintk(dvb_usb_cinergyt2_debug, 0x100, args) argument
Daz6027.h10 #define deb_info(args...) dprintk(dvb_usb_az6027_debug, 0x01, args) argument
11 #define deb_xfer(args...) dprintk(dvb_usb_az6027_debug, 0x02, args) argument
12 #define deb_rc(args...) dprintk(dvb_usb_az6027_debug, 0x04, args) argument
13 #define deb_fe(args...) dprintk(dvb_usb_az6027_debug, 0x08, args) argument
/Linux-v5.4/drivers/media/common/b2c2/
Dflexcop.h17 #define dprintk(level,args...) \ argument
20 #define dprintk(level,args...) argument
23 #define deb_info(args...) dprintk(0x01, args) argument
24 #define deb_tuner(args...) dprintk(0x02, args) argument
25 #define deb_i2c(args...) dprintk(0x04, args) argument
26 #define deb_ts(args...) dprintk(0x08, args) argument
27 #define deb_sram(args...) dprintk(0x10, args) argument
28 #define deb_rdump(args...) dprintk(0x20, args) argument
29 #define deb_i2c_dump(args...) dprintk(0x40, args) argument
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_attr.c62 struct xfs_da_args *args, in xfs_attr_args_init()
107 struct xfs_da_args *args) in xfs_attr_get_ilocked()
146 struct xfs_da_args args; in xfs_attr_get() local
191 struct xfs_da_args *args, in xfs_attr_calc_size()
225 struct xfs_da_args *args) in xfs_attr_try_sf_addname()
255 struct xfs_da_args *args) in xfs_attr_set_args()
318 struct xfs_da_args *args) in xfs_attr_remove_args()
346 struct xfs_da_args args; in xfs_attr_set() local
448 struct xfs_da_args args; in xfs_attr_remove() local
528 xfs_attr_shortform_addname(xfs_da_args_t *args) in xfs_attr_shortform_addname()
[all …]
/Linux-v5.4/fs/cachefiles/
Ddaemon.c219 char *data, *args, *cp; in cachefiles_daemon_write() local
313 char *args) in cachefiles_daemon_range_error()
324 static int cachefiles_daemon_frun(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_frun()
348 static int cachefiles_daemon_fcull(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_fcull()
372 static int cachefiles_daemon_fstop(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_fstop()
396 static int cachefiles_daemon_brun(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_brun()
420 static int cachefiles_daemon_bcull(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_bcull()
444 static int cachefiles_daemon_bstop(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_bstop()
468 static int cachefiles_daemon_dir(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_dir()
496 static int cachefiles_daemon_secctx(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_secctx()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_chardev.c139 struct kfd_ioctl_get_version_args *args = data; in kfd_ioctl_get_version() local
148 struct kfd_ioctl_create_queue_args *args) in set_queue_properties_from_user()
255 struct kfd_ioctl_create_queue_args *args = data; in kfd_ioctl_create_queue() local
333 struct kfd_ioctl_destroy_queue_args *args = data; in kfd_ioctl_destroy_queue() local
351 struct kfd_ioctl_update_queue_args *args = data; in kfd_ioctl_update_queue() local
398 struct kfd_ioctl_set_cu_mask_args *args = data; in kfd_ioctl_set_cu_mask() local
451 struct kfd_ioctl_get_queue_wave_state_args *args = data; in kfd_ioctl_get_queue_wave_state() local
469 struct kfd_ioctl_set_memory_policy_args *args = data; in kfd_ioctl_set_memory_policy() local
521 struct kfd_ioctl_set_trap_handler_args *args = data; in kfd_ioctl_set_trap_handler() local
553 struct kfd_ioctl_dbg_register_args *args = data; in kfd_ioctl_dbg_register() local
[all …]
/Linux-v5.4/include/linux/
Dtracepoint.h95 #define PARAMS(args...) args argument
135 #define TP_PROTO(args...) args argument
136 #define TP_ARGS(args...) args argument
137 #define TP_CONDITION(args...) args argument
162 #define __DO_TRACE(tp, proto, args, cond, rcuidle) \ argument
206 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument
216 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument
231 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
299 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
395 #define DECLARE_TRACE(name, proto, args) \ argument
[all …]
/Linux-v5.4/include/trace/
Ddefine_trace.h27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument
40 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument
45 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
50 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument
53 #define DEFINE_EVENT_NOP(template, name, proto, args) argument
56 #define DEFINE_EVENT(template, name, proto, args) \ argument
60 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
68 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
[all …]
/Linux-v5.4/drivers/scsi/libfc/
Dfc_libfc.h30 #define FC_LIBFC_DBG(fmt, args...) \ argument
34 #define FC_LPORT_DBG(lport, fmt, args...) \ argument
40 #define FC_DISC_DBG(disc, fmt, args...) \ argument
46 #define FC_RPORT_ID_DBG(lport, port_id, fmt, args...) \ argument
52 #define FC_RPORT_DBG(rdata, fmt, args...) \ argument
55 #define FC_FCP_DBG(pkt, fmt, args...) \ argument
73 #define FC_EXCH_DBG(exch, fmt, args...) \ argument
79 #define FC_SCSI_DBG(lport, fmt, args...) \ argument
/Linux-v5.4/drivers/mfd/
Dsi476x-cmd.c259 const u8 args[], in si476x_core_send_command()
350 struct si476x_rsq_status_args args = { in si476x_cmd_clear_stc() local
374 const uint8_t args[], size_t argn, in si476x_cmd_tune_seek_freq()
439 const u8 args[CMD_SET_PROPERTY_NARGS] = { in si476x_core_cmd_set_property() local
466 const u8 args[CMD_GET_PROPERTY_NARGS] = { in si476x_core_cmd_get_property() local
527 const u8 args[CMD_DIG_AUDIO_PIN_CFG_NARGS] = { in si476x_core_cmd_dig_audio_pin_cfg() local
576 const u8 args[CMD_ZIF_PIN_CFG_NARGS] = { in si476x_core_cmd_zif_pin_cfg() local
633 const u8 args[CMD_IC_LINK_GPO_CTL_PIN_CFG_NARGS] = { in si476x_core_cmd_ic_link_gpo_ctl_pin_cfg() local
664 const u8 args[CMD_ANA_AUDIO_PIN_CFG_NARGS] = { in si476x_core_cmd_ana_audio_pin_cfg() local
699 const u8 args[CMD_INTB_PIN_CFG_NARGS] = { in si476x_core_cmd_intb_pin_cfg_a10() local
[all …]
/Linux-v5.4/fs/nfs/
Dcallback_proc.c26 struct cb_getattrargs *args = argp; in nfs4_callback_getattr() local
78 struct cb_recallargs *args = argp; in nfs4_callback_recall() local
249 struct cb_layoutrecallargs *args) in initiate_file_draining()
318 struct cb_layoutrecallargs *args) in initiate_bulk_draining()
332 struct cb_layoutrecallargs *args) in do_callback_layoutrecall()
342 struct cb_layoutrecallargs *args = argp; in nfs4_callback_layoutrecall() local
352 struct cb_layoutrecallargs args; in pnfs_recall_all_layouts() local
364 struct cb_devicenotifyargs *args = argp; in nfs4_callback_devicenotify() local
415 const struct cb_sequenceargs * args) in validate_seqid()
503 struct cb_sequenceargs *args = argp; in nfs4_callback_sequence() local
[all …]
/Linux-v5.4/tools/perf/examples/bpf/
Daugmented_raw_syscalls.c54 unsigned long args[6]; member
72 struct syscall_enter_args args; member
90 static inline int augmented__output(void *ctx, struct augmented_args_payload *args, int len) in augmented__output()
124 int syscall_unaugmented(struct syscall_enter_args *args) in syscall_unaugmented()
136 int sys_enter_connect(struct syscall_enter_args *args) in sys_enter_connect()
155 int sys_enter_sendto(struct syscall_enter_args *args) in sys_enter_sendto()
174 int sys_enter_open(struct syscall_enter_args *args) in sys_enter_open()
189 int sys_enter_openat(struct syscall_enter_args *args) in sys_enter_openat()
204 int sys_enter_rename(struct syscall_enter_args *args) in sys_enter_rename()
221 int sys_enter_renameat(struct syscall_enter_args *args) in sys_enter_renameat()
[all …]
/Linux-v5.4/drivers/net/wireless/marvell/libertas/
Ddefs.h51 #define LBS_DEB_LL(grp, grpnam, fmt, args...) \ argument
56 #define LBS_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument
59 #define lbs_deb_main(fmt, args...) LBS_DEB_LL(LBS_DEB_MAIN, " main", fmt, ##args) argument
60 #define lbs_deb_net(fmt, args...) LBS_DEB_LL(LBS_DEB_NET, " net", fmt, ##args) argument
61 #define lbs_deb_mesh(fmt, args...) LBS_DEB_LL(LBS_DEB_MESH, " mesh", fmt, ##args) argument
62 #define lbs_deb_wext(fmt, args...) LBS_DEB_LL(LBS_DEB_WEXT, " wext", fmt, ##args) argument
63 #define lbs_deb_ioctl(fmt, args...) LBS_DEB_LL(LBS_DEB_IOCTL, " ioctl", fmt, ##args) argument
64 #define lbs_deb_scan(fmt, args...) LBS_DEB_LL(LBS_DEB_SCAN, " scan", fmt, ##args) argument
65 #define lbs_deb_assoc(fmt, args...) LBS_DEB_LL(LBS_DEB_ASSOC, " assoc", fmt, ##args) argument
66 #define lbs_deb_join(fmt, args...) LBS_DEB_LL(LBS_DEB_JOIN, " join", fmt, ##args) argument
[all …]
/Linux-v5.4/tools/testing/selftests/tc-testing/
Dtdc.py84 def load_required_plugins(self, reqs, parser, args, remaining): argument
153 def call_check_args(self, args, remaining): argument
162 def set_args(self, args): argument
166 def _make_argparser(args): argument
180 def exec_cmd(args, pm, stage, command): argument
214 def prepare_env(args, pm, stage, prefix, cmdlist, output = None): argument
249 def run_one_test(pm, args, index, tidx): argument
320 def test_runner(pm, args, filtered_tests): argument
513 def check_default_settings(args, remaining, pm): argument
590 def filter_tests_by_id(args, testlist): argument
[all …]
/Linux-v5.4/drivers/net/wireless/zydas/zd1211rw/
Dzd_def.h17 #define dev_printk_f(level, dev, fmt, args...) \ argument
21 # define dev_dbg_f(dev, fmt, args...) \ argument
23 # define dev_dbg_f_limit(dev, fmt, args...) do { \ argument
27 # define dev_dbg_f_cond(dev, cond, fmt, args...) ({ \ argument
33 # define dev_dbg_f(dev, fmt, args...) do { (void)(dev); } while (0) argument
34 # define dev_dbg_f_limit(dev, fmt, args...) do { (void)(dev); } while (0) argument
35 # define dev_dbg_f_cond(dev, cond, fmt, args...) do { (void)(dev); } while (0) argument
/Linux-v5.4/drivers/media/platform/s5p-mfc/
Ds5p_mfc_debug.h20 #define mfc_debug(level, fmt, args...) \ argument
27 #define mfc_debug(level, fmt, args...) argument
33 #define mfc_err(fmt, args...) \ argument
39 #define mfc_err_limited(fmt, args...) \ argument
45 #define mfc_info(fmt, args...) \ argument
/Linux-v5.4/drivers/media/pci/cx18/
Dcx18-driver.h159 #define CX18_DEBUG(x, type, fmt, args...) \ argument
164 #define CX18_DEBUG_WARN(fmt, args...) CX18_DEBUG(CX18_DBGFLG_WARN, "warning", fmt , ## args) argument
165 #define CX18_DEBUG_INFO(fmt, args...) CX18_DEBUG(CX18_DBGFLG_INFO, "info", fmt , ## args) argument
166 #define CX18_DEBUG_API(fmt, args...) CX18_DEBUG(CX18_DBGFLG_API, "api", fmt , ## args) argument
167 #define CX18_DEBUG_DMA(fmt, args...) CX18_DEBUG(CX18_DBGFLG_DMA, "dma", fmt , ## args) argument
168 #define CX18_DEBUG_IOCTL(fmt, args...) CX18_DEBUG(CX18_DBGFLG_IOCTL, "ioctl", fmt , ## args) argument
169 #define CX18_DEBUG_FILE(fmt, args...) CX18_DEBUG(CX18_DBGFLG_FILE, "file", fmt , ## args) argument
170 #define CX18_DEBUG_I2C(fmt, args...) CX18_DEBUG(CX18_DBGFLG_I2C, "i2c", fmt , ## args) argument
171 #define CX18_DEBUG_IRQ(fmt, args...) CX18_DEBUG(CX18_DBGFLG_IRQ, "irq", fmt , ## args) argument
173 #define CX18_DEBUG_HIGH_VOL(x, type, fmt, args...) \ argument
[all …]
Dcx18-alsa.h40 #define CX18_ALSA_DEBUG(x, type, fmt, args...) \ argument
47 #define CX18_ALSA_DEBUG_WARN(fmt, args...) \ argument
50 #define CX18_ALSA_DEBUG_INFO(fmt, args...) \ argument
53 #define CX18_ALSA_ERR(fmt, args...) \ argument
56 #define CX18_ALSA_WARN(fmt, args...) \ argument
59 #define CX18_ALSA_INFO(fmt, args...) \ argument
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/core/
Dioctl.c37 } *args = data; in nvkm_ioctl_nop() local
55 } *args = data; in nvkm_ioctl_sclass() local
88 } *args = data; in nvkm_ioctl_new() local
151 } *args = data; in nvkm_ioctl_del() local
170 } *args = data; in nvkm_ioctl_mthd() local
190 } *args = data; in nvkm_ioctl_rd() local
230 } *args = data; in nvkm_ioctl_wr() local
259 } *args = data; in nvkm_ioctl_map() local
284 } *args = data; in nvkm_ioctl_unmap() local
302 } *args = data; in nvkm_ioctl_ntfy_new() local
[all …]
/Linux-v5.4/drivers/scsi/esas2r/
Desas2r_log.h81 #define esas2r_debug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args) argument
82 #define esas2r_hdebug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args) argument
84 #define esas2r_debug(f, args ...) argument
85 #define esas2r_hdebug(f, args ...) argument
108 #define esas2r_trace(f, args ...) esas2r_log(ESAS2R_LOG_TRCE, "(%s:%s:%d): " \ argument
115 #define esas2r_trace(f, args ...) argument
/Linux-v5.4/drivers/media/pci/ivtv/
Divtv-alsa.h41 #define IVTV_ALSA_DEBUG(x, type, fmt, args...) \ argument
48 #define IVTV_ALSA_DEBUG_WARN(fmt, args...) \ argument
51 #define IVTV_ALSA_DEBUG_INFO(fmt, args...) \ argument
54 #define IVTV_ALSA_ERR(fmt, args...) \ argument
57 #define IVTV_ALSA_WARN(fmt, args...) \ argument
60 #define IVTV_ALSA_INFO(fmt, args...) \ argument

12345678910>>...59