Searched refs:arg (Results 151 - 175 of 3423) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_subprogs_extable.c22 int BPF_PROG(handle_fexit_ret_subprogs, int arg, struct file *ret) argument
32 int BPF_PROG(handle_fexit_ret_subprogs2, int arg, struct file *ret) argument
42 int BPF_PROG(handle_fexit_ret_subprogs3, int arg, struct file *ret) argument
/linux-master/include/linux/
H A 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);
H A Dfw_table.h18 void *arg, const unsigned long end);
24 void *arg; member in struct:acpi_subtable_proc
48 acpi_tbl_entry_handler_arg handler_arg, void *arg,
/linux-master/drivers/net/wireless/st/cw1200/
H A Dwsm.h652 struct wsm_configuration *arg);
662 int wsm_reset(struct cw1200_common *priv, const struct wsm_reset *arg);
737 int wsm_scan(struct cw1200_common *priv, const struct wsm_scan *arg);
884 struct wsm_event *arg);
947 int wsm_join(struct cw1200_common *priv, struct wsm_join *arg);
972 int wsm_set_pm(struct cw1200_common *priv, const struct wsm_set_pm *arg);
999 const struct wsm_set_bss_params *arg);
1062 int wsm_add_key(struct cw1200_common *priv, const struct wsm_add_key *arg);
1072 const struct wsm_remove_key *arg);
1104 const struct wsm_set_tx_queue_params *arg, u
1308 wsm_set_rcpi_rssi_threshold(struct cw1200_common *priv, struct wsm_rcpi_rssi_threshold *arg) argument
1340 wsm_get_counters_table(struct cw1200_common *priv, struct wsm_mib_counters_table *arg) argument
1359 wsm_set_rx_filter(struct cw1200_common *priv, const struct wsm_rx_filter *arg) argument
1410 wsm_beacon_filter_control(struct cw1200_common *priv, struct wsm_beacon_filter_control *arg) argument
1435 wsm_set_operational_mode(struct cw1200_common *priv, const struct wsm_operational_mode *arg) argument
1453 wsm_set_template_frame(struct cw1200_common *priv, struct wsm_template_frame *arg) argument
1473 wsm_set_protected_mgmt_policy(struct cw1200_common *priv, struct wsm_protected_mgmt_policy *arg) argument
1516 wsm_set_association_mode(struct cw1200_common *priv, struct wsm_mib_association_mode *arg) argument
1547 wsm_set_tx_rate_retry_policy(struct cw1200_common *priv, struct wsm_set_tx_rate_retry_policy *arg) argument
1567 wsm_set_ether_type_filter(struct cw1200_common *priv, struct wsm_ether_type_filter_hdr *arg) argument
1588 wsm_set_udp_port_filter(struct cw1200_common *priv, struct wsm_udp_port_filter_hdr *arg) argument
1671 struct wsm_keep_alive_period arg = { local
1687 struct wsm_set_bssid_filtering arg = { local
1751 __le32 arg = enabled ? __cpu_to_le32(1) : 0; local
1766 wsm_set_uapsd_info(struct cw1200_common *priv, struct wsm_uapsd_info *arg) argument
1780 wsm_set_override_internal_txrate(struct cw1200_common *priv, struct wsm_override_internal_txrate *arg) argument
1822 void *arg; member in struct:wsm_cmd
[all...]
/linux-master/tools/perf/trace/beauty/
H A Dclone.c58 size_t syscall_arg__scnprintf_clone_flags(char *bf, size_t size, struct syscall_arg *arg) argument
60 unsigned long flags = arg->val;
69 arg->mask |= SCC_PARENT_TIDPTR;
72 arg->mask |= SCC_CHILD_TIDPTR;
75 arg->mask |= SCC_TLS;
77 return clone__scnprintf_flags(flags, bf, size, arg->show_string_prefix);
H A Dstatx.c14 size_t syscall_arg__scnprintf_statx_flags(char *bf, size_t size, struct syscall_arg *arg) argument
16 bool show_prefix = arg->show_string_prefix;
18 int printed = 0, flags = arg->val;
44 size_t syscall_arg__scnprintf_statx_mask(char *bf, size_t size, struct syscall_arg *arg) argument
46 bool show_prefix = arg->show_string_prefix;
48 int printed = 0, flags = arg->val;
/linux-master/fs/verity/
H A Denable.c184 const struct fsverity_enable_arg *arg)
190 size_t desc_size = struct_size(desc, signature, arg->sig_size);
199 desc->hash_algorithm = arg->hash_algorithm;
200 desc->log_blocksize = ilog2(arg->block_size);
203 if (arg->salt_size &&
204 copy_from_user(desc->salt, u64_to_user_ptr(arg->salt_ptr),
205 arg->salt_size)) {
209 desc->salt_size = arg->salt_size;
212 if (arg->sig_size &&
213 copy_from_user(desc->signature, u64_to_user_ptr(arg
183 enable_verity(struct file *filp, const struct fsverity_enable_arg *arg) argument
321 struct fsverity_enable_arg arg; local
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dvnic.h98 #define v_dbg(format, arg...) \
99 netdev_dbg(vinfo->netdev, format, ## arg)
100 #define v_err(format, arg...) \
101 netdev_err(vinfo->netdev, format, ## arg)
102 #define v_info(format, arg...) \
103 netdev_info(vinfo->netdev, format, ## arg)
/linux-master/fs/bcachefs/
H A Dfs-ioctl.c69 static int bch2_ioc_getflags(struct bch_inode_info *inode, int __user *arg) argument
73 return put_user(flags, arg);
79 void __user *arg)
85 if (get_user(uflags, (int __user *) arg))
115 struct fsxattr __user *arg)
126 if (copy_to_user(arg, &fa, sizeof(fa)))
150 struct fsxattr __user *arg)
156 if (copy_from_user(&fa, arg, sizeof(fa)))
275 static int bch2_ioc_goingdown(struct bch_fs *c, u32 __user *arg) argument
283 if (get_user(flags, arg))
76 bch2_ioc_setflags(struct bch_fs *c, struct file *file, struct bch_inode_info *inode, void __user *arg) argument
114 bch2_ioc_fsgetxattr(struct bch_inode_info *inode, struct fsxattr __user *arg) argument
147 bch2_ioc_fssetxattr(struct bch_fs *c, struct file *file, struct bch_inode_info *inode, struct fsxattr __user *arg) argument
311 __bch2_ioctl_subvolume_create(struct bch_fs *c, struct file *filp, struct bch_ioctl_subvolume arg) argument
432 bch2_ioctl_subvolume_create(struct bch_fs *c, struct file *filp, struct bch_ioctl_subvolume arg) argument
442 bch2_ioctl_subvolume_destroy(struct bch_fs *c, struct file *filp, struct bch_ioctl_subvolume arg) argument
479 bch2_fs_file_ioctl(struct file *file, unsigned cmd, unsigned long arg) argument
547 bch2_compat_fs_ioctl(struct file *file, unsigned cmd, unsigned long arg) argument
[all...]
/linux-master/drivers/media/tuners/
H A Dtda18271-priv.h135 #define tda_printk(st, lvl, fmt, arg...) \
136 _tda_printk(st, lvl, __func__, fmt, ##arg)
138 #define tda_dprintk(st, lvl, fmt, arg...) \
141 tda_printk(st, KERN_DEBUG, fmt, ##arg); \
144 #define tda_info(fmt, arg...) pr_info(fmt, ##arg)
145 #define tda_warn(fmt, arg...) tda_printk(priv, KERN_WARNING, fmt, ##arg)
146 #define tda_err(fmt, arg...) tda_printk(priv, KERN_ERR, fmt, ##arg)
[all...]
/linux-master/arch/um/drivers/
H A Dcow.h11 extern int file_reader(__u64 offset, char *buf, int len, void *arg);
13 void *arg, __u32 *version_out,
/linux-master/include/soc/tegra/
H A Dpm.h27 int tegra30_pm_secondary_cpu_suspend(unsigned long arg);
44 static inline int tegra30_pm_secondary_cpu_suspend(unsigned long arg) argument
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Ddevlink_param.c86 const struct nfp_devlink_param_u8_arg *arg; local
96 arg = &nfp_devlink_u8_args[id];
105 snprintf(hwinfo, sizeof(hwinfo), arg->hwinfo_name);
107 arg->default_hi_val);
114 if (err || value < 0 || value > arg->max_hi_val) {
116 arg->hwinfo_name, value);
118 if (arg->invalid_dl_val >= 0)
119 ctx->val.vu8 = arg->invalid_dl_val;
121 err = arg->invalid_dl_val;
126 ctx->val.vu8 = arg
137 const struct nfp_devlink_param_u8_arg *arg; local
174 const struct nfp_devlink_param_u8_arg *arg; local
[all...]
/linux-master/fs/ext2/
H A Dioctl.c54 long ext2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) argument
61 ext2_debug ("cmd = %u, arg = %lu\n", cmd, arg);
65 return put_user(inode->i_generation, (int __user *) arg);
74 if (get_user(generation, (int __user *) arg)) {
94 return put_user(rsv_window_size, (int __user *)arg);
105 if (get_user(rsv_window_size, (int __user *)arg))
144 long ext2_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
157 return ext2_ioctl(file, cmd, (unsigned long) compat_ptr(arg));
/linux-master/drivers/media/platform/ti/cal/
H A Dcal.h257 #define cal_dbg(level, cal, fmt, arg...) \
260 dev_printk(KERN_DEBUG, (cal)->dev, fmt, ##arg); \
262 #define cal_info(cal, fmt, arg...) \
263 dev_info((cal)->dev, fmt, ##arg)
264 #define cal_err(cal, fmt, arg...) \
265 dev_err((cal)->dev, fmt, ##arg)
267 #define ctx_dbg(level, ctx, fmt, arg...) \
268 cal_dbg(level, (ctx)->cal, "ctx%u: " fmt, (ctx)->dma_ctx, ##arg)
269 #define ctx_info(ctx, fmt, arg...) \
270 cal_info((ctx)->cal, "ctx%u: " fmt, (ctx)->dma_ctx, ##arg)
[all...]
/linux-master/arch/riscv/include/asm/
H A Dsuspend.h34 int cpu_suspend(unsigned long arg,
35 int (*finish)(unsigned long arg,
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c206 static void v4l_print_querycap(const void *arg, bool write_only) argument
208 const struct v4l2_capability *p = arg;
217 static void v4l_print_enuminput(const void *arg, bool write_only) argument
219 const struct v4l2_input *p = arg;
227 static void v4l_print_enumoutput(const void *arg, bool write_only) argument
229 const struct v4l2_output *p = arg;
236 static void v4l_print_audio(const void *arg, bool write_only) argument
238 const struct v4l2_audio *p = arg;
248 static void v4l_print_audioout(const void *arg, bool write_only) argument
250 const struct v4l2_audioout *p = arg;
260 v4l_print_fmtdesc(const void *arg, bool write_only) argument
270 v4l_print_format(const void *arg, bool write_only) argument
352 v4l_print_framebuffer(const void *arg, bool write_only) argument
362 v4l_print_buftype(const void *arg, bool write_only) argument
367 v4l_print_modulator(const void *arg, bool write_only) argument
379 v4l_print_tuner(const void *arg, bool write_only) argument
393 v4l_print_frequency(const void *arg, bool write_only) argument
401 v4l_print_standard(const void *arg, bool write_only) argument
413 v4l_print_std(const void *arg, bool write_only) argument
418 v4l_print_hw_freq_seek(const void *arg, bool write_only) argument
427 v4l_print_requestbuffers(const void *arg, bool write_only) argument
437 v4l_print_buffer(const void *arg, bool write_only) argument
473 v4l_print_exportbuffer(const void *arg, bool write_only) argument
482 v4l_print_create_buffers(const void *arg, bool write_only) argument
492 v4l_print_streamparm(const void *arg, bool write_only) argument
519 v4l_print_queryctrl(const void *arg, bool write_only) argument
529 v4l_print_query_ext_ctrl(const void *arg, bool write_only) argument
541 v4l_print_querymenu(const void *arg, bool write_only) argument
548 v4l_print_control(const void *arg, bool write_only) argument
558 v4l_print_ext_controls(const void *arg, bool write_only) argument
579 v4l_print_cropcap(const void *arg, bool write_only) argument
592 v4l_print_crop(const void *arg, bool write_only) argument
602 v4l_print_selection(const void *arg, bool write_only) argument
612 v4l_print_jpegcompression(const void *arg, bool write_only) argument
621 v4l_print_enc_idx(const void *arg, bool write_only) argument
629 v4l_print_encoder_cmd(const void *arg, bool write_only) argument
637 v4l_print_decoder_cmd(const void *arg, bool write_only) argument
650 v4l_print_dbg_chip_info(const void *arg, bool write_only) argument
663 v4l_print_dbg_register(const void *arg, bool write_only) argument
677 v4l_print_dv_timings(const void *arg, bool write_only) argument
699 v4l_print_enum_dv_timings(const void *arg, bool write_only) argument
707 v4l_print_dv_timings_cap(const void *arg, bool write_only) argument
725 v4l_print_frmsizeenum(const void *arg, bool write_only) argument
752 v4l_print_frmivalenum(const void *arg, bool write_only) argument
780 v4l_print_event(const void *arg, bool write_only) argument
812 v4l_print_event_subscription(const void *arg, bool write_only) argument
820 v4l_print_sliced_vbi_cap(const void *arg, bool write_only) argument
833 v4l_print_freq_band(const void *arg, bool write_only) argument
843 v4l_print_edid(const void *arg, bool write_only) argument
851 v4l_print_u32(const void *arg, bool write_only) argument
856 v4l_print_newline(const void *arg, bool write_only) argument
861 v4l_print_default(const void *arg, bool write_only) argument
1081 v4l_querycap(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1115 v4l_g_input(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1128 v4l_g_output(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1141 v4l_s_input(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1157 v4l_s_output(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1168 v4l_g_priority(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1179 v4l_s_priority(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1193 v4l_enuminput(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1219 v4l_enumoutput(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1530 v4l_enum_fmt(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1621 v4l_g_fmt(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1680 v4l_s_fmt(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1791 v4l_try_fmt(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1899 v4l_streamon(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1905 v4l_streamoff(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1911 v4l_g_tuner(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1926 v4l_s_tuner(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1941 v4l_g_modulator(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1957 v4l_s_modulator(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1969 v4l_g_frequency(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1983 v4l_s_frequency(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2006 v4l_enumstd(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2015 v4l_s_std(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2033 v4l_querystd(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2055 v4l_s_hw_freq_seek(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2077 v4l_s_fbuf(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2086 v4l_overlay(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2092 v4l_reqbufs(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2106 v4l_querybuf(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2115 v4l_qbuf(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2124 v4l_dqbuf(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2133 v4l_create_bufs(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2155 v4l_prepare_buf(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2164 v4l_g_parm(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2187 v4l_s_parm(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2211 v4l_queryctrl(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2228 v4l_query_ext_ctrl(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2245 v4l_querymenu(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2262 v4l_g_ctrl(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2296 v4l_s_ctrl(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2328 v4l_g_ext_ctrls(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2349 v4l_s_ext_ctrls(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2370 v4l_try_ext_ctrls(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2400 v4l_g_selection(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2416 v4l_s_selection(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2432 v4l_g_crop(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2462 v4l_s_crop(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2487 v4l_cropcap(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2553 v4l_log_status(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2569 v4l_dbg_g_register(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2597 v4l_dbg_s_register(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2625 v4l_dbg_g_chip_info(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2668 v4l_dqevent(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2674 v4l_subscribe_event(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2680 v4l_unsubscribe_event(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2686 v4l_g_sliced_vbi_cap(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2701 v4l_enum_freq_bands(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2923 v4l2_ioctl_get_lock(struct video_device *vdev, struct v4l2_fh *vfh, unsigned int cmd, void *arg) argument
2977 __video_do_ioctl(struct file *file, unsigned int cmd, void *arg) argument
3187 video_get_user(void __user *arg, void *parg, unsigned int real_cmd, unsigned int cmd, bool *always_copy) argument
3262 video_put_user(void __user *arg, void *parg, unsigned int real_cmd, unsigned int cmd) argument
3334 video_usercopy(struct file *file, unsigned int orig_cmd, unsigned long arg, v4l2_kioctl func) argument
3441 video_ioctl2(struct file *file, unsigned int cmd, unsigned long arg) argument
[all...]
/linux-master/drivers/misc/
H A Dkgdbts.c217 static unsigned long lookup_addr(char *arg) argument
222 if (strcmp(arg, cached_arg)) {
223 strscpy(cached_arg, arg, KSYM_NAME_LEN);
224 cached_addr = kallsyms_lookup_name(arg);
231 static void break_helper(char *bp_type, char *arg, unsigned long vaddr) argument
235 if (arg)
236 addr = lookup_addr(arg);
245 static void sw_break(char *arg) argument
247 break_helper(force_hwbrks ? "Z1" : "Z0", arg, 0);
250 static void sw_rem_break(char *arg) argument
255 hw_break(char *arg) argument
260 hw_rem_break(char *arg) argument
265 hw_write_break(char *arg) argument
270 hw_rem_write_break(char *arg) argument
275 hw_access_break(char *arg) argument
280 hw_rem_access_break(char *arg) argument
295 get_thread_id_continue(char *put_str, char *arg) argument
305 check_and_rewind_pc(char *put_str, char *arg) argument
342 check_single_step(char *put_str, char *arg) argument
388 write_regs(char *arg) argument
397 skip_back_repeat_test(char *arg) argument
413 got_break(char *put_str, char *arg) argument
424 get_cont_catch(char *arg) argument
430 put_cont_catch(char *put_str, char *arg) argument
438 emul_reset(char *put_str, char *arg) argument
449 emul_sstep_get(char *arg) argument
484 emul_sstep_put(char *put_str, char *arg) argument
536 final_ack_set(char *put_str, char *arg) argument
[all...]
/linux-master/sound/synth/emux/
H A Demux_oss.c19 static int snd_emux_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure);
20 static int snd_emux_close_seq_oss(struct snd_seq_oss_arg *arg);
21 static int snd_emux_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd,
23 static int snd_emux_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format,
25 static int snd_emux_reset_seq_oss(struct snd_seq_oss_arg *arg);
54 struct snd_seq_oss_reg *arg; local
64 arg = SNDRV_SEQ_DEVICE_ARGPTR(dev);
65 arg->type = SYNTH_TYPE_SAMPLE;
66 arg->subtype = SAMPLE_TYPE_AWE32;
67 arg
96 snd_emux_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure) argument
162 snd_emux_close_seq_oss(struct snd_seq_oss_arg *arg) argument
190 snd_emux_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, const char __user *buf, int offs, int count) argument
235 snd_emux_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, unsigned long ioarg) argument
269 snd_emux_reset_seq_oss(struct snd_seq_oss_arg *arg) argument
[all...]
/linux-master/arch/arm/kernel/
H A Dsmp_tlb.c31 static inline void ipi_flush_tlb_mm(void *arg) argument
33 struct mm_struct *mm = (struct mm_struct *)arg;
38 static inline void ipi_flush_tlb_page(void *arg) argument
40 struct tlb_args *ta = (struct tlb_args *)arg;
48 static inline void ipi_flush_tlb_kernel_page(void *arg) argument
50 struct tlb_args *ta = (struct tlb_args *)arg;
55 static inline void ipi_flush_tlb_range(void *arg) argument
57 struct tlb_args *ta = (struct tlb_args *)arg;
65 static inline void ipi_flush_tlb_kernel_range(void *arg) argument
67 struct tlb_args *ta = (struct tlb_args *)arg;
151 ipi_flush_tlb_a15_erratum(void *arg) argument
[all...]
/linux-master/drivers/gpu/drm/vgem/
H A Dvgem_fence.c129 struct drm_vgem_fence_attach *arg = data; local
137 if (arg->flags & ~VGEM_FENCE_WRITE)
140 if (arg->pad)
143 obj = drm_gem_object_lookup(file, arg->handle);
147 fence = vgem_fence_create(vfile, arg->flags);
155 usage = dma_resv_usage_rw(arg->flags & VGEM_FENCE_WRITE);
165 dma_resv_add_fence(resv, fence, arg->flags & VGEM_FENCE_WRITE ?
175 arg->out_fence = ret;
210 struct drm_vgem_fence_signal *arg = data; local
214 if (arg
[all...]
/linux-master/fs/ubifs/
H A Dioctl.c171 long ubifs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
184 return fscrypt_ioctl_set_policy(file, (const void __user *)arg);
187 return fscrypt_ioctl_get_policy(file, (void __user *)arg);
190 return fscrypt_ioctl_get_policy_ex(file, (void __user *)arg);
193 return fscrypt_ioctl_add_key(file, (void __user *)arg);
196 return fscrypt_ioctl_remove_key(file, (void __user *)arg);
200 (void __user *)arg);
202 return fscrypt_ioctl_get_key_status(file, (void __user *)arg);
205 return fscrypt_ioctl_get_nonce(file, (void __user *)arg);
213 long ubifs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/basics/
H A Dbw_fixed.c41 static uint64_t abs_i64(int64_t arg) argument
43 if (arg >= 0)
44 return (uint64_t)(arg);
46 return (uint64_t)(-arg);
110 struct bw_fixed bw_floor2(const struct bw_fixed arg, argument
116 multiplicand = div64_s64(arg.value, abs_i64(significance.value));
118 ASSERT(abs_i64(result.value) <= abs_i64(arg.value));
122 struct bw_fixed bw_ceil2(const struct bw_fixed arg, argument
128 multiplicand = div64_s64(arg.value, abs_i64(significance.value));
130 if (abs_i64(result.value) < abs_i64(arg
[all...]
/linux-master/drivers/scsi/elx/libefc/
H A Defc_node.h111 enum efc_sm_event evt, void *arg,
117 enum efc_sm_event evt, void *arg,
131 void *arg);
135 enum efc_sm_event evt, void *arg);
138 enum efc_sm_event evt, void *arg);
141 enum efc_sm_event evt, void *arg);
144 enum efc_sm_event evt, void *arg);
153 enum efc_sm_event evt, void *arg);
164 enum efc_sm_event evt, void *arg));
167 enum efc_sm_event evt, void *arg);
[all...]
/linux-master/tools/lib/subcmd/
H A Dparse-options.c49 int flags, const char **arg)
64 if (arg)
65 *arg = res;
72 const char *s, *arg = NULL; local
249 if (get_arg(p, opt, flags, &arg))
251 return (*opt->callback)(opt, arg, 0) ? (-1) : 0;
262 if (get_arg(p, opt, flags, &arg))
264 *(int *)opt->value = strtol(arg, (char **)&s, 10);
278 if (get_arg(p, opt, flags, &arg))
280 if (arg[
48 get_arg(struct parse_opt_ctx_t *p, const struct option *opt, int flags, const char **arg) argument
363 parse_long_opt(struct parse_opt_ctx_t *p, const char *arg, const struct option *options) argument
476 check_typos(const char *arg, const struct option *options) argument
520 const char *arg; local
843 const char *arg = ctx->argv[i]; local
[all...]

Completed in 231 milliseconds

1234567891011>>