/Linux-v6.1/drivers/infiniband/core/ |
D | ucma.c | 369 static ssize_t ucma_get_event(struct ucma_file *file, const char __user *inbuf, in ucma_get_event() 439 static ssize_t ucma_create_id(struct ucma_file *file, const char __user *inbuf, in ucma_create_id() 591 static ssize_t ucma_destroy_id(struct ucma_file *file, const char __user *inbuf, in ucma_destroy_id() 625 static ssize_t ucma_bind_ip(struct ucma_file *file, const char __user *inbuf, in ucma_bind_ip() 650 static ssize_t ucma_bind(struct ucma_file *file, const char __user *inbuf, in ucma_bind() 676 const char __user *inbuf, in ucma_resolve_ip() 703 const char __user *inbuf, in ucma_resolve_addr() 731 const char __user *inbuf, in ucma_resolve_route() 817 const char __user *inbuf, in ucma_query_route() 997 const char __user *inbuf, in ucma_query() [all …]
|
/Linux-v6.1/drivers/input/touchscreen/ |
D | ilitek_ts_i2c.c | 214 u16 idx, u8 *inbuf, u8 *outbuf) in api_protocol_set_cmd() 231 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_ptl_ver() 248 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_mcu_ver() 266 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_fw_ver() 282 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_scrn_res() 301 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_tp_res() 322 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_get_ic_mode() 337 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_set_ic_sleep() 346 u16 cmd, u8 *inbuf, u8 *outbuf) in api_protocol_set_ic_wake()
|
/Linux-v6.1/crypto/ |
D | cast5_generic.c | 303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() 353 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_encrypt() 358 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() 395 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_decrypt()
|
D | cast6_generic.c | 172 void __cast6_encrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() 204 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_encrypt() 209 void __cast6_decrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt() 241 static void cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_decrypt()
|
/Linux-v6.1/drivers/net/ethernet/sfc/siena/ |
D | mcdi.c | 152 const efx_dword_t *inbuf, size_t inlen) in efx_mcdi_send_request() 804 const efx_dword_t *inbuf, size_t inlen, in _efx_mcdi_rpc() 862 const efx_dword_t *inbuf, size_t inlen, in _efx_mcdi_rpc_evb_retry() 929 const efx_dword_t *inbuf, size_t inlen, in efx_siena_mcdi_rpc() 946 const efx_dword_t *inbuf, size_t inlen, in efx_siena_mcdi_rpc_quiet() 955 const efx_dword_t *inbuf, size_t inlen) in efx_siena_mcdi_rpc_start() 976 const efx_dword_t *inbuf, size_t inlen, in _efx_mcdi_rpc_async() 1051 const efx_dword_t *inbuf, size_t inlen, size_t outlen, in efx_siena_mcdi_rpc_async() 1060 const efx_dword_t *inbuf, size_t inlen, in efx_siena_mcdi_rpc_async_quiet()
|
/Linux-v6.1/drivers/net/ethernet/sfc/ |
D | mcdi.c | 149 const efx_dword_t *inbuf, size_t inlen) in efx_mcdi_send_request() 801 const efx_dword_t *inbuf, size_t inlen, in _efx_mcdi_rpc() 859 const efx_dword_t *inbuf, size_t inlen, in _efx_mcdi_rpc_evb_retry() 926 const efx_dword_t *inbuf, size_t inlen, in efx_mcdi_rpc() 943 const efx_dword_t *inbuf, size_t inlen, in efx_mcdi_rpc_quiet() 952 const efx_dword_t *inbuf, size_t inlen) in efx_mcdi_rpc_start() 973 const efx_dword_t *inbuf, size_t inlen, in _efx_mcdi_rpc_async() 1048 const efx_dword_t *inbuf, size_t inlen, size_t outlen, in efx_mcdi_rpc_async() 1056 const efx_dword_t *inbuf, size_t inlen, in efx_mcdi_rpc_async_quiet()
|
/Linux-v6.1/lib/ |
D | decompress_bunzip2.c | 98 unsigned char *inbuf /*,*outbuf*/; member 629 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, long len, in start_bunzip() 688 unsigned char *inbuf; in bunzip2() local
|
D | decompress.c | 63 decompress_fn __init decompress_method(const unsigned char *inbuf, long len, in decompress_method()
|
/Linux-v6.1/scripts/dtc/ |
D | flattree.c | 566 struct inbuf { struct 570 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init() argument
|
/Linux-v6.1/arch/powerpc/boot/ |
D | decompress.c | 116 long partial_decompress(void *inbuf, unsigned long input_size, in partial_decompress()
|
/Linux-v6.1/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-insn-decoder.c | 197 u8 *inbuf, int inlen, int *lenp) in dump_insn()
|
/Linux-v6.1/arch/arm/vdso/ |
D | vdsomunge.c | 122 const void *inbuf; in main() local
|
/Linux-v6.1/fs/dlm/ |
D | dir.c | 235 void dlm_copy_master_names(struct dlm_ls *ls, char *inbuf, int inlen, in dlm_copy_master_names()
|
/Linux-v6.1/include/linux/ |
D | olpc-ec.h | 61 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_ec_cmd()
|
/Linux-v6.1/drivers/platform/olpc/ |
D | olpc-ec.c | 23 u8 *inbuf, *outbuf; member 126 int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, size_t outlen) in olpc_ec_cmd()
|
/Linux-v6.1/arch/parisc/kernel/ |
D | kgdb.c | 175 int err_code, char *inbuf, char *outbuf, in kgdb_arch_handle_exception()
|
/Linux-v6.1/drivers/tty/vt/ |
D | consolemap.c | 354 unsigned short inbuf[E_TABSZ]; in con_set_trans_old() local 390 unsigned short inbuf[E_TABSZ]; in con_set_trans_new() local
|
/Linux-v6.1/arch/x86/platform/olpc/ |
D | olpc.c | 109 static int olpc_xo1_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_xo1_ec_cmd()
|
/Linux-v6.1/drivers/s390/block/ |
D | dcssblk.c | 345 dcssblk_shared_store(struct device *dev, struct device_attribute *attr, const char *inbuf, size_t c… in dcssblk_shared_store() 449 dcssblk_save_store(struct device *dev, struct device_attribute *attr, const char *inbuf, size_t cou… in dcssblk_save_store()
|
/Linux-v6.1/drivers/hid/usbhid/ |
D | usbhid.h | 65 char *inbuf; /* Input buffer */ member
|
/Linux-v6.1/arch/alpha/boot/ |
D | misc.c | 45 static uch *inbuf; /* input buffer */ variable
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | hvsi.h | 65 unsigned char inbuf[HVSI_INBUF_SIZE]; member
|
/Linux-v6.1/tools/testing/selftests/powerpc/nx-gzip/ |
D | gzfht_test.c | 238 char *inbuf, *outbuf, *srcbuf, *dstbuf; in compress_file() local
|
/Linux-v6.1/arch/nios2/boot/compressed/ |
D | misc.c | 35 static uch *inbuf; /* input buffer */ variable
|
/Linux-v6.1/drivers/crypto/nx/ |
D | nx-common-pseries.c | 312 unsigned long inbuf, outbuf; in nx842_pseries_compress() local 442 unsigned long inbuf, outbuf; in nx842_pseries_decompress() local
|