Searched refs:tegra_dpaux (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/tegra/ |
H A D | dpaux.c | 39 struct tegra_dpaux { struct 66 static inline struct tegra_dpaux *to_dpaux(struct drm_dp_aux *aux) in to_dpaux() argument 68 return container_of(aux, struct tegra_dpaux, aux); in to_dpaux() 71 static inline struct tegra_dpaux *work_to_dpaux(struct work_struct *work) in work_to_dpaux() 73 return container_of(work, struct tegra_dpaux, work); in work_to_dpaux() 76 static inline u32 tegra_dpaux_readl(struct tegra_dpaux *dpaux, in tegra_dpaux_readl() 86 static inline void tegra_dpaux_writel(struct tegra_dpaux *dpaux, in tegra_dpaux_writel() 93 static void tegra_dpaux_write_fifo(struct tegra_dpaux *dpaux, const u8 *buffer, in tegra_dpaux_write_fifo() 109 static void tegra_dpaux_read_fifo(struct tegra_dpaux *dpaux, u8 *buffer, in tegra_dpaux_read_fifo() 129 struct tegra_dpaux *dpaux = to_dpaux(aux); in tegra_dpaux_transfer() [all …]
|