Home
last modified time | relevance | path

Searched defs:saa6588_command (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-4.19/include/media/i2c/
Dsaa6588.h28 struct saa6588_command { struct
29 unsigned int block_count;
30 bool nonblocking;
31 int result;
32 unsigned char __user *buffer;
33 struct file *instance;
34 poll_table *event_list;
35 __poll_t poll_mask;
/kernel/linux/linux-5.10/include/media/i2c/
Dsaa6588.h16 struct saa6588_command { struct
17 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;
/kernel/linux/linux-5.10/drivers/media/i2c/
Dsaa6588.c383 static long saa6588_command(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in saa6588_command() function