Home
last modified time | relevance | path

Searched refs:arg (Results 1 – 25 of 175) sorted by relevance

1234567

/include/linux/
Dstop_machine.h20 typedef int (*cpu_stop_fn_t)(void *arg);
28 void *arg; member
32 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg);
33 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg);
34 bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg,
49 void *arg; member
52 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() argument
57 ret = fn(arg); in stop_one_cpu()
67 stwork->fn(stwork->arg); in stop_one_cpu_nowait_workfn()
72 cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait() argument
[all …]
Ddelayed_call.h12 void *arg; member
19 void (*fn)(void *), void *arg) in set_delayed_call() argument
22 call->arg = arg; in set_delayed_call()
28 call->fn(call->arg); in do_delayed_call()
Dmoduleparam.h55 void (*free)(void *arg);
77 void *arg; member
175 #define module_param_cb(name, ops, arg, perm) \ argument
176 __module_param_call(MODULE_PARAM_PREFIX, name, ops, arg, perm, -1, 0)
178 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument
179 __module_param_call(MODULE_PARAM_PREFIX, name, ops, arg, perm, -1, \
182 #define __level_param_cb(name, ops, arg, perm, level) \ argument
183 __module_param_call(MODULE_PARAM_PREFIX, name, ops, arg, perm, level, 0)
194 #define core_param_cb(name, ops, arg, perm) \ argument
195 __level_param_cb(name, ops, arg, perm, 1)
[all …]
Dmroute6.h32 extern int ip6mr_compat_ioctl(struct sock *sk, unsigned int cmd, void __user *arg);
35 int ip6mr_ioctl(struct sock *sk, int cmd, void *arg);
51 int ip6mr_ioctl(struct sock *sk, int cmd, void *arg) in ip6mr_ioctl() argument
104 void __user *arg) in ip6mr_sk_ioctl() argument
111 return sock_ioctl_inout(sk, cmd, arg, &buffer, in ip6mr_sk_ioctl()
117 return sock_ioctl_inout(sk, cmd, arg, &buffer, in ip6mr_sk_ioctl()
135 void __user *arg) in ip6mr_sk_ioctl() argument
Dmroute.h21 int ipmr_ioctl(struct sock *sk, int cmd, void *arg);
22 int ipmr_compat_ioctl(struct sock *sk, unsigned int cmd, void __user *arg);
25 int ipmr_sk_ioctl(struct sock *sk, unsigned int cmd, void __user *arg);
39 static inline int ipmr_ioctl(struct sock *sk, int cmd, void *arg) in ipmr_ioctl() argument
60 void __user *arg) in ipmr_sk_ioctl() argument
Dfw_table.h18 void *arg, const unsigned long end);
24 void *arg; member
48 acpi_tbl_entry_handler_arg handler_arg, void *arg,
Darm_sdei.h23 typedef int (sdei_event_callback)(u32 event, struct pt_regs *regs, void *arg);
29 int sdei_event_register(u32 event_num, sdei_event_callback *cb, void *arg);
81 struct sdei_registered_event *arg);
Dtorture.h112 int _torture_create_kthread(int (*fn)(void *arg), void *arg, char *s, char *m,
116 #define torture_create_kthread(n, arg, tp) \ argument
117 _torture_create_kthread(n, (arg), #n, "Creating " #n " task", \
119 #define torture_create_kthread_cb(n, arg, tp, cbf) \ argument
120 _torture_create_kthread(n, (arg), #n, "Creating " #n " task", \
Dif_pppox.h73 unsigned long arg);
80 extern int pppox_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
81 extern int pppox_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
Ddmar.h124 static inline int dmar_res_noop(struct acpi_dmar_header *hdr, void *arg) in dmar_res_noop() argument
141 extern int dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg);
142 extern int dmar_parse_one_atsr(struct acpi_dmar_header *header, void *arg);
143 extern int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg);
144 extern int dmar_parse_one_satc(struct acpi_dmar_header *hdr, void *arg);
145 extern int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg);
299 extern int dmar_alloc_hwirq(int id, int node, void *arg);
Dfsverity.h140 int fsverity_ioctl_enable(struct file *filp, const void __user *arg);
144 int fsverity_ioctl_measure(struct file *filp, void __user *arg);
187 const void __user *arg) in fsverity_ioctl_enable() argument
194 static inline int fsverity_ioctl_measure(struct file *filp, void __user *arg) in fsverity_ioctl_measure() argument
Dfscrypt.h357 int fscrypt_ioctl_set_policy(struct file *filp, const void __user *arg);
358 int fscrypt_ioctl_get_policy(struct file *filp, void __user *arg);
359 int fscrypt_ioctl_get_policy_ex(struct file *filp, void __user *arg);
360 int fscrypt_ioctl_get_nonce(struct file *filp, void __user *arg);
389 int fscrypt_ioctl_add_key(struct file *filp, void __user *arg);
390 int fscrypt_ioctl_remove_key(struct file *filp, void __user *arg);
391 int fscrypt_ioctl_remove_key_all_users(struct file *filp, void __user *arg);
392 int fscrypt_ioctl_get_key_status(struct file *filp, void __user *arg);
549 const void __user *arg) in fscrypt_ioctl_set_policy() argument
554 static inline int fscrypt_ioctl_get_policy(struct file *filp, void __user *arg) in fscrypt_ioctl_get_policy() argument
[all …]
/include/xen/arm/
Dhypercall.h47 int HYPERVISOR_xen_version(int cmd, void *arg);
50 int HYPERVISOR_sched_op(int cmd, void *arg);
51 int HYPERVISOR_event_channel_op(int cmd, void *arg);
52 unsigned long HYPERVISOR_hvm_op(int op, void *arg);
53 int HYPERVISOR_memory_op(unsigned int cmd, void *arg);
54 int HYPERVISOR_physdev_op(int cmd, void *arg);
59 int HYPERVISOR_platform_op_raw(void *arg);
/include/media/
Dv4l2-common.h23 #define v4l_printk(level, name, adapter, addr, fmt, arg...) \ argument
24 printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
26 #define v4l_client_printk(level, client, fmt, arg...) \ argument
28 (client)->addr, fmt , ## arg)
30 #define v4l_err(client, fmt, arg...) \ argument
31 v4l_client_printk(KERN_ERR, client, fmt , ## arg)
33 #define v4l_warn(client, fmt, arg...) \ argument
34 v4l_client_printk(KERN_WARNING, client, fmt , ## arg)
36 #define v4l_info(client, fmt, arg...) \ argument
37 v4l_client_printk(KERN_INFO, client, fmt , ## arg)
[all …]
Dvideobuf2-memops.h30 void (*put)(void *arg);
31 void *arg; member
/include/net/
Dwext.h11 void __user *arg);
13 unsigned long arg);
19 void __user *arg) in wext_handle_ioctl() argument
24 unsigned long arg) in compat_wext_handle_ioctl() argument
Dfib_rules.h118 struct fib_lookup_arg *arg) in fib_rule_get_table() argument
120 return rule->l3mdev ? arg->table : rule->table; in fib_rule_get_table()
124 struct fib_lookup_arg *arg) in fib_rule_get_table() argument
193 struct fib_lookup_arg *arg));
196 struct fib_lookup_arg *arg));
200 struct fib_lookup_arg *arg));
203 struct fib_lookup_arg *arg));
Dpkt_sched.h282 struct qdisc_walker *arg) in tc_qdisc_stats_dump() argument
284 if (arg->count >= arg->skip && arg->fn(sch, cl, arg) < 0) { in tc_qdisc_stats_dump()
285 arg->stop = 1; in tc_qdisc_stats_dump()
289 arg->count++; in tc_qdisc_stats_dump()
/include/net/nfc/
Ddigital.h88 void *arg, struct sk_buff *resp);
151 void *arg);
157 void *arg);
159 nfc_digital_cmd_complete_t cb, void *arg);
163 void *arg);
165 nfc_digital_cmd_complete_t cb, void *arg);
/include/drm/
Ddrm_ioctl.h68 unsigned long arg);
159 long drm_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
162 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
/include/soc/tegra/
Dpm.h27 int tegra30_pm_secondary_cpu_suspend(unsigned long arg);
44 static inline int tegra30_pm_secondary_cpu_suspend(unsigned long arg) in tegra30_pm_secondary_cpu_suspend() argument
/include/linux/platform_data/
Dsh_mmcif.h92 unsigned long cmd, unsigned long arg) in sh_mmcif_boot_cmd_send() argument
95 sh_mmcif_writel(base, MMCIF_CE_ARG, arg); in sh_mmcif_boot_cmd_send()
116 unsigned long cmd, unsigned long arg) in sh_mmcif_boot_cmd() argument
118 sh_mmcif_boot_cmd_send(base, cmd, arg); in sh_mmcif_boot_cmd()
/include/linux/soc/ti/
Dknav_qmss.h48 typedef void (*knav_queue_notify_fn)(void *arg);
65 unsigned long arg);
/include/asm-generic/
Dbug.h97 #define __WARN_printf(taint, arg...) do { \ argument
99 warn_slowpath_fmt(__FILE__, __LINE__, taint, arg); \
104 #define __WARN_printf(taint, arg...) do { \ argument
106 __warn_printk(arg); \
/include/sound/
Dsoc-acpi.h35 struct snd_soc_acpi_mach *snd_soc_acpi_codec_list(void *arg);
53 static inline struct snd_soc_acpi_mach *snd_soc_acpi_codec_list(void *arg) in snd_soc_acpi_codec_list() argument
214 struct snd_soc_acpi_mach * (*machine_quirk)(void *arg);

1234567