Searched refs:inp (Results 1 - 25 of 70) sorted by last modified time

123

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_nvme.c391 struct lpfc_dmabuf *inp,
390 lpfc_nvme_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, struct lpfc_dmabuf *inp, struct nvmefc_ls_req *pnvme_lsreq, void (*cmpl)(struct lpfc_hba *, struct lpfc_iocbq *, struct lpfc_iocbq *), struct lpfc_nodelist *ndlp, uint32_t num_entry, uint32_t tmo, uint8_t retry) argument
H A Dlpfc_ct.c578 * @inp: Pointer to data buffer for response data.
587 struct lpfc_dmabuf *inp, struct lpfc_dmabuf *outp,
610 geniocb->cmd_dmabuf = inp;
918 struct lpfc_dmabuf *inp; local
931 inp = cmdiocb->cmd_dmabuf;
1023 CTreq = (struct lpfc_sli_ct_request *) inp->virt;
1098 "4216 GID_FT cmpl inp %d disc %d\n",
1133 struct lpfc_dmabuf *inp; local
1146 inp = cmdiocb->cmd_dmabuf;
1235 CTreq = (struct lpfc_sli_ct_request *)inp
586 lpfc_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, struct lpfc_dmabuf *inp, struct lpfc_dmabuf *outp, void (*cmpl)(struct lpfc_hba *, struct lpfc_iocbq *, struct lpfc_iocbq *), struct lpfc_nodelist *ndlp, uint32_t event_tag, uint32_t num_entry, uint32_t tmo, uint8_t retry) argument
1344 struct lpfc_dmabuf *inp = cmdiocb->cmd_dmabuf; local
1491 struct lpfc_dmabuf *inp = cmdiocb->cmd_dmabuf; local
1596 struct lpfc_dmabuf *inp; local
2208 struct lpfc_dmabuf *inp = cmdiocb->cmd_dmabuf; local
3554 struct lpfc_dmabuf *inp = cmdiocb->cmd_dmabuf; local
[all...]
/linux-master/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c847 struct v4l2_input *inp)
850 if (inp->index)
853 inp->type = V4L2_INPUT_TYPE_CAMERA;
854 snprintf((char *)inp->name, sizeof(inp->name), "Camera %u", inp->index);
846 vidioc_enum_input(struct file *file, void *priv, struct v4l2_input *inp) argument
/linux-master/drivers/s390/block/
H A Ddasd_eer.c541 static int dasd_eer_open(struct inode *inp, struct file *filp) argument
576 return nonseekable_open(inp,filp);
579 static int dasd_eer_close(struct inode *inp, struct file *filp) argument
/linux-master/drivers/media/usb/s2255/
H A Ds2255drv.c1151 struct v4l2_input *inp)
1157 if (inp->index != 0)
1159 inp->type = V4L2_INPUT_TYPE_CAMERA;
1160 inp->std = S2255_NORMS;
1161 inp->status = 0;
1168 inp->status = (status & 0x01) ? 0
1174 strscpy(inp->name, "Composite", sizeof(inp->name));
1177 strscpy(inp->name, (vc->idx < 2) ? "Composite" : "S-Video",
1178 sizeof(inp
1150 vidioc_enum_input(struct file *file, void *priv, struct v4l2_input *inp) argument
[all...]
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c232 static int pvr2_s_input(struct file *file, void *priv, unsigned int inp) argument
238 if (inp >= fh->input_cnt)
242 fh->input_map[inp]);
/linux-master/drivers/media/platform/nuvoton/
H A Dnpcm-video.c1207 struct v4l2_input *inp)
1211 if (inp->index)
1214 strscpy(inp->name, "Host VGA capture", sizeof(inp->name));
1215 inp->type = V4L2_INPUT_TYPE_CAMERA;
1216 inp->capabilities = V4L2_IN_CAP_DV_TIMINGS;
1217 inp->status = video->v4l2_input_status;
1206 npcm_video_enum_input(struct file *file, void *fh, struct v4l2_input *inp) argument
/linux-master/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c485 struct v4l2_input *inp)
487 if (inp->index > 1)
490 inp->type = V4L2_INPUT_TYPE_CAMERA;
491 inp->std = V4L2_STD_ALL;
492 sprintf(inp->name, "Camera %u", inp->index);
484 vidioc_enum_input(struct file *file, void *priv, struct v4l2_input *inp) argument
/linux-master/arch/powerpc/crypto/
H A Dghashp8-ppc.pl54 my ($Xip,$Htbl,$inp,$len)=map("r$_",(3..6)); # argument block
180 lvx_u $IN,0,$inp
181 addi $inp,$inp,16
195 add $inp,$inp,r0
206 lvx_u $IN,0,$inp
207 addi $inp,$inp,16
H A Daesp8-ppc.pl120 my ($inp,$bits,$out,$ptr,$cnt,$rounds)=map("r$_",(3..8));
153 ${UCMP}i $inp,0
154 beq- Lenc_key_abort # if ($inp==0) return -1;
172 neg r9,$inp
173 lvx $in0,0,$inp
174 addi $inp,$inp,15 # 15 is not typo
178 lvx $in1,0,$inp
195 addi $inp,$inp,
[all...]
/linux-master/include/linux/
H A Dsyscalls.h1064 asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp,
H A Dpoll.h113 extern int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp,
/linux-master/fs/
H A Dselect.c509 unsigned long *rinp, *routp, *rexp, *inp, *outp, *exp; local
512 inp = fds->in; outp = fds->out; exp = fds->ex;
520 in = *inp++; out = *outp++; ex = *exp++;
625 int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, argument
673 if ((ret = get_fd_set(n, inp, fds.in)) ||
692 if (set_fd_set(n, inp, fds.res_in) ||
704 static int kern_select(int n, fd_set __user *inp, fd_set __user *outp, argument
722 ret = core_sys_select(n, inp, outp, exp, to);
726 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp,
729 return kern_select(n, inp, out
732 do_pselect(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, void __user *tsp, const sigset_t __user *sigmask, size_t sigsetsize, enum poll_time_type type) argument
826 fd_set __user *inp, *outp, *exp; member in struct:sel_arg_struct
1195 compat_core_sys_select(int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, struct timespec64 *end_time) argument
1266 do_compat_select(int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, struct old_timeval32 __user *tvp) argument
1298 compat_uptr_t inp; member in struct:compat_sel_arg_struct
1314 do_compat_pselect(int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, void __user *tsp, compat_sigset_t __user *sigmask, compat_size_t sigsetsize, enum poll_time_type type) argument
[all...]
/linux-master/drivers/s390/crypto/
H A Dzcrypt_msgtype50.c199 unsigned char *mod, *exp, *inp; local
214 inp = meb1->message + sizeof(meb1->message) - mod_len;
225 inp = meb2->message + sizeof(meb2->message) - mod_len;
236 inp = meb3->message + sizeof(meb3->message) - mod_len;
243 copy_from_user(inp, mex->inputdata, mod_len))
263 unsigned char *p, *q, *dp, *dq, *u, *inp; local
287 inp = crb1->message + sizeof(crb1->message) - mod_len;
301 inp = crb2->message + sizeof(crb2->message) - mod_len;
316 inp = crb3->message + sizeof(crb3->message) - mod_len;
330 copy_from_user(inp, cr
[all...]
/linux-master/arch/s390/crypto/
H A Dchacha-s390.S40 # void chacha20_vx_4x(u8 *out, counst u8 *inp, size_t len,
424 # void chacha20_vx(u8 *out, counst u8 *inp, size_t len,
/linux-master/sound/soc/codecs/
H A Dwcd934x.c1514 int inp, j; local
1517 inp = ch->shift + INTn_1_INP_SEL_RX0;
1540 if ((inp0_sel == inp) || (inp1_sel == inp) ||
1541 (inp2_sel == inp)) {
H A Dwcd9335.c1646 int inp, j; local
1649 inp = ch->shift + INTn_1_MIX_INP_SEL_RX0;
1668 if ((inp0_sel == inp) || (inp1_sel == inp) ||
1669 (inp2_sel == inp)) {
/linux-master/tools/perf/util/
H A Dauxtrace.c2156 static int parse_num_or_str(char **inp, u64 *num, const char **str, argument
2159 *inp += strspn(*inp, " ");
2161 if (isdigit(**inp)) {
2167 *num = strtoull(*inp, &endptr, 0);
2170 if (endptr == *inp)
2172 *inp = endptr;
2178 *inp += strspn(*inp, " ");
2179 *str = *inp;
2211 parse_sym_idx(char **inp, int *idx) argument
2242 parse_addr_size(char **inp, u64 *num, const char **str, int *idx) argument
[all...]
/linux-master/drivers/staging/media/tegra-video/
H A Dvi.c817 struct v4l2_input *inp)
822 if (inp->index)
825 inp->type = V4L2_INPUT_TYPE_CAMERA;
827 strscpy(inp->name, subdev->name, sizeof(inp->name));
829 inp->capabilities = V4L2_IN_CAP_DV_TIMINGS;
816 tegra_channel_enum_input(struct file *file, void *fh, struct v4l2_input *inp) argument
/linux-master/drivers/staging/media/deprecated/atmel/
H A Datmel-isc-base.c1055 struct v4l2_input *inp)
1057 if (inp->index != 0)
1060 inp->type = V4L2_INPUT_TYPE_CAMERA;
1061 inp->std = 0;
1062 strscpy(inp->name, "Camera", sizeof(inp->name));
1054 isc_enum_input(struct file *file, void *priv, struct v4l2_input *inp) argument
/linux-master/drivers/media/usb/dvb-usb/
H A Dcxusb-analog.c1088 struct v4l2_input *inp)
1092 u32 index = inp->index;
1097 *inp = cxusb_medion_inputs[index].input;
1098 inp->index = index;
1099 inp->capabilities |= V4L2_IN_CAP_STD;
1112 inp->status = status;
1087 cxusb_medion_enum_input(struct file *file, void *fh, struct v4l2_input *inp) argument
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c1065 struct v4l2_input *inp)
1069 if (inp->index >= dev->num_inputs)
1072 inp->type = V4L2_INPUT_TYPE_CAMERA;
1073 switch (dev->input_type[inp->index]) {
1075 snprintf(inp->name, sizeof(inp->name), "Webcam %u",
1076 dev->input_name_counter[inp->index]);
1077 inp->capabilities = 0;
1080 snprintf(inp->name, sizeof(inp
1064 vidioc_enum_input(struct file *file, void *priv, struct v4l2_input *inp) argument
[all...]
H A Dvivid-touch-cap.c169 int vivid_enum_input_tch(struct file *file, void *priv, struct v4l2_input *inp) argument
171 if (inp->index)
174 inp->type = V4L2_INPUT_TYPE_TOUCH;
175 strscpy(inp->name, "Vivid Touch", sizeof(inp->name));
176 inp->capabilities = 0;
H A Dvivid-core.c462 struct v4l2_input *inp)
467 return vivid_enum_input_tch(file, priv, inp);
468 return vidioc_enum_input(file, priv, inp);
461 vivid_enum_input(struct file *file, void *priv, struct v4l2_input *inp) argument
/linux-master/drivers/media/platform/ti/cal/
H A Dcal-video.c341 struct v4l2_input *inp)
343 if (inp->index > 0)
346 inp->type = V4L2_INPUT_TYPE_CAMERA;
347 sprintf(inp->name, "Camera %u", inp->index);
340 cal_legacy_enum_input(struct file *file, void *priv, struct v4l2_input *inp) argument

Completed in 348 milliseconds

123