Lines Matching defs:input
7 * Camera button input handling by Márton Németh
35 #include <linux/input.h>
36 #include <linux/usb/input.h>
505 * look for an input transfer endpoint in an alternate setting.
1209 struct v4l2_input *input)
1213 if (input->index != 0)
1215 input->type = V4L2_INPUT_TYPE_CAMERA;
1216 input->status = gspca_dev->cam.input_flags;
1217 strscpy(input->name, gspca_dev->sd_desc->name,
1218 sizeof input->name);