Home
last modified time | relevance | path

Searched refs:host1x_class (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/crypto/tegra/
H A Dtegra-se-main.c271 se->client.class = se->hw->host1x_class; in tegra_se_host1x_register()
365 .host1x_class = 0x3b,
373 .host1x_class = 0x3d,
H A Dtegra-se.h416 u32 host1x_class; member
/linux-6.15/include/linux/
H A Dhost1x.h15 enum host1x_class { enum
105 enum host1x_class class;
/linux-6.15/include/uapi/drm/
H A Dtegra_drm.h677 __u32 host1x_class; member
/linux-6.15/drivers/gpu/drm/tegra/
H A Duapi.c93 client = tegra_drm_find_client(tegra, args->host1x_class); in tegra_drm_ioctl_channel_open()