Searched refs:tegra_dpaux (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/tegra/ |
D | dpaux.c | 34 struct tegra_dpaux { struct 59 static inline struct tegra_dpaux *to_dpaux(struct drm_dp_aux *aux) in to_dpaux() argument 61 return container_of(aux, struct tegra_dpaux, aux); in to_dpaux() 64 static inline struct tegra_dpaux *work_to_dpaux(struct work_struct *work) in work_to_dpaux() 66 return container_of(work, struct tegra_dpaux, work); in work_to_dpaux() 69 static inline u32 tegra_dpaux_readl(struct tegra_dpaux *dpaux, in tegra_dpaux_readl() 79 static inline void tegra_dpaux_writel(struct tegra_dpaux *dpaux, in tegra_dpaux_writel() 86 static void tegra_dpaux_write_fifo(struct tegra_dpaux *dpaux, const u8 *buffer, in tegra_dpaux_write_fifo() 102 static void tegra_dpaux_read_fifo(struct tegra_dpaux *dpaux, u8 *buffer, in tegra_dpaux_read_fifo() 122 struct tegra_dpaux *dpaux = to_dpaux(aux); in tegra_dpaux_transfer() [all …]
|