Searched refs:tegra_dpaux (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/tegra/ |
| D | dpaux.c | 32 struct tegra_dpaux { struct 57 static inline struct tegra_dpaux *to_dpaux(struct drm_dp_aux *aux) in to_dpaux() argument 59 return container_of(aux, struct tegra_dpaux, aux); in to_dpaux() 62 static inline struct tegra_dpaux *work_to_dpaux(struct work_struct *work) in work_to_dpaux() 64 return container_of(work, struct tegra_dpaux, work); in work_to_dpaux() 67 static inline u32 tegra_dpaux_readl(struct tegra_dpaux *dpaux, in tegra_dpaux_readl() 77 static inline void tegra_dpaux_writel(struct tegra_dpaux *dpaux, in tegra_dpaux_writel() 84 static void tegra_dpaux_write_fifo(struct tegra_dpaux *dpaux, const u8 *buffer, in tegra_dpaux_write_fifo() 100 static void tegra_dpaux_read_fifo(struct tegra_dpaux *dpaux, u8 *buffer, in tegra_dpaux_read_fifo() 120 struct tegra_dpaux *dpaux = to_dpaux(aux); in tegra_dpaux_transfer() [all …]
|