Searched defs:saa6588_command (Results 1 – 2 of 2) sorted by relevance
16 struct saa6588_command { struct17 unsigned int block_count;18 bool nonblocking;19 int result;20 unsigned char __user *buffer;21 struct file *instance;22 poll_table *event_list;23 __poll_t poll_mask;
383 static long saa6588_command(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in saa6588_command() function