Searched refs:arg (Results 1 - 25 of 134) sorted by relevance

123456

/include/linux/
H A Dstop_machine.h19 typedef int (*cpu_stop_fn_t)(void *arg);
26 void *arg; member in struct:cpu_stop_work
30 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg);
31 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg);
32 void stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg,
34 int stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg);
35 int try_stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg);
44 void *arg; member in struct:cpu_stop_work
47 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) argument
52 ret = fn(arg);
66 stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, struct cpu_stop_work *work_buf) argument
78 stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) argument
86 try_stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) argument
[all...]
H A Datm.h12 compat_uptr_t arg; member in struct:compat_atmif_sioc
H A Dvfio.h39 unsigned long arg);
58 void *(*open)(unsigned long arg);
65 unsigned long arg);
99 unsigned long arg);
107 unsigned long arg);
119 unsigned long arg)
117 vfio_spapr_iommu_eeh_ioctl(struct iommu_group *group, unsigned int cmd, unsigned long arg) argument
H A Ddevice-mapper.h77 unsigned long arg);
332 int dm_read_arg(struct dm_arg *arg, struct dm_arg_set *arg_set,
337 * arg->min and arg->max further arguments. Either return the size as
340 int dm_read_arg_group(struct dm_arg *arg, struct dm_arg_set *arg_set,
491 #define DMCRIT(f, arg...) \
492 printk(KERN_CRIT DM_NAME ": " DM_MSG_PREFIX ": " f "\n", ## arg)
494 #define DMERR(f, arg...) \
495 printk(KERN_ERR DM_NAME ": " DM_MSG_PREFIX ": " f "\n", ## arg)
496 #define DMERR_LIMIT(f, arg
[all...]
H A Dmoduleparam.h51 /* Returns 0, or -errno. arg is in kp->arg. */
55 /* Optional function to free kp->arg when module unloaded. */
56 void (*free)(void *arg);
75 void *arg; member in union:kernel_param::__anon740
165 #define module_param_cb(name, ops, arg, perm) \
166 __module_param_call(MODULE_PARAM_PREFIX, name, ops, arg, perm, -1, 0)
168 #define module_param_cb_unsafe(name, ops, arg, perm) \
169 __module_param_call(MODULE_PARAM_PREFIX, name, ops, arg, perm, -1, \
181 #define __level_param_cb(name, ops, arg, per
[all...]
H A DmISDNdsp.h12 void *(*new)(const char *arg);
H A Dtorture.h85 int _torture_create_kthread(int (*fn)(void *arg), void *arg, char *s, char *m,
89 #define torture_create_kthread(n, arg, tp) \
90 _torture_create_kthread(n, (arg), #n, "Creating " #n " task", \
H A Dmroute.h24 extern int ipmr_ioctl(struct sock *sk, int cmd, void __user *arg);
25 extern int ipmr_compat_ioctl(struct sock *sk, unsigned int cmd, void __user *arg);
43 int ipmr_ioctl(struct sock *sk, int cmd, void __user *arg) argument
H A Ddnotify.h41 static inline int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg) argument
H A Dvexpress.h39 void vexpress_config_lock(void *arg);
40 void vexpress_config_unlock(void *arg);
H A Dblktrace_api.h64 char __user *arg);
73 # define blk_trace_ioctl(bdev, cmd, arg) (-ENOTTY)
77 # define blk_trace_setup(q, name, dev, bdev, arg) (-ENOTTY)
H A Dclockchips.h198 extern int clockevents_notify(unsigned long reason, void *arg);
200 static inline int clockevents_notify(unsigned long reason, void *arg) { return 0; } argument
208 static inline int clockevents_notify(unsigned long reason, void *arg) { return 0; } argument
/include/media/
H A Dv4l2-common.h34 #define v4l_printk(level, name, adapter, addr, fmt, arg...) \
35 printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
37 #define v4l_client_printk(level, client, fmt, arg...) \
39 (client)->addr, fmt , ## arg)
41 #define v4l_err(client, fmt, arg...) \
42 v4l_client_printk(KERN_ERR, client, fmt , ## arg)
44 #define v4l_warn(client, fmt, arg...) \
45 v4l_client_printk(KERN_WARNING, client, fmt , ## arg)
47 #define v4l_info(client, fmt, arg...) \
48 v4l_client_printk(KERN_INFO, client, fmt , ## arg)
[all...]
H A Dvideobuf2-memops.h23 * @arg: argument for @put callback
27 void (*put)(void *arg);
28 void *arg; member in struct:vb2_vmarea_handler
H A Dadv7511.h38 void *arg; member in struct:adv7511_cec_arg
/include/net/
H A Dwext.h10 void __user *arg);
12 unsigned long arg);
18 void __user *arg)
23 unsigned long arg)
17 wext_handle_ioctl(struct net *net, struct ifreq *ifr, unsigned int cmd, void __user *arg) argument
22 compat_wext_handle_ioctl(struct net *net, unsigned int cmd, unsigned long arg) argument
/include/net/nfc/
H A Ddigital.h90 * @arg: user data
97 void *arg, struct sk_buff *resp);
160 void *arg);
166 void *arg);
168 nfc_digital_cmd_complete_t cb, void *arg);
172 void *arg);
174 nfc_digital_cmd_complete_t cb, void *arg);
/include/asm-generic/
H A Dbug.h74 #define __WARN_printf(arg...) warn_slowpath_fmt(__FILE__, __LINE__, arg)
75 #define __WARN_printf_taint(taint, arg...) \
76 warn_slowpath_fmt_taint(__FILE__, __LINE__, taint, arg)
79 #define __WARN_printf(arg...) do { printk(arg); __WARN(); } while (0)
80 #define __WARN_printf_taint(taint, arg...) \
81 do { printk(arg); __WARN_TAINT(taint); } while (0)
/include/uapi/linux/mmc/
H A Dioctl.h14 __u32 arg; member in struct:mmc_ioc_cmd
/include/uapi/linux/
H A Dn_r3964.h90 int arg; member in struct:r3964_client_message
H A Dax25.h74 int arg; member in struct:ax25_route_opt_struct
82 unsigned long arg; member in struct:ax25_ctl_struct
/include/drm/
H A Ddrm_fb_cma_helper.h27 int drm_fb_cma_debugfs_show(struct seq_file *m, void *arg);
/include/scsi/
H A Dscsi_ioctl.h45 void __user *arg, int ndelay);
/include/linux/soc/ti/
H A Dknav_qmss.h56 typedef void (*knav_queue_notify_fn)(void *arg);
73 unsigned long arg);
/include/sound/
H A Dhwdep.h43 unsigned int cmd, unsigned long arg);
45 unsigned int cmd, unsigned long arg);

Completed in 372 milliseconds

123456