Lines Matching refs:argument
113 The first 'dev' argument is normally the struct device pointer of a pci_dev,
393 The second argument to both calls is a group ID. If 0, then all subdevs are
560 You can also use the last argument of v4l2_i2c_new_subdev() to pass an array
562 only used if the previous argument is 0. A non-zero argument means that you
694 difference is that the inode argument is omitted since it is never used.
764 Which device is registered depends on the type argument. The following
772 The last argument gives you a certain amount of control over the device
785 So you can use the last argument to specify a minimum device node number
1092 The elems argument is the size of the event queue for this event. If it is 0,
1096 The ops argument allows the driver to specify a number of callbacks:
1103 the ops argument itself maybe NULL.
1120 can use v4l2_fh->wait (a wait_queue_head_t) as the argument for poll_wait().