Home
last modified time | relevance | path

Searched refs:get_devices (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/tee/optee/
Ddevice.c22 static int get_devices(struct tee_context *ctx, u32 session, in get_devices() function
112 rc = get_devices(ctx, sess_arg.session, NULL, &shm_size, func); in __optee_enumerate_devices()
124 rc = get_devices(ctx, sess_arg.session, device_shm, &shm_size, func); in __optee_enumerate_devices()
/Linux-v5.10/fs/crypto/
Dinline_crypt.c42 sb->s_cop->get_devices(sb, devs); in fscrypt_get_devices()
/Linux-v5.10/include/linux/
Dfscrypt.h71 void (*get_devices)(struct super_block *sb, member
/Linux-v5.10/fs/f2fs/
Dsuper.c2561 .get_devices = f2fs_get_devices,