Searched refs:arg (Results 51 - 75 of 1533) sorted by relevance

1234567891011>>

/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-module.c43 int libcfs_ioctl_getdata(char *buf, char *end, void *arg) argument
52 if (copy_from_user(buf, (void *)arg, sizeof(*hdr)))
72 if (copy_from_user(buf, (void *)arg, hdr->ioc_len))
92 int libcfs_ioctl_popdata(void *arg, void *data, int size) argument
94 if (copy_to_user((char *)arg, data, size))
135 unsigned int cmd, unsigned long arg)
167 rc = libcfs_psdev_ops.p_ioctl(&pfile, cmd, (void *)arg);
134 libcfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c171 static void v4l_print_querycap(const void *arg, bool write_only) argument
173 const struct v4l2_capability *p = arg;
183 static void v4l_print_enuminput(const void *arg, bool write_only) argument
185 const struct v4l2_input *p = arg;
194 static void v4l_print_enumoutput(const void *arg, bool write_only) argument
196 const struct v4l2_output *p = arg;
204 static void v4l_print_audio(const void *arg, bool write_only) argument
206 const struct v4l2_audio *p = arg;
216 static void v4l_print_audioout(const void *arg, bool write_only) argument
218 const struct v4l2_audioout *p = arg;
228 v4l_print_fmtdesc(const void *arg, bool write_only) argument
241 v4l_print_format(const void *arg, bool write_only) argument
335 v4l_print_framebuffer(const void *arg, bool write_only) argument
352 v4l_print_buftype(const void *arg, bool write_only) argument
357 v4l_print_modulator(const void *arg, bool write_only) argument
370 v4l_print_tuner(const void *arg, bool write_only) argument
386 v4l_print_frequency(const void *arg, bool write_only) argument
394 v4l_print_standard(const void *arg, bool write_only) argument
406 v4l_print_std(const void *arg, bool write_only) argument
411 v4l_print_hw_freq_seek(const void *arg, bool write_only) argument
421 v4l_print_requestbuffers(const void *arg, bool write_only) argument
431 v4l_print_buffer(const void *arg, bool write_only) argument
470 v4l_print_exportbuffer(const void *arg, bool write_only) argument
479 v4l_print_create_buffers(const void *arg, bool write_only) argument
489 v4l_print_streamparm(const void *arg, bool write_only) argument
518 v4l_print_queryctrl(const void *arg, bool write_only) argument
529 v4l_print_query_ext_ctrl(const void *arg, bool write_only) argument
543 v4l_print_querymenu(const void *arg, bool write_only) argument
550 v4l_print_control(const void *arg, bool write_only) argument
557 v4l_print_ext_controls(const void *arg, bool write_only) argument
575 v4l_print_cropcap(const void *arg, bool write_only) argument
590 v4l_print_crop(const void *arg, bool write_only) argument
600 v4l_print_selection(const void *arg, bool write_only) argument
610 v4l_print_jpegcompression(const void *arg, bool write_only) argument
620 v4l_print_enc_idx(const void *arg, bool write_only) argument
628 v4l_print_encoder_cmd(const void *arg, bool write_only) argument
636 v4l_print_decoder_cmd(const void *arg, bool write_only) argument
649 v4l_print_dbg_chip_info(const void *arg, bool write_only) argument
662 v4l_print_dbg_register(const void *arg, bool write_only) argument
676 v4l_print_dv_timings(const void *arg, bool write_only) argument
705 v4l_print_enum_dv_timings(const void *arg, bool write_only) argument
713 v4l_print_dv_timings_cap(const void *arg, bool write_only) argument
732 v4l_print_frmsizeenum(const void *arg, bool write_only) argument
762 v4l_print_frmivalenum(const void *arg, bool write_only) argument
796 v4l_print_event(const void *arg, bool write_only) argument
830 v4l_print_event_subscription(const void *arg, bool write_only) argument
838 v4l_print_sliced_vbi_cap(const void *arg, bool write_only) argument
851 v4l_print_freq_band(const void *arg, bool write_only) argument
862 v4l_print_edid(const void *arg, bool write_only) argument
870 v4l_print_u32(const void *arg, bool write_only) argument
875 v4l_print_newline(const void *arg, bool write_only) argument
880 v4l_print_default(const void *arg, bool write_only) argument
1006 v4l_querycap(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1022 v4l_s_input(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1028 v4l_s_output(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1034 v4l_g_priority(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1047 v4l_s_priority(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1061 v4l_enuminput(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1079 v4l_enumoutput(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1097 v4l_enum_fmt(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1136 v4l_g_fmt(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1228 v4l_s_fmt(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1307 v4l_try_fmt(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1386 v4l_streamon(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1392 v4l_streamoff(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1398 v4l_g_tuner(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1413 v4l_s_tuner(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1424 v4l_g_modulator(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1436 v4l_g_frequency(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1450 v4l_s_frequency(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1469 v4l_enumstd(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1506 v4l_s_std(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1520 v4l_querystd(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1538 v4l_s_hw_freq_seek(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1556 v4l_overlay(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1562 v4l_reqbufs(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1576 v4l_querybuf(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1585 v4l_qbuf(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1594 v4l_dqbuf(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1603 v4l_create_bufs(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1623 v4l_prepare_buf(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1632 v4l_g_parm(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1653 v4l_s_parm(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1662 v4l_queryctrl(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1679 v4l_query_ext_ctrl(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1696 v4l_querymenu(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1713 v4l_g_ctrl(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1747 v4l_s_ctrl(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1776 v4l_g_ext_ctrls(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1795 v4l_s_ext_ctrls(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1814 v4l_try_ext_ctrls(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1833 v4l_g_crop(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1860 v4l_s_crop(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1882 v4l_cropcap(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1924 v4l_log_status(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1940 v4l_dbg_g_register(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1968 v4l_dbg_s_register(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
1996 v4l_dbg_g_chip_info(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2039 v4l_dqevent(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2045 v4l_subscribe_event(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2051 v4l_unsubscribe_event(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2057 v4l_g_sliced_vbi_cap(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2072 v4l_enum_freq_bands(const struct v4l2_ioctl_ops *ops, struct file *file, void *fh, void *arg) argument
2323 __video_do_ioctl(struct file *file, unsigned int cmd, void *arg) argument
2465 video_usercopy(struct file *file, unsigned int cmd, unsigned long arg, v4l2_kioctl func) argument
2578 video_ioctl2(struct file *file, unsigned int cmd, unsigned long arg) argument
[all...]
H A Dv4l2-subdev.c180 static long subdev_do_ioctl(struct file *file, unsigned int cmd, void *arg) argument
192 return v4l2_queryctrl(vfh->ctrl_handler, arg);
195 return v4l2_query_ext_ctrl(vfh->ctrl_handler, arg);
198 return v4l2_querymenu(vfh->ctrl_handler, arg);
201 return v4l2_g_ctrl(vfh->ctrl_handler, arg);
204 return v4l2_s_ctrl(vfh, vfh->ctrl_handler, arg);
207 return v4l2_g_ext_ctrls(vfh->ctrl_handler, arg);
210 return v4l2_s_ext_ctrls(vfh, vfh->ctrl_handler, arg);
213 return v4l2_try_ext_ctrls(vfh->ctrl_handler, arg);
219 return v4l2_event_dequeue(vfh, arg, fil
453 subdev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
460 subdev_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg) argument
[all...]
/drivers/video/adf/
H A Dadf_fops.c38 struct adf_set_event __user *arg)
45 if (copy_from_user(&data, arg, sizeof(data)))
104 struct adf_overlay_engine_data __user *arg)
112 if (copy_from_user(&data, arg, sizeof(data)))
135 ret = adf_obj_copy_custom_data_to_user(&eng->base, arg->custom_data,
142 if (copy_to_user(arg, &data, sizeof(data))) {
147 if (supported_formats && copy_to_user(arg->supported_formats,
217 struct adf_post_config __user *arg)
232 if (get_user(n_intfs, &arg->n_interfaces)) {
242 if (get_user(n_bufs, &arg
37 adf_obj_set_event(struct adf_obj *obj, struct adf_file *file, struct adf_set_event __user *arg) argument
103 adf_eng_get_data(struct adf_overlay_engine *eng, struct adf_overlay_engine_data __user *arg) argument
216 adf_device_post_config(struct adf_device *dev, struct adf_post_config __user *arg) argument
341 adf_intf_simple_post_config(struct adf_interface *intf, struct adf_simple_post_config __user *arg) argument
379 adf_intf_simple_buffer_alloc(struct adf_interface *intf, struct adf_simple_buffer_alloc __user *arg) argument
445 adf_device_get_data(struct adf_device *dev, struct adf_device_data __user *arg) argument
514 adf_device_handle_attachment(struct adf_device *dev, struct adf_attachment_config __user *arg, bool attach) argument
544 adf_intf_set_mode(struct adf_interface *intf, struct drm_mode_modeinfo __user *arg) argument
555 adf_intf_get_data(struct adf_interface *intf, struct adf_interface_data __user *arg) argument
619 adf_obj_custom_ioctl(struct adf_obj *obj, unsigned int cmd, unsigned long arg) argument
627 adf_overlay_engine_ioctl(struct adf_overlay_engine *eng, struct adf_file *file, unsigned int cmd, unsigned long arg) argument
655 adf_interface_ioctl(struct adf_interface *intf, struct adf_file *file, unsigned int cmd, unsigned long arg) argument
694 adf_device_ioctl(struct adf_device *dev, struct adf_file *file, unsigned int cmd, unsigned long arg) argument
807 adf_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
[all...]
/drivers/crypto/qat/qat_common/
H A Dadf_ctl_drv.c65 static long adf_ctl_ioctl(struct file *fp, unsigned int cmd, unsigned long arg);
129 unsigned long arg)
140 if (copy_from_user(cfg_data, (void __user *)arg, sizeof(*cfg_data))) {
219 unsigned long arg)
225 ret = adf_ctl_alloc_resources(&ctl_data, arg);
291 unsigned long arg)
296 ret = adf_ctl_alloc_resources(&ctl_data, arg);
325 unsigned long arg)
331 ret = adf_ctl_alloc_resources(&ctl_data, arg);
360 unsigned long arg)
128 adf_ctl_alloc_resources(struct adf_user_cfg_ctl_data **ctl_data, unsigned long arg) argument
218 adf_ctl_ioctl_dev_config(struct file *fp, unsigned int cmd, unsigned long arg) argument
290 adf_ctl_ioctl_dev_stop(struct file *fp, unsigned int cmd, unsigned long arg) argument
324 adf_ctl_ioctl_dev_start(struct file *fp, unsigned int cmd, unsigned long arg) argument
359 adf_ctl_ioctl_get_num_devices(struct file *fp, unsigned int cmd, unsigned long arg) argument
371 adf_ctl_ioctl_get_status(struct file *fp, unsigned int cmd, unsigned long arg) argument
411 adf_ctl_ioctl(struct file *fp, unsigned int cmd, unsigned long arg) argument
[all...]
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h186 #define hw_dbg(hw, format, arg...) \
187 netdev_dbg(ixgbe_hw_to_netdev(hw), format, ## arg)
188 #define hw_err(hw, format, arg...) \
189 netdev_err(ixgbe_hw_to_netdev(hw), format, ## arg)
190 #define e_dev_info(format, arg...) \
191 dev_info(&adapter->pdev->dev, format, ## arg)
192 #define e_dev_warn(format, arg...) \
193 dev_warn(&adapter->pdev->dev, format, ## arg)
194 #define e_dev_err(format, arg...) \
195 dev_err(&adapter->pdev->dev, format, ## arg)
[all...]
/drivers/acpi/acpica/
H A Ddsobject.c270 union acpi_parse_object *arg; local
295 * Second arg is the buffer data (optional) byte_list can be either
299 arg = op->common.value.arg; /* skip first arg */
301 byte_list = arg->named.next;
387 union acpi_parse_object *arg; local
442 arg = op->common.value.arg;
443 arg
[all...]
H A Ddsutils.c447 * arg - Parse object for the argument
461 union acpi_parse_object *arg, u32 arg_index)
472 ACPI_FUNCTION_TRACE_PTR(ds_create_operand, arg);
476 if ((arg->common.aml_opcode == AML_INT_NAMEPATH_OP) &&
477 (arg->common.value.string) &&
478 !(arg->common.flags & ACPI_PARSEOP_IN_STACK)) {
480 arg));
486 arg->common.value.buffer,
521 parent_op = arg->common.parent;
602 if ((arg
460 acpi_ds_create_operand(struct acpi_walk_state *walk_state, union acpi_parse_object *arg, u32 arg_index) argument
704 union acpi_parse_object *arg; local
[all...]
/drivers/gpu/drm/radeon/
H A Dradeon_ioc32.c60 unsigned long arg)
65 if (copy_from_user(&init32, (void __user *)arg, sizeof(init32)))
107 unsigned long arg)
112 if (copy_from_user(&clr32, (void __user *)arg, sizeof(clr32)))
134 unsigned long arg)
136 drm_radeon_stipple32_t __user *argp = (void __user *)arg;
168 unsigned long arg)
175 if (copy_from_user(&req32, (void __user *)arg, sizeof(req32)))
216 unsigned long arg)
221 if (copy_from_user(&req32, (void __user *)arg, sizeo
59 compat_radeon_cp_init(struct file *file, unsigned int cmd, unsigned long arg) argument
106 compat_radeon_cp_clear(struct file *file, unsigned int cmd, unsigned long arg) argument
133 compat_radeon_cp_stipple(struct file *file, unsigned int cmd, unsigned long arg) argument
167 compat_radeon_cp_texture(struct file *file, unsigned int cmd, unsigned long arg) argument
215 compat_radeon_cp_vertex2(struct file *file, unsigned int cmd, unsigned long arg) argument
246 compat_radeon_cp_cmdbuf(struct file *file, unsigned int cmd, unsigned long arg) argument
273 compat_radeon_cp_getparam(struct file *file, unsigned int cmd, unsigned long arg) argument
299 compat_radeon_mem_alloc(struct file *file, unsigned int cmd, unsigned long arg) argument
324 compat_radeon_irq_emit(struct file *file, unsigned int cmd, unsigned long arg) argument
349 compat_radeon_cp_setparam(struct file *file, unsigned int cmd, unsigned long arg) argument
393 radeon_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) argument
413 radeon_kms_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) argument
[all...]
H A Datom.c180 uint32_t idx, val = 0xCDCDCDCD, align, arg; local
182 arg = attr & 7;
184 switch (arg) {
367 uint32_t align = (attr >> 3) & 7, arg = attr & 7; local
368 switch (arg) {
432 static uint32_t atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, argument
436 arg | atom_dst_to_src[(attr >> 3) &
441 static void atom_skip_dst(atom_exec_context *ctx, int arg, uint8_t attr, int *ptr) argument
444 arg | atom_dst_to_src[(attr >> 3) & 7][(attr >> 6) &
448 static void atom_put_dst(atom_exec_context *ctx, int arg, uint8_ argument
587 atom_op_add(atom_exec_context *ctx, int *ptr, int arg) argument
601 atom_op_and(atom_exec_context *ctx, int *ptr, int arg) argument
615 atom_op_beep(atom_exec_context *ctx, int *ptr, int arg) argument
620 atom_op_calltable(atom_exec_context *ctx, int *ptr, int arg) argument
636 atom_op_clear(atom_exec_context *ctx, int *ptr, int arg) argument
648 atom_op_compare(atom_exec_context *ctx, int *ptr, int arg) argument
662 atom_op_delay(atom_exec_context *ctx, int *ptr, int arg) argument
674 atom_op_div(atom_exec_context *ctx, int *ptr, int arg) argument
691 atom_op_eot(atom_exec_context *ctx, int *ptr, int arg) argument
696 atom_op_jump(atom_exec_context *ctx, int *ptr, int arg) argument
749 atom_op_mask(atom_exec_context *ctx, int *ptr, int arg) argument
766 atom_op_move(atom_exec_context *ctx, int *ptr, int arg) argument
783 atom_op_mul(atom_exec_context *ctx, int *ptr, int arg) argument
794 atom_op_nop(atom_exec_context *ctx, int *ptr, int arg) argument
799 atom_op_or(atom_exec_context *ctx, int *ptr, int arg) argument
813 atom_op_postcard(atom_exec_context *ctx, int *ptr, int arg) argument
819 atom_op_repeat(atom_exec_context *ctx, int *ptr, int arg) argument
824 atom_op_restorereg(atom_exec_context *ctx, int *ptr, int arg) argument
829 atom_op_savereg(atom_exec_context *ctx, int *ptr, int arg) argument
834 atom_op_setdatablock(atom_exec_context *ctx, int *ptr, int arg) argument
848 atom_op_setfbbase(atom_exec_context *ctx, int *ptr, int arg) argument
855 atom_op_setport(atom_exec_context *ctx, int *ptr, int arg) argument
882 atom_op_setregblock(atom_exec_context *ctx, int *ptr, int arg) argument
889 atom_op_shift_left(atom_exec_context *ctx, int *ptr, int arg) argument
905 atom_op_shift_right(atom_exec_context *ctx, int *ptr, int arg) argument
921 atom_op_shl(atom_exec_context *ctx, int *ptr, int arg) argument
940 atom_op_shr(atom_exec_context *ctx, int *ptr, int arg) argument
959 atom_op_sub(atom_exec_context *ctx, int *ptr, int arg) argument
973 atom_op_switch(atom_exec_context *ctx, int *ptr, int arg) argument
1000 atom_op_test(atom_exec_context *ctx, int *ptr, int arg) argument
1012 atom_op_xor(atom_exec_context *ctx, int *ptr, int arg) argument
1026 atom_op_debug(atom_exec_context *ctx, int *ptr, int arg) argument
1033 int arg; member in struct:__anon973
[all...]
/drivers/net/wireless/ath/ath10k/
H A Dwmi.c2869 const struct wmi_channel_arg *arg)
2875 if (arg->passive)
2882 if (arg->chan_radar)
2886 cmd->chan.mhz = __cpu_to_le32(arg->freq);
2887 cmd->chan.band_center_freq1 = __cpu_to_le32(arg->freq);
2888 cmd->chan.mode = arg->mode;
2890 cmd->chan.min_power = arg->min_power;
2891 cmd->chan.max_power = arg->max_power;
2892 cmd->chan.reg_power = arg->max_reg_power;
2893 cmd->chan.reg_classid = arg
2868 ath10k_wmi_pdev_set_channel(struct ath10k *ar, const struct wmi_channel_arg *arg) argument
3251 ath10k_wmi_start_scan_calc_len(struct ath10k *ar, const struct wmi_start_scan_arg *arg) argument
3304 ath10k_wmi_start_scan(struct ath10k *ar, const struct wmi_start_scan_arg *arg) argument
3423 ath10k_wmi_start_scan_init(struct ath10k *ar, struct wmi_start_scan_arg *arg) argument
3449 ath10k_wmi_stop_scan(struct ath10k *ar, const struct wmi_stop_scan_arg *arg) argument
3527 ath10k_wmi_vdev_start_restart(struct ath10k *ar, const struct wmi_vdev_start_request_arg *arg, u32 cmd_id) argument
3601 ath10k_wmi_vdev_start(struct ath10k *ar, const struct wmi_vdev_start_request_arg *arg) argument
3609 ath10k_wmi_vdev_restart(struct ath10k *ar, const struct wmi_vdev_start_request_arg *arg) argument
3702 ath10k_wmi_vdev_install_key(struct ath10k *ar, const struct wmi_vdev_install_key_arg *arg) argument
3738 ath10k_wmi_vdev_spectral_conf(struct ath10k *ar, const struct wmi_vdev_spectral_conf_arg *arg) argument
3951 ath10k_wmi_scan_chan_list(struct ath10k *ar, const struct wmi_scan_chan_list_arg *arg) argument
4006 ath10k_wmi_peer_assoc_fill(struct ath10k *ar, void *buf, const struct wmi_peer_assoc_complete_arg *arg) argument
4048 ath10k_wmi_peer_assoc_fill_main(struct ath10k *ar, void *buf, const struct wmi_peer_assoc_complete_arg *arg) argument
4058 ath10k_wmi_peer_assoc_fill_10_1(struct ath10k *ar, void *buf, const struct wmi_peer_assoc_complete_arg *arg) argument
4065 ath10k_wmi_peer_assoc_fill_10_2(struct ath10k *ar, void *buf, const struct wmi_peer_assoc_complete_arg *arg) argument
4083 ath10k_wmi_peer_assoc(struct ath10k *ar, const struct wmi_peer_assoc_complete_arg *arg) argument
4167 ath10k_wmi_pdev_set_wmm_param(struct wmi_wmm_params *params, const struct wmi_wmm_params_arg *arg) argument
4178 ath10k_wmi_pdev_set_wmm_params(struct ath10k *ar, const struct wmi_pdev_set_wmm_params_arg *arg) argument
[all...]
/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Dvmap.c94 info->arg[0] = nv_ro32(bios, vmap + 0x08);
95 info->arg[1] = nv_ro32(bios, vmap + 0x0c);
96 info->arg[2] = nv_ro32(bios, vmap + 0x10);
103 info->arg[0] = nv_ro32(bios, vmap + 0x0a);
104 info->arg[1] = nv_ro32(bios, vmap + 0x0e);
105 info->arg[2] = nv_ro32(bios, vmap + 0x12);
106 info->arg[3] = nv_ro32(bios, vmap + 0x16);
107 info->arg[4] = nv_ro32(bios, vmap + 0x1a);
108 info->arg[5] = nv_ro32(bios, vmap + 0x1e);
/drivers/isdn/hisax/
H A Dfsm.c52 FsmEvent(struct FsmInst *fi, int event, void *arg) argument
67 r(fi, event, arg);
94 FsmEvent(ft->fi, ft->event, ft->arg);
122 int millisec, int event, void *arg, int where)
138 ft->arg = arg;
146 int millisec, int event, void *arg, int where)
159 ft->arg = arg;
121 FsmAddTimer(struct FsmTimer *ft, int millisec, int event, void *arg, int where) argument
145 FsmRestartTimer(struct FsmTimer *ft, int millisec, int event, void *arg, int where) argument
H A Dhisax_if.h40 void (*l1l2)(struct hisax_if *, int pr, void *arg);
41 void (*l2l1)(struct hisax_if *, int pr, void *arg);
H A Dl3_1tr6.c44 l3_1tr6_release_req(struct l3_process *pc, u_char pr, void *arg) argument
53 l3_1tr6_invalid(struct l3_process *pc, u_char pr, void *arg) argument
55 struct sk_buff *skb = arg;
71 l3_1tr6_setup_req(struct l3_process *pc, u_char pr, void *arg) argument
160 l3_1tr6_setup(struct l3_process *pc, u_char pr, void *arg) argument
164 struct sk_buff *skb = arg;
227 l3_1tr6_setup_ack(struct l3_process *pc, u_char pr, void *arg) argument
230 struct sk_buff *skb = arg;
255 l3_1tr6_call_sent(struct l3_process *pc, u_char pr, void *arg) argument
258 struct sk_buff *skb = arg;
287 l3_1tr6_alert(struct l3_process *pc, u_char pr, void *arg) argument
298 l3_1tr6_info(struct l3_process *pc, u_char pr, void *arg) argument
327 l3_1tr6_info_s2(struct l3_process *pc, u_char pr, void *arg) argument
335 l3_1tr6_connect(struct l3_process *pc, u_char pr, void *arg) argument
351 l3_1tr6_rel(struct l3_process *pc, u_char pr, void *arg) argument
382 l3_1tr6_rel_ack(struct l3_process *pc, u_char pr, void *arg) argument
395 l3_1tr6_disc(struct l3_process *pc, u_char pr, void *arg) argument
450 l3_1tr6_connect_ack(struct l3_process *pc, u_char pr, void *arg) argument
466 l3_1tr6_alert_req(struct l3_process *pc, u_char pr, void *arg) argument
473 l3_1tr6_setup_rsp(struct l3_process *pc, u_char pr, void *arg) argument
507 l3_1tr6_reset(struct l3_process *pc, u_char pr, void *arg) argument
513 l3_1tr6_disconnect_req(struct l3_process *pc, u_char pr, void *arg) argument
552 l3_1tr6_t303(struct l3_process *pc, u_char pr, void *arg) argument
566 l3_1tr6_t304(struct l3_process *pc, u_char pr, void *arg) argument
575 l3_1tr6_t305(struct l3_process *pc, u_char pr, void *arg) argument
611 l3_1tr6_t310(struct l3_process *pc, u_char pr, void *arg) argument
620 l3_1tr6_t313(struct l3_process *pc, u_char pr, void *arg) argument
629 l3_1tr6_t308_1(struct l3_process *pc, u_char pr, void *arg) argument
638 l3_1tr6_t308_2(struct l3_process *pc, u_char pr, void *arg) argument
646 l3_1tr6_dl_reset(struct l3_process *pc, u_char pr, void *arg) argument
654 l3_1tr6_dl_release(struct l3_process *pc, u_char pr, void *arg) argument
742 up1tr6(struct PStack *st, int pr, void *arg) argument
848 down1tr6(struct PStack *st, int pr, void *arg) argument
892 man1tr6(struct PStack *st, int pr, void *arg) argument
[all...]
/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_param.c116 } arg; member in struct:atl1e_option
141 if (*value >= opt->arg.r.min && *value <= opt->arg.r.max) {
151 for (i = 0; i < opt->arg.l.nr; i++) {
152 ent = &opt->arg.l.p[i];
199 .arg = { .r = { .min = ATL1E_MIN_TX_DESC_CNT,
218 .arg = { .r = { .min = ATL1E_MIN_RX_MEM_SIZE,
238 .arg = { .r = { .min = INT_MOD_MIN_CNT,
257 .arg = { .r = { .min = MEDIA_TYPE_AUTO_SENSOR,
/drivers/gpu/drm/i915/
H A Di915_ioc32.c48 unsigned long arg)
54 (&batchbuffer32, (void __user *)arg, sizeof(batchbuffer32)))
83 unsigned long arg)
89 (&cmdbuffer32, (void __user *)arg, sizeof(cmdbuffer32)))
113 unsigned long arg)
118 if (copy_from_user(&req32, (void __user *)arg, sizeof(req32)))
136 unsigned long arg)
141 if (copy_from_user(&req32, (void __user *)arg, sizeof(req32)))
163 unsigned long arg)
168 if (copy_from_user(&req32, (void __user *)arg, sizeo
47 compat_i915_batchbuffer(struct file *file, unsigned int cmd, unsigned long arg) argument
82 compat_i915_cmdbuffer(struct file *file, unsigned int cmd, unsigned long arg) argument
112 compat_i915_irq_emit(struct file *file, unsigned int cmd, unsigned long arg) argument
135 compat_i915_getparam(struct file *file, unsigned int cmd, unsigned long arg) argument
162 compat_i915_alloc(struct file *file, unsigned int cmd, unsigned long arg) argument
202 i915_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) argument
[all...]
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ioctl.c153 struct drm_vmw_get_3d_cap_arg *arg = local
158 void __user *buffer = (void __user *)((unsigned long)(arg->buffer));
164 if (unlikely(arg->pad64 != 0)) {
177 if (arg->max_size < size)
178 size = arg->max_size;
226 struct drm_vmw_present_arg *arg = local
237 num_clips = arg->num_clips;
238 clips_ptr = (struct drm_vmw_rect *)(unsigned long)arg->clips_ptr;
265 fb = drm_framebuffer_lookup(dev, arg->fb_id);
277 ret = vmw_user_resource_lookup_handle(dev_priv, tfile, arg
308 struct drm_vmw_present_readback_arg *arg = local
[all...]
/drivers/net/wireless/ath/ar5523/
H A Dar5523.h138 #define ar5523_dbg(ar, format, arg...) \
139 dev_dbg(&(ar)->dev->dev, format, ## arg)
145 #define ar5523_err(ar, format, arg...) \
148 dev_err(&(ar)->dev->dev, format, ## arg); \
151 #define ar5523_info(ar, format, arg...) \
152 dev_info(&(ar)->dev->dev, format, ## arg)
/drivers/staging/media/omap24xx/
H A Domap24xxcam-dma.c198 u32 len, dma_callback_t callback, void *arg)
213 dma->ch_state[dmach].arg = arg;
249 void *arg; local
270 arg = dma->ch_state[dmach].arg;
276 (*callback) (dma, csr, arg);
302 void *arg; local
337 arg = dma->ch_state[dmach].arg;
197 omap24xxcam_dma_start(struct omap24xxcam_dma *dma, dma_addr_t start, u32 len, dma_callback_t callback, void *arg) argument
389 omap24xxcam_sgdma_callback(struct omap24xxcam_dma *dma, u32 csr, void *arg) argument
421 void *arg = sg_state->arg; local
498 omap24xxcam_sgdma_queue(struct omap24xxcam_sgdma *sgdma, const struct scatterlist *sglist, int sglen, int len, sgdma_callback_t callback, void *arg) argument
561 void *arg = sg_state->arg; local
[all...]
/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c33 struct evtchn_alloc_unbound arg; local
54 arg.dom = DOMID_SELF;
55 arg.remote_dom = domid;
57 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, &arg);
64 xen_store_evtchn = arg.port;
68 return arg.port;
/drivers/scsi/
H A Dscsi_ioctl.c70 * dev is the SCSI device struct ptr, *(int *) arg is the length of the
72 * *((int *)arg + 1) is the output buffer size in bytes.
74 * *(char *) ((int *) arg)[2] the actual command byte.
163 * The scsi_ioctl_get_pci() function places into arg the value
172 static int scsi_ioctl_get_pci(struct scsi_device *sdev, void __user *arg) argument
184 return copy_to_user(arg, name, min(strlen(name), (size_t)20))
193 * @arg: data associated with ioctl
199 int scsi_ioctl(struct scsi_device *sdev, int cmd, void __user *arg) argument
234 if (!access_ok(VERIFY_WRITE, arg, sizeof(struct scsi_idlun)))
241 &((struct scsi_idlun __user *)arg)
291 scsi_nonblockable_ioctl(struct scsi_device *sdev, int cmd, void __user *arg, int ndelay) argument
[all...]
/drivers/net/wireless/ath/wcn36xx/
H A Dwcn36xx.h56 #define wcn36xx_err(fmt, arg...) \
57 printk(KERN_ERR pr_fmt("ERROR " fmt), ##arg)
59 #define wcn36xx_warn(fmt, arg...) \
60 printk(KERN_WARNING pr_fmt("WARNING " fmt), ##arg)
62 #define wcn36xx_info(fmt, arg...) \
63 printk(KERN_INFO pr_fmt(fmt), ##arg)
65 #define wcn36xx_dbg(mask, fmt, arg...) do { \
67 printk(KERN_DEBUG pr_fmt(fmt), ##arg); \
/drivers/pci/hotplug/
H A Dacpi_pcihp.c39 #define dbg(fmt, arg...) do { if (debug_acpi) printk(KERN_DEBUG "%s: %s: " fmt , MY_NAME , __func__ , ## arg); } while (0)
40 #define err(format, arg...) printk(KERN_ERR "%s: " format , MY_NAME , ## arg)
41 #define info(format, arg...) printk(KERN_INFO "%s: " format , MY_NAME , ## arg)
42 #define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg)
H A Dcpcihp_generic.c54 #define dbg(format, arg...) \
58 MY_NAME , ## arg); \
60 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg)
61 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg)
62 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg)

Completed in 1537 milliseconds

1234567891011>>