Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/msm/dp/
Ddp_aux.c22 struct dp_aux_private { struct
44 static ssize_t dp_aux_write(struct dp_aux_private *aux, in dp_aux_write() argument
110 static ssize_t dp_aux_cmd_fifo_tx(struct dp_aux_private *aux, in dp_aux_cmd_fifo_tx()
130 static ssize_t dp_aux_cmd_fifo_rx(struct dp_aux_private *aux, in dp_aux_cmd_fifo_rx()
163 static void dp_aux_native_handler(struct dp_aux_private *aux, u32 isr) in dp_aux_native_handler()
179 static void dp_aux_i2c_handler(struct dp_aux_private *aux, u32 isr) in dp_aux_i2c_handler()
204 static void dp_aux_update_offset_and_segment(struct dp_aux_private *aux, in dp_aux_update_offset_and_segment()
237 static void dp_aux_transfer_helper(struct dp_aux_private *aux, in dp_aux_transfer_helper()
312 struct dp_aux_private *aux; in dp_aux_transfer()
314 aux = container_of(dp_aux, struct dp_aux_private, dp_aux); in dp_aux_transfer()
[all …]