Searched refs:g84_cipher_new (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | cipher.h | 5 int g84_cipher_new(struct nvkm_device *, int, struct nvkm_engine **);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | cipher.h | 5 int g84_cipher_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_engine **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/cipher/ |
H A D | g84.c | 130 g84_cipher_new(struct nvkm_device *device, int index, in g84_cipher_new() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/cipher/ |
H A D | g84.c | 129 g84_cipher_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in g84_cipher_new() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 938 .cipher = g84_cipher_new, 970 .cipher = g84_cipher_new, 1002 .cipher = g84_cipher_new, 1034 .cipher = g84_cipher_new, 1066 .cipher = g84_cipher_new, 1130 .cipher = g84_cipher_new,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 937 .cipher = { 0x00000001, g84_cipher_new }, 969 .cipher = { 0x00000001, g84_cipher_new }, 1001 .cipher = { 0x00000001, g84_cipher_new }, 1033 .cipher = { 0x00000001, g84_cipher_new }, 1065 .cipher = { 0x00000001, g84_cipher_new }, 1129 .cipher = { 0x00000001, g84_cipher_new },
|
Completed in 10 milliseconds