Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/soc/tegra/
H A Divc.h14 struct tegra_ivc { struct
23 void (*notify)(struct tegra_ivc *ivc, void *data); argument
39 void *tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc); argument
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h47 struct tegra_ivc { struct
52 struct tegra_ivc_channel_header *rx_channel; argument
57 struct tegra_ivc_channel_header *tx_channel; argument
81 void (*notify)(struct tegra_ivc *); argument
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Divc.c533 void (*notify)(struct tegra_ivc *)) in tegra_ivc_init()