Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 33) sorted by relevance

12

/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_ptp_fifo.c22 static bool tpm2_fifo_check_ops(const struct tpm2_ptp_phy_ops *ops) in tpm2_fifo_check_ops()
34 const struct tpm2_ptp_phy_ops *ops = chip->phy_ops; in tpm2_fifo_wait_valid() local
56 const struct tpm2_ptp_phy_ops *ops = chip->phy_ops; in tpm2_fifo_check_locality() local
80 const struct tpm2_ptp_phy_ops *ops = chip->phy_ops; in tpm2_fifo_request_locality() local
116 const struct tpm2_ptp_phy_ops *ops = chip->phy_ops; in tpm2_fifo_relinquish_locality() local
137 const struct tpm2_ptp_phy_ops *ops = chip->phy_ops; in tpm2_fifo_set_status() local
146 const struct tpm2_ptp_phy_ops *ops = chip->phy_ops; in tpm2_fifo_get_status() local
188 const struct tpm2_ptp_phy_ops *ops = chip->phy_ops; in tpm2_fifo_get_burstcount() local
217 const struct tpm2_ptp_phy_ops *ops = chip->phy_ops; in tpm2_fifo_init() local
272 const struct tpm2_ptp_phy_ops *ops = NULL; in tpm2_fifo_send() local
[all …]
/optee_os-3.20.0/core/drivers/crypto/crypto_api/
A Ddrvcrypt.c13 TEE_Result drvcrypt_register(enum drvcrypt_algo_id algo_id, void *ops) in drvcrypt_register()
26 void drvcrypt_register_change(enum drvcrypt_algo_id algo_id, void *ops) in drvcrypt_register_change()
/optee_os-3.20.0/core/include/drivers/
A Drstctrl.h43 const struct rstctrl_ops *ops; member
139 static inline bool rstctrl_ops_is_valid(const struct rstctrl_ops *ops) in rstctrl_ops_is_valid()
A Dserial.h15 const struct serial_ops *ops; member
A Dclk.h33 const struct clk_ops *ops; member
A Dwdt.h16 const struct wdt_ops *ops; member
A Drtc.h26 const struct rtc_ops *ops; member
A Dtpm2_chip.h70 const struct tpm2_ptp_ops *ops; member
/optee_os-3.20.0/core/drivers/crypto/crypto_api/include/
A Ddrvcrypt_math.h43 static inline TEE_Result drvcrypt_register_math(const struct drvcrypt_math *ops) in drvcrypt_register_math()
A Ddrvcrypt_acipher.h110 static inline TEE_Result drvcrypt_register_rsa(const struct drvcrypt_rsa *ops) in drvcrypt_register_rsa()
162 static inline TEE_Result drvcrypt_register_ecc(struct drvcrypt_ecc *ops) in drvcrypt_register_ecc()
185 static inline TEE_Result drvcrypt_register_dh(struct drvcrypt_dh *ops) in drvcrypt_register_dh()
216 static inline TEE_Result drvcrypt_register_dsa(struct drvcrypt_dsa *ops) in drvcrypt_register_dsa()
A Ddrvcrypt_cipher.h67 static inline TEE_Result drvcrypt_register_cipher(struct drvcrypt_cipher *ops) in drvcrypt_register_cipher()
A Ddrvcrypt_authenc.h94 static inline TEE_Result drvcrypt_register_authenc(struct drvcrypt_authenc *ops) in drvcrypt_register_authenc()
/optee_os-3.20.0/core/include/crypto/
A Dcrypto_impl.h18 const struct crypto_hash_ops *ops; member
84 const struct crypto_mac_ops *ops; member
150 const struct crypto_cipher_ops *ops; member
243 const struct crypto_authenc_ops *ops; member
A Dcrypto.h160 const struct crypto_ecc_public_ops *ops; /* Key Operations */ member
168 const struct crypto_ecc_keypair_ops *ops; /* Key Operations */ member
/optee_os-3.20.0/core/include/
A Dgpio.h25 const struct gpio_ops *ops; member
A Dspi.h26 const struct spi_ops *ops; member
/optee_os-3.20.0/
A DMakefile39 ops := $(join PLATFORM PLATFORM_FLAVOR,$(addprefix =,$(subst -, ,$(PLATFORM)))) macro
/optee_os-3.20.0/core/include/kernel/
A Dts_manager.h16 const struct ts_ops *ops; member
A Dinterrupt.h17 const struct itr_ops *ops; member
/optee_os-3.20.0/core/include/mm/
A Dfobj.h23 const struct fobj_ops *ops; member
A Dmobj.h21 const struct mobj_ops *ops; member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Decp.h415 #define MBEDTLS_ECP_BUDGET( ops ) \ argument
421 #define MBEDTLS_ECP_BUDGET( ops ) /* no-op; for compatibility */ argument
/optee_os-3.20.0/core/kernel/
A Dtcg.c406 TEE_Result register_tcg_pcr_provider(struct tcg_pcr_ops *ops) in register_tcg_pcr_provider()
/optee_os-3.20.0/core/drivers/clk/sam/
A Dat91_master.c116 const struct clk_ops *ops, int chg_pid) in at91_clk_register_master_internal()
/optee_os-3.20.0/core/drivers/clk/
A Dclk.c17 struct clk *clk_alloc(const char *name, const struct clk_ops *ops, in clk_alloc()

Completed in 26 milliseconds

12