/third_party/musl/src/linux/ |
H A D | tee.c | 5 ssize_t tee(int src, int dest, size_t len, unsigned flags) in tee() function
|
/third_party/ltp/include/lapi/ |
H A D | tee.h | 14 static inline ssize_t tee(int fd_in, int fd_out, in tee() function
|
/kernel/liteos_m/ |
H A D | Makefile | 56 tee = _tee macro
|
/kernel/liteos_a/ |
H A D | Makefile | 54 tee = _tee macro
|
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | tee-dev.c | 24 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 D | sp-dev.h | 58 const struct tee_vdata *tee; member
|
/kernel/linux/linux-5.10/drivers/tee/amdtee/ |
H A D | call.c | 15 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 D | call.c | 15 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 D | tee-dev.c | 25 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 D | sp-dev.h | 72 const struct tee_vdata *tee; member
|
/third_party/rust/crates/nix/src/ |
H A D | fcntl.rs | 617 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 D | core_env.c | 342 enum mlxsw_reg_mtmp_tee tee; in mlxsw_env_temp_event_set() local
|
/third_party/ffmpeg/libavformat/ |
H A D | tee.c | 147 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 D | core_env.c | 803 enum mlxsw_reg_mtmp_tee tee; in mlxsw_env_temp_event_set() local
|
/third_party/toybox/generated/ |
H A D | globals.h | 1767 struct tee_data tee; member
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3241 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 D | mod.rs | 4104 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 D | mod.rs | 4139 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 D | mlx5_ifc.h | 10938 u8 tee[0x2]; member
|