Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/dp/
Ddp_aux.c22 struct dp_aux_private { struct
46 static ssize_t dp_aux_write(struct dp_aux_private *aux, in dp_aux_write() argument
112 static ssize_t dp_aux_cmd_fifo_tx(struct dp_aux_private *aux, in dp_aux_cmd_fifo_tx()
132 static ssize_t dp_aux_cmd_fifo_rx(struct dp_aux_private *aux, in dp_aux_cmd_fifo_rx()
165 static void dp_aux_native_handler(struct dp_aux_private *aux, u32 isr) in dp_aux_native_handler()
181 static void dp_aux_i2c_handler(struct dp_aux_private *aux, u32 isr) in dp_aux_i2c_handler()
206 static void dp_aux_update_offset_and_segment(struct dp_aux_private *aux, in dp_aux_update_offset_and_segment()
239 static void dp_aux_transfer_helper(struct dp_aux_private *aux, in dp_aux_transfer_helper()
314 struct dp_aux_private *aux; in dp_aux_transfer()
316 aux = container_of(dp_aux, struct dp_aux_private, dp_aux); in dp_aux_transfer()
[all …]