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>
507 * look for an input transfer endpoint in an alternate setting.
1211 struct v4l2_input *input)
1215 if (input->index != 0)
1217 input->type = V4L2_INPUT_TYPE_CAMERA;
1218 input->status = gspca_dev->cam.input_flags;
1219 strscpy(input->name, gspca_dev->sd_desc->name,
1220 sizeof input->name);