Searched refs:inp (Results 1 - 25 of 70) sorted by relevance

123

/linux-master/drivers/media/pci/cx18/
H A Dcx18-video.c14 int inp = cx->active_input; local
17 cx->card->video_inputs[inp].video_input, 0, 0);
H A Dcx18-ioctl.h17 int cx18_s_input(struct file *file, void *fh, unsigned int inp);
/linux-master/arch/s390/crypto/
H A Dchacha-s390.h11 void chacha20_vx(u8 *out, const u8 *inp, size_t len, const u32 *key,
/linux-master/fs/coda/
H A Dupcall.c47 union inputArgs *inp; local
49 inp = kvzalloc(size, GFP_KERNEL);
50 if (!inp)
53 inp->ih.opcode = opcode;
54 inp->ih.pid = task_pid_nr_ns(current, &init_pid_ns);
55 inp->ih.pgid = task_pgrp_nr_ns(current, &init_pid_ns);
56 inp->ih.uid = from_kuid(&init_user_ns, current_fsuid());
58 return (void*)inp;
63 inp = (union inputArgs *)alloc_upcall(op, insize); \
64 if (IS_ERR(inp)) { retur
77 union inputArgs *inp; local
95 union inputArgs *inp; local
114 union inputArgs *inp; local
134 union inputArgs *inp; local
163 union inputArgs *inp; local
183 union inputArgs *inp; local
205 union inputArgs *inp; local
237 union inputArgs *inp; local
273 union inputArgs *inp; local
305 union inputArgs *inp; local
328 union inputArgs *inp; local
350 union inputArgs *inp; local
382 union inputArgs *inp; local
409 union inputArgs *inp; local
442 union inputArgs *inp; local
458 union inputArgs *inp; local
478 union inputArgs *inp; local
552 union inputArgs *inp; local
576 union inputArgs *inp; local
[all...]
/linux-master/lib/
H A Ddecompress_unlz4.c40 u8 *inp; local
67 inp = input;
72 inp = large_malloc(LZ4_compressBound(uncomp_chunksize));
73 if (!inp) {
78 inp_start = inp;
84 size = fill(inp, 4);
91 chunksize = get_unaligned_le32(inp);
94 inp += 4;
108 size = fill(inp, 4);
120 chunksize = get_unaligned_le32(inp);
[all...]
/linux-master/arch/powerpc/crypto/
H A Daesp10-ppc.pl120 my ($inp,$bits,$out,$ptr,$cnt,$rounds)=map("r$_",(3..8));
152 ${UCMP}i $inp,0
153 beq- Lenc_key_abort # if ($inp==0) return -1;
171 neg r9,$inp
172 lvx $in0,0,$inp
173 addi $inp,$inp,15 # 15 is not typo
177 lvx $in1,0,$inp
194 addi $inp,$inp,
[all...]
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 Dpoly1305-p10-glue.c50 const u8 *inp, unsigned int len)
58 key->key.r64[0] = get_unaligned_le64(&inp[0]);
59 key->key.r64[1] = get_unaligned_le64(&inp[8]);
60 inp += POLY1305_BLOCK_SIZE;
66 dctx->s[0] = get_unaligned_le32(&inp[0]);
67 dctx->s[1] = get_unaligned_le32(&inp[4]);
68 dctx->s[2] = get_unaligned_le32(&inp[8]);
69 dctx->s[3] = get_unaligned_le32(&inp[12]);
49 crypto_poly1305_setdctxkey(struct poly1305_desc_ctx *dctx, const u8 *inp, unsigned int len) argument
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...]
H A Dghashp10-ppc.pl54 my ($Xip,$Htbl,$inp,$len)=map("r$_",(3..6)); # argument block
307 lvx_u $IN,0,$inp
308 addi $inp,$inp,16
322 add $inp,$inp,r0
333 lvx_u $IN,0,$inp
334 addi $inp,$inp,16
/linux-master/arch/x86/crypto/
H A Dpoly1305_glue.c20 asmlinkage void poly1305_blocks_x86_64(void *ctx, const u8 *inp,
26 asmlinkage void poly1305_blocks_avx(void *ctx, const u8 *inp, const size_t len,
28 asmlinkage void poly1305_blocks_avx2(void *ctx, const u8 *inp, const size_t len,
30 asmlinkage void poly1305_blocks_avx512(void *ctx, const u8 *inp,
89 static void poly1305_simd_blocks(void *ctx, const u8 *inp, size_t len, argument
102 poly1305_blocks_x86_64(ctx, inp, len, padbit);
111 poly1305_blocks_avx512(ctx, inp, bytes, padbit);
113 poly1305_blocks_avx2(ctx, inp, bytes, padbit);
115 poly1305_blocks_avx(ctx, inp, bytes, padbit);
119 inp
144 crypto_poly1305_setdctxkey(struct poly1305_desc_ctx *dctx, const u8 *inp, unsigned int len) argument
[all...]
H A Dpoly1305-x86_64-cryptogams.pl177 my ($ctx,$inp,$len,$padbit)=("%rdi","%rsi","%rdx","%rcx");
178 my ($mac,$nonce)=($inp,$len); # *_emit arguments
253 test $inp,$inp
283 and 0($inp),%rax
284 and 8($inp),%rcx
341 add 0($inp),$h0 # accumulate input
342 adc 8($inp),$h1
343 lea 16($inp),$inp
[all...]
/linux-master/drivers/net/fddi/skfp/h/
H A Dtypes.h28 #define inp(p) ioread8(p) macro
/linux-master/arch/mips/crypto/
H A Dpoly1305-mips.pl75 my ($ctx,$inp,$len,$padbit) = ($a0,$a1,$a2,$a3);
128 beqz $inp,.Lno_key
131 andi $tmp0,$inp,7 # $inp % 8
132 dsubu $inp,$inp,$tmp0 # align $inp
134 ld $in0,0($inp)
135 ld $in1,8($inp)
137 ld $tmp2,16($inp)
[all...]
/linux-master/drivers/media/pci/ivtv/
H A Divtv-ioctl.h21 int ivtv_s_input(struct file *file, void *fh, unsigned int inp);
H A Divtv-routing.c52 int inp = itv->active_input; local
57 itv->card->video_inputs[inp].video_input, 0, 0);
59 type = itv->card->video_inputs[inp].video_type;
/linux-master/arch/arm/crypto/
H A Dsha256-armv4.pl51 $inp="r1"; $t4="r1";
76 @ ldr $t1,[$inp],#4 @ $i
78 str $inp,[sp,#17*4] @ make room for $t4
87 @ ldrb $t1,[$inp,#3] @ $i
89 ldrb $t2,[$inp,#2]
90 ldrb $t0,[$inp,#1]
92 ldrb $t2,[$inp],#4
95 str $inp,[sp,#17*4] @ make room for $t4
119 ldr $t1,[$inp],#4 @ prefetch
121 ldrb $t1,[$inp,#
[all...]
H A Dpoly1305-armv4.pl38 ($ctx,$inp,$len,$padbit)=map("r$_",(0..3));
71 cmp $inp,#0
94 ldrb r4,[$inp,#0]
96 ldrb r5,[$inp,#1]
98 ldrb r6,[$inp,#2]
99 ldrb r7,[$inp,#3]
101 ldrb r5,[$inp,#4]
103 ldrb r6,[$inp,#5]
105 ldrb r7,[$inp,#6]
116 ldrb r8,[$inp,#
[all...]
H A Dsha512-armv4.pl64 $inp="r1";
288 add $len,$inp,$len,lsl#7 @ len to point at the end of inp
325 ldrb $Tlo,[$inp,#7]
326 ldrb $t0, [$inp,#6]
327 ldrb $t1, [$inp,#5]
328 ldrb $t2, [$inp,#4]
329 ldrb $Thi,[$inp,#3]
330 ldrb $t3, [$inp,#2]
332 ldrb $t0, [$inp,#
[all...]
/linux-master/arch/arm64/crypto/
H A Dpoly1305-armv8.pl44 my ($ctx,$inp,$len,$padbit) = map("x$_",(0..3));
45 my ($mac,$nonce)=($inp,$len);
65 cmp $inp,xzr
77 ldp $r0,$r1,[$inp] // load key
152 ldp $t0,$t1,[$inp],#16 // load input
377 ldp $d0,$d1,[$inp],#16 // load input
410 ldp $d0,$d1,[$inp],#16 // load input
472 ldp x8,x12,[$inp,#32] // inp[2:3]
474 ldp x9,x13,[$inp,#4
[all...]
H A Dsha512-armv8.pl100 ($ctx,$inp,$num,$Ktbl)=map("x$_",(0..2,30));
118 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
121 ldp @X[14],@X[15],[$inp]
238 add $num,$inp,$num,lsl#`log(16*$SZ)/log(2)` // end of input
244 ldp @X[0],@X[1],[$inp],#2*$SZ
247 str $inp,[x29,#112]
256 ldr $inp,[x29,#112]
261 add $inp,$inp,#14*$SZ // advance input pointer
274 cmp $inp,
[all...]
/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/media/test-drivers/vivid/
H A Dvivid-touch-cap.h32 int vivid_enum_input_tch(struct file *file, void *priv, struct v4l2_input *inp);
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...]
/linux-master/drivers/net/fddi/skfp/
H A Ddrvfbi.c102 i = (int) inp(ADDR(B0_CTRL)) ; /* do dummy read */
127 rev_id = inp(PCI_C(PCI_REVISION_ID)) ;
286 bitrev8(inp(ADDR(B2_MAC_0+i)));
290 ConnectorType = inp(ADDR(B2_CONN_TYP)) ;
291 PmdType = inp(ADDR(B2_PMD_TYP)) ;
321 if (!(inp(ADDR(B0_DAS)) & DAS_AVAIL))
326 if (!(inp(ADDR(B0_DAS)) & DAS_BYP_ST))
362 return (inp(ADDR(B0_DAS)) & DAS_BYP_ST) ? TRUE : FALSE;

Completed in 523 milliseconds

123