Searched defs:arg (Results 1 - 25 of 1115) sorted by relevance

1234567891011>>

/drivers/gpu/drm/nouveau/
H A Dnouveau_ioc32.c46 * \param arg user argument.
50 unsigned long arg)
57 return drm_compat_ioctl(filp, cmd, arg);
64 ret = (*fn)(filp, cmd, arg);
66 ret = nouveau_drm_ioctl(filp, cmd, arg);
49 nouveau_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) argument
/drivers/xen/
H A Dfallback.c8 int xen_event_channel_op_compat(int cmd, void *arg) argument
14 memcpy(&op.u, arg, sizeof(op.u));
27 memcpy(arg, &op.u.eop, sizeof(op.u.eop)); \
47 int xen_physdev_op_compat(int cmd, void *arg) argument
53 memcpy(&op.u, arg, sizeof(op.u));
66 memcpy(arg, &op.u.fld, sizeof(op.u.fld)); \
/drivers/gpu/drm/nouveau/core/include/subdev/bios/
H A Dvmap.h18 s32 arg[6]; member in struct:nvbios_vmap_entry
/drivers/gpu/drm/qxl/
H A Dqxl_irq.c28 irqreturn_t qxl_irq_handler(int irq, void *arg) argument
30 struct drm_device *dev = (struct drm_device *) arg;
/drivers/ide/
H A Dide-disk_ioctl.c19 unsigned int cmd, unsigned long arg)
24 err = ide_setting_ioctl(drive, bdev, cmd, arg, ide_disk_ioctl_settings);
28 err = generic_ide_ioctl(drive, bdev, cmd, arg);
18 ide_disk_ioctl(ide_drive_t *drive, struct block_device *bdev, fmode_t mode, unsigned int cmd, unsigned long arg) argument
/drivers/isdn/hisax/
H A Dlmgr.c29 hisax_manager(struct PStack *st, int pr, void *arg) argument
35 Code = (long) arg;
/drivers/video/fbdev/via/
H A Dioctl.c24 int viafb_ioctl_get_viafb_info(u_long arg) argument
74 if (copy_to_user((void __user *)arg, &viainfo, sizeof(viainfo)))
/drivers/acpi/acpica/
H A Ddswload2.c378 union acpi_parse_object *arg; local
467 arg = op->common.value.arg;
493 (acpi_handle) arg->
500 acpi_ds_create_bank_field(op, arg->common.node,
507 acpi_ds_create_field(op, arg->common.node,
520 status = acpi_ds_create_operands(walk_state, arg);
578 ((op->common.value.arg)->common.value.
658 arg);
701 arg
[all...]
H A Dhwesleep.c68 union acpi_object arg; local
76 arg_list.pointer = &arg;
77 arg.type = ACPI_TYPE_INTEGER;
78 arg.integer.value = (u64)integer_argument;
H A Dpstree.c72 union acpi_parse_object *arg = NULL; local
104 arg = op->common.value.arg;
105 while (arg && argn) {
107 arg = arg->common.next;
110 return (arg);
118 * arg - Argument Op to append
122 * DESCRIPTION: Append an argument to an op's argument list (a NULL arg is OK)
127 acpi_ps_append_arg(union acpi_parse_object *op, union acpi_parse_object *arg) argument
206 union acpi_parse_object *arg; local
[all...]
H A Dhwxfsleep.c291 union acpi_object arg; local
306 arg_list.pointer = &arg;
307 arg.type = ACPI_TYPE_INTEGER;
308 arg.integer.value = sleep_state;
H A Dpsloop.c89 union acpi_parse_object *arg = NULL; local
137 (walk_state->arg_types), &arg);
142 if (arg) {
143 arg->common.aml_offset = walk_state->aml_offset;
144 acpi_ps_append_arg(op, arg);
212 AML_CLASS_EXECUTE) && (!arg)) {
H A Dpsobject.c176 union acpi_parse_object *arg = NULL; local
180 unnamed_op->common.value.arg = NULL;
194 arg_types), &arg);
199 acpi_ps_append_arg(unnamed_op, arg);
210 /* We know that this arg is a name, move to next arg */
241 acpi_ps_append_arg(*op, unnamed_op->common.value.arg);
/drivers/char/
H A Duv_mmtimer.c42 unsigned long arg);
61 * @arg: optional argument to command
75 * specified by @arg
82 * in the address specified by @arg.
85 unsigned long arg)
106 if (copy_to_user((unsigned long __user *)arg,
112 if (copy_to_user((unsigned long __user *)arg,
127 if (copy_to_user((unsigned long __user *)arg,
84 uv_mmtimer_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
/drivers/dma/
H A Dvirt-dma.c59 static void vchan_complete(unsigned long arg) argument
61 struct virt_dma_chan *vc = (struct virt_dma_chan *)arg;
/drivers/gpu/drm/omapdrm/
H A Domap_debugfs.c28 static int gem_show(struct seq_file *m, void *arg) argument
47 static int mm_show(struct seq_file *m, void *arg) argument
54 static int fb_show(struct seq_file *m, void *arg) argument
/drivers/gpu/drm/r128/
H A Dr128_irq.c47 irqreturn_t r128_driver_irq_handler(int irq, void *arg) argument
49 struct drm_device *dev = (struct drm_device *) arg;
/drivers/media/dvb-frontends/
H A Disl6405.c88 static int isl6405_enable_high_lnb_voltage(struct dvb_frontend *fe, long arg) argument
96 if (arg)
101 if (arg)
H A Dlnbp22.c44 #define dprintk(lvl, arg...) if (debug >= (lvl)) printk(arg)
82 static int lnbp22_enable_high_lnb_voltage(struct dvb_frontend *fe, long arg) argument
92 dprintk(1, "%s: %d\n", __func__, (int)arg);
93 if (arg)
/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_cmd.h21 unsigned int arg[MAX_H2R_ARG]; member in struct:s5p_mfc_cmd_args
/drivers/scsi/libfc/
H A Dfc_elsct.c40 * @arg: The argument to pass to the response callback routine
48 void *arg, u32 timer_msec)
70 return lport->tt.exch_seq_send(lport, fp, resp, NULL, arg, timer_msec);
43 fc_elsct_send(struct fc_lport *lport, u32 did, struct fc_frame *fp, unsigned int op, void (*resp)(struct fc_seq *, struct fc_frame *, void *), void *arg, u32 timer_msec) argument
/drivers/staging/lustre/lnet/lnet/
H A Dmodule.c47 lnet_configure(void *arg) argument
49 /* 'arg' only there so I can be passed to cfs_create_thread() */
/drivers/vfio/
H A Dvfio_spapr_eeh.c35 unsigned int cmd, unsigned long arg)
44 if (arg == VFIO_EEH)
55 if (copy_from_user(&op, (void __user *)arg, minsz))
34 vfio_spapr_iommu_eeh_ioctl(struct iommu_group *group, unsigned int cmd, unsigned long arg) argument
/drivers/video/adf/
H A Dadf_fops32.c22 struct adf_post_config32 __user *arg)
28 if (copy_from_user(&cfg32, arg, sizeof(cfg32)))
50 if (copy_in_user(&arg->complete_fence, &cfg->complete_fence,
58 struct adf_device_data32 __user *arg)
64 if (copy_from_user(&data32, arg, sizeof(data32)))
88 if (copy_in_user(arg->name, data->name, sizeof(arg->name)) ||
89 copy_in_user(&arg->n_attachments, &data->n_attachments,
90 sizeof(arg->n_attachments)) ||
91 copy_in_user(&arg
21 adf_compat_post_config(struct file *file, struct adf_post_config32 __user *arg) argument
57 adf_compat_get_device_data(struct file *file, struct adf_device_data32 __user *arg) argument
102 adf_compat_get_interface_data(struct file *file, struct adf_interface_data32 __user *arg) argument
157 adf_compat_get_overlay_engine_data(struct file *file, struct adf_overlay_engine_data32 __user *arg) argument
197 adf_file_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
[all...]
/drivers/cpuidle/
H A Dcpuidle-big_little.c105 static int notrace bl_powerdown_finisher(unsigned long arg) argument

Completed in 7037 milliseconds

1234567891011>>