Searched defs:inbuf (Results 1 - 25 of 62) sorted by relevance

123

/linux-master/lib/
H A Ddecompress.c63 decompress_fn __init decompress_method(const unsigned char *inbuf, long len, argument
H A Ddecompress_bunzip2.c98 unsigned char *inbuf /*,*outbuf*/; member in struct:bunzip_data
629 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, long len, argument
688 unsigned char *inbuf; local
[all...]
/linux-master/arch/powerpc/boot/
H A Ddecompress.c116 long partial_decompress(void *inbuf, unsigned long input_size, argument
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c211 dump_insn(struct perf_insn *x, uint64_t ip __maybe_unused, u8 *inbuf, int inlen, int *lenp) argument
/linux-master/arch/arm/vdso/
H A Dvdsomunge.c122 const void *inbuf; local
/linux-master/arch/x86/platform/olpc/
H A Dolpc.c109 static int olpc_xo1_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, argument
/linux-master/crypto/
H A Dcast5_generic.c303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) argument
353 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) argument
355 __cast5_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); local
358 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) argument
395 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) argument
397 __cast5_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); local
[all...]
H A Dcast6_generic.c172 void __cast6_encrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) argument
204 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) argument
206 __cast6_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); local
209 void __cast6_decrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) argument
241 cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) argument
243 __cast6_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); local
[all...]
/linux-master/arch/parisc/kernel/
H A Dkgdb.c174 kgdb_arch_handle_exception(int trap, int signo, int err_code, char *inbuf, char *outbuf, struct pt_regs *regs) argument
/linux-master/include/linux/
H A Dolpc-ec.h63 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, argument
/linux-master/fs/dlm/
H A Ddir.c236 void dlm_copy_master_names(struct dlm_ls *ls, const char *inbuf, int inlen, argument
/linux-master/arch/nios2/boot/compressed/
H A Dmisc.c35 static uch *inbuf; /* input buffer */ variable
/linux-master/drivers/hid/usbhid/
H A Dusbhid.h65 char *inbuf; /* Input buffer */ member in struct:usbhid_device
/linux-master/drivers/staging/greybus/
H A Dhid.c30 char *inbuf; member in struct:gb_hid
/linux-master/arch/alpha/boot/
H A Dmisc.c45 static uch *inbuf; /* input buffer */ variable
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c190 char *inbuf, *outbuf, *srcbuf, *dstbuf; local
/linux-master/arch/powerpc/include/asm/
H A Dhvsi.h65 unsigned char inbuf[HVSI_INBUF_SIZE]; member in struct:hvsi_priv
/linux-master/drivers/platform/olpc/
H A Dolpc-ec.c23 u8 *inbuf, *outbuf; member in struct:ec_cmd_desc
126 int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, size_t outlen) argument
/linux-master/drivers/cdx/controller/
H A Dmcdi.c226 const struct cdx_dword *inbuf = cmd->inbuf; local
426 cdx_mcdi_rpc_sync(struct cdx_mcdi *cdx, unsigned int cmd, const struct cdx_dword *inbuf, size_t inlen, struct cdx_dword *outbuf, size_t outlen, size_t *outlen_actual, bool quiet) argument
756 cdx_mcdi_rpc(struct cdx_mcdi *cdx, unsigned int cmd, const struct cdx_dword *inbuf, size_t inlen, struct cdx_dword *outbuf, size_t outlen, size_t *outlen_actual) argument
784 cdx_mcdi_rpc_async(struct cdx_mcdi *cdx, unsigned int cmd, const struct cdx_dword *inbuf, size_t inlen, cdx_mcdi_async_completer *complete, unsigned long cookie) argument
[all...]
H A Dmcdi.h127 const struct cdx_dword *inbuf; member in struct:cdx_mcdi_cmd
/linux-master/drivers/iio/dac/
H A Dmax5821.c175 u8 inbuf[2]; local
H A Dmcp4725.c396 u8 inbuf[4]; local
H A Dmcp4728.c115 u8 inbuf[3]; local
504 u8 inbuf[MCP4728_READ_RESPONSE_LEN]; local
/linux-master/drivers/tty/vt/
H A Dconsolemap.c354 unsigned short inbuf[E_TABSZ]; local
390 unsigned short inbuf[E_TABSZ]; local
[all...]
/linux-master/drivers/comedi/drivers/
H A Dusbduxfast.c152 s8 *inbuf; member in struct:usbduxfast_private

Completed in 1152 milliseconds

123