Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Ddpaux.c38 struct tegra_dpaux { struct
65 static inline struct tegra_dpaux *to_dpaux(struct drm_dp_aux *aux) in to_dpaux()
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 *dpau in tegra_dpaux_transfer()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddpaux.c39 struct tegra_dpaux { struct
66 static inline struct tegra_dpaux *to_dpaux(struct drm_dp_aux *aux) in to_dpaux()
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 *dpau in tegra_dpaux_transfer()
[all...]

Completed in 2 milliseconds