Searched defs:inp (Results 26 - 29 of 29) sorted by relevance

12

/drivers/media/platform/
H A Dfsl-viu.c981 struct v4l2_input *inp)
985 if (inp->index != 0)
988 inp->type = V4L2_INPUT_TYPE_CAMERA;
989 inp->std = fh->dev->vdev->tvnorms;
990 strcpy(inp->name, "Camera");
980 vidioc_enum_input(struct file *file, void *priv, struct v4l2_input *inp) argument
/drivers/media/usb/s2255/
H A Ds2255drv.c1185 struct v4l2_input *inp)
1191 if (inp->index != 0)
1193 inp->type = V4L2_INPUT_TYPE_CAMERA;
1194 inp->std = S2255_NORMS;
1195 inp->status = 0;
1202 inp->status = (status & 0x01) ? 0
1208 strlcpy(inp->name, "Composite", sizeof(inp->name));
1211 strlcpy(inp->name, (vc->idx < 2) ? "Composite" : "S-Video",
1212 sizeof(inp
1184 vidioc_enum_input(struct file *file, void *priv, struct v4l2_input *inp) argument
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c8331 int len, u8 *inp, u8 *outp)
8347 if (inp) {
8348 int tdi = inp[pos >> 3] >> (pos & 7);
8330 qib_r_shift(struct qib_devdata *dd, int bisten, int len, u8 *inp, u8 *outp) argument
/drivers/scsi/
H A Dadvansys.c124 #define inp(port) inb(port) macro
878 #define AscGetChipSignatureByte(port) (uchar)inp((port)+IOP_SIG_BYTE)
880 #define AscGetChipVerNo(port) (uchar)inp((port)+IOP_VERSION)
885 #define AscGetChipEEPCmd(port) (uchar)inp((port)+IOP_EEP_CMD)
893 #define AscGetChipIFC(port) (uchar)inp((port)+IOP_REG_IFC)
897 #define AscGetChipControl(port) (uchar)inp((port)+IOP_CTRL)
899 #define AscGetChipSyn(port) (uchar)inp((port)+IOP_SYN_OFFSET)
905 #define AscGetExtraControl(port) (uchar)inp((port)+IOP_EXTRA_CONTROL)
909 #define AscReadChipIX(port) (uchar)inp((port)+IOP_REG_IX)
913 #define AscReadChipQP(port) (uchar)inp((por
[all...]

Completed in 179 milliseconds

12