/kernel/linux/linux-5.10/drivers/dma/idxd/ |
H A D | submit.c | 22 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype) in idxd_alloc_desc() argument
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | qi.h | 36 enum optype { enum
|
H A D | caamalg_qi2.h | 163 enum optype { enum
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | dlm_plock.h | 31 __u8 optype; member
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | qi.h | 38 enum optype { enum
|
H A D | caamalg_qi2.h | 161 enum optype { enum
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | dlm_plock.h | 32 __u8 optype; member
|
/kernel/linux/linux-6.6/drivers/dma/idxd/ |
H A D | submit.c | 27 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype) in idxd_alloc_desc() argument
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | dlm_plock.h | 34 __u8 optype; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | dlm_plock.h | 34 __u8 optype; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | dlm_plock.h | 21 __u8 optype; member
|
/third_party/mesa3d/src/mesa/main/ |
H A D | atifragshader.c | 91 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype) in match_pair_inst() argument 131 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in debug_op() argument 163 check_arith_arg(GLuint optype, GLuint arg, GLuint argRep) in check_arith_arg() argument 593 _mesa_FragmentOpXATI(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in _mesa_FragmentOpXATI() argument [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atifs_to_nir.c | 397 unsigned optype; in compile_instruction() local 542 unsigned pass, i, r, optype, ar in st_init_atifs_prog() local [all...] |
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | skx_common.c | 480 char *optype; in skx_mce_output_error() local
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | transport.c | 529 int optype; in wait_for_free_credits() local 785 int optype; in cifs_call_async() local 1035 int i, j, optype, rc = 0; compound_send_recv() local [all...] |
H A D | smb1ops.c | 128 cifs_get_credits_field(struct TCP_Server_Info *server, const int optype) in cifs_get_credits_field() argument 108 cifs_add_credits(struct TCP_Server_Info *server, const struct cifs_credits *credits, const int optype) cifs_add_credits() argument
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | skx_common.c | 538 char *optype; in skx_mce_output_error() local
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/ |
H A D | intel-spi.c | 427 static int intel_spi_opcode_index(struct intel_spi *ispi, u8 opcode, int optype) in intel_spi_opcode_index() argument 491 intel_spi_sw_cycle(struct intel_spi *ispi, u8 opcode, size_t len, int optype) intel_spi_sw_cycle() argument
|
H A D | hisi-sfc.c | 179 hisi_spi_nor_op_reg(struct spi_nor *nor, u8 opcode, size_t len, u8 optype) hisi_spi_nor_op_reg() argument
|
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/controllers/ |
H A D | hisi-sfc.c | 179 hisi_spi_nor_op_reg(struct spi_nor *nor, u8 opcode, size_t len, u8 optype) hisi_spi_nor_op_reg() argument
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | transport.c | 492 int optype; in wait_for_free_credits() local 792 int optype; in cifs_call_async() local 1071 int i, j, optype, rc = 0; compound_send_recv() local [all...] |
H A D | smb1ops.c | 130 cifs_get_credits_field(struct TCP_Server_Info *server, const int optype) in cifs_get_credits_field() argument 110 cifs_add_credits(struct TCP_Server_Info *server, const struct cifs_credits *credits, const int optype) cifs_add_credits() argument
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 730 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2) in RSA_pkey_ctx_ctrl() argument 882 int_set_rsa_md_name(EVP_PKEY_CTX *ctx, int keytype, int optype, const char *mdkey, const char *mdname, const char *propkey, const char *mdprops) int_set_rsa_md_name() argument 922 int_get_rsa_md_name(EVP_PKEY_CTX *ctx, int keytype, int optype, const char *mdkey, char *mdname, size_t mdnamesize) int_get_rsa_md_name() argument
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 239 int optype; /* The operation type */ member 2712 int optype in evp_pkey_ctx_ctrl_str_to_param() local 2635 evp_pkey_ctx_ctrl_to_param(EVP_PKEY_CTX *pctx, int keytype, int optype, int cmd, int p1, void *p2) evp_pkey_ctx_ctrl_to_param() argument 2771 int optype = pctx->operation == 0 ? -1 : pctx->operation; evp_pkey_ctx_setget_params_to_ctrl() local [all...] |
/third_party/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 239 int optype; /* The operation type */ member 2703 int optype in evp_pkey_ctx_ctrl_str_to_param() local 2626 evp_pkey_ctx_ctrl_to_param(EVP_PKEY_CTX *pctx, int keytype, int optype, int cmd, int p1, void *p2) evp_pkey_ctx_ctrl_to_param() argument 2762 int optype = pctx->operation == 0 ? -1 : pctx->operation; evp_pkey_ctx_setget_params_to_ctrl() local [all...] |