Home
last modified time | relevance | path

Searched defs:tee (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/src/linux/
H A Dtee.c5 ssize_t tee(int src, int dest, size_t len, unsigned flags) in tee() function
/third_party/ltp/include/lapi/
H A Dtee.h14 static inline ssize_t tee(int fd_in, int fd_out, in tee() function
/kernel/liteos_m/
H A DMakefile56 tee = _tee macro
/kernel/liteos_a/
H A DMakefile54 tee = _tee macro
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dtee-dev.c24 static int tee_alloc_ring(struct psp_tee_device *tee, int ring_size) in tee_alloc_ring() argument
48 static void tee_free_ring(struct psp_tee_device *tee) in tee_free_ring() argument
64 static int tee_wait_cmd_poll(struct psp_tee_device *tee, unsigned int timeout, in tee_wait_cmd_poll() argument
85 tee_alloc_cmd_buffer(struct psp_tee_device *tee) tee_alloc_cmd_buffer() argument
108 tee_init_ring(struct psp_tee_device *tee) tee_init_ring() argument
165 tee_destroy_ring(struct psp_tee_device *tee) tee_destroy_ring() argument
194 struct psp_tee_device *tee; tee_dev_init() local
236 struct psp_tee_device *tee = psp->tee_data; tee_dev_destroy() local
244 tee_submit_cmd(struct psp_tee_device *tee, enum tee_cmd_id cmd_id, void *buf, size_t len, struct tee_ring_cmd **resp) tee_submit_cmd() argument
325 tee_wait_cmd_completion(struct psp_tee_device *tee, struct tee_ring_cmd *resp, unsigned int timeout) tee_wait_cmd_completion() argument
351 struct psp_tee_device *tee; psp_tee_process_cmd() local
[all...]
H A Dsp-dev.h58 const struct tee_vdata *tee; member
/kernel/linux/linux-5.10/drivers/tee/amdtee/
H A Dcall.c15 static int tee_params_to_amd_params(struct tee_param *tee, u32 count, in tee_params_to_amd_params() argument
72 amd_params_to_tee_params(struct tee_param *tee, u32 count, struct tee_operation *amd) amd_params_to_tee_params() argument
[all...]
/kernel/linux/linux-6.6/drivers/tee/amdtee/
H A Dcall.c15 static int tee_params_to_amd_params(struct tee_param *tee, u32 count, in tee_params_to_amd_params() argument
72 amd_params_to_tee_params(struct tee_param *tee, u32 count, struct tee_operation *amd) amd_params_to_tee_params() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dtee-dev.c25 static int tee_alloc_ring(struct psp_tee_device *tee, int ring_size) in tee_alloc_ring() argument
49 static void tee_free_ring(struct psp_tee_device *tee) in tee_free_ring() argument
65 static int tee_wait_cmd_poll(struct psp_tee_device *tee, unsigned int timeout, in tee_wait_cmd_poll() argument
86 tee_alloc_cmd_buffer(struct psp_tee_device *tee) tee_alloc_cmd_buffer() argument
109 tee_init_ring(struct psp_tee_device *tee) tee_init_ring() argument
166 tee_destroy_ring(struct psp_tee_device *tee) tee_destroy_ring() argument
195 struct psp_tee_device *tee; tee_dev_init() local
237 struct psp_tee_device *tee = psp->tee_data; tee_dev_destroy() local
245 tee_submit_cmd(struct psp_tee_device *tee, enum tee_cmd_id cmd_id, void *buf, size_t len, struct tee_ring_cmd **resp) tee_submit_cmd() argument
326 tee_wait_cmd_completion(struct psp_tee_device *tee, struct tee_ring_cmd *resp, unsigned int timeout) tee_wait_cmd_completion() argument
352 struct psp_tee_device *tee; psp_tee_process_cmd() local
[all...]
H A Dsp-dev.h72 const struct tee_vdata *tee; member
/third_party/rust/crates/nix/src/
H A Dfcntl.rs617 pub fn tee(fd_in: RawFd, fd_out: RawFd, len: usize, flags: SpliceFFlags) -> Result<usize> { in tee() functions
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_env.c342 enum mlxsw_reg_mtmp_tee tee; in mlxsw_env_temp_event_set() local
/third_party/ffmpeg/libavformat/
H A Dtee.c147 TeeContext *tee = avf->priv_data; in close_slaves() local
432 TeeContext *tee = avf->priv_data; in tee_process_slave_failure() local
454 TeeContext *tee = avf->priv_data; tee_write_header() local
520 TeeContext *tee = avf->priv_data; tee_write_trailer() local
537 TeeContext *tee = avf->priv_data; tee_write_packet() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_env.c803 enum mlxsw_reg_mtmp_tee tee; in mlxsw_env_temp_event_set() local
/third_party/toybox/generated/
H A Dglobals.h1767 struct tee_data tee; member
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3241 pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t; in tee() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs4104 pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t; in tee() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4139 pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t; in tee() functions
/kernel/linux/linux-6.6/include/linux/mlx5/
H A Dmlx5_ifc.h10938 u8 tee[0x2]; member

Completed in 71 milliseconds