Home
last modified time | relevance | path

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

/drivers/gpu/drm/tegra/
Ddpaux.c38 struct tegra_dpaux { struct
65 static inline struct tegra_dpaux *to_dpaux(struct drm_dp_aux *aux) in to_dpaux() argument
67 return container_of(aux, struct tegra_dpaux, aux); in to_dpaux()
70 static inline struct tegra_dpaux *work_to_dpaux(struct work_struct *work) in work_to_dpaux()
72 return container_of(work, struct tegra_dpaux, work); in work_to_dpaux()
75 static inline u32 tegra_dpaux_readl(struct tegra_dpaux *dpaux, in tegra_dpaux_readl()
85 static inline void tegra_dpaux_writel(struct tegra_dpaux *dpaux, in tegra_dpaux_writel()
92 static void tegra_dpaux_write_fifo(struct tegra_dpaux *dpaux, const u8 *buffer, in tegra_dpaux_write_fifo()
108 static void tegra_dpaux_read_fifo(struct tegra_dpaux *dpaux, u8 *buffer, in tegra_dpaux_read_fifo()
128 struct tegra_dpaux *dpaux = to_dpaux(aux); in tegra_dpaux_transfer()
[all …]