Home
last modified time | relevance | path

Searched defs:tegra_ivc (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h46 struct tegra_ivc { struct
51 struct tegra_ivc_channel_header *rx_channel; argument
56 struct tegra_ivc_channel_header *tx_channel; argument
80 void (*notify)(struct tegra_ivc *); argument
/openbmc/linux/include/soc/tegra/
H A Divc.h16 struct tegra_ivc { struct
25 void (*notify)(struct tegra_ivc *ivc, void *data); argument
41 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, struct iosys_map *map); argument
/openbmc/u-boot/arch/arm/mach-tegra/
H A Divc.c532 void (*notify)(struct tegra_ivc *)) in tegra_ivc_init()