Lines Matching full:vbif
15 * struct dpu_hw_vbif_ops : Interface to the VBIF hardware driver functions
21 * @vbif: vbif context driver
26 void (*set_limit_conf)(struct dpu_hw_vbif *vbif,
31 * @vbif: vbif context driver
36 u32 (*get_limit_conf)(struct dpu_hw_vbif *vbif,
41 * @vbif: vbif context driver
45 void (*set_halt_ctrl)(struct dpu_hw_vbif *vbif,
50 * @vbif: vbif context driver
54 bool (*get_halt_ctrl)(struct dpu_hw_vbif *vbif,
59 * @vbif: vbif context driver
64 void (*set_qos_remap)(struct dpu_hw_vbif *vbif,
69 * @vbif: vbif context driver
73 void (*set_mem_type)(struct dpu_hw_vbif *vbif,
77 * clear_errors - clear any vbif errors
79 * on the VBIF interface, and optionally returns the detected
81 * @vbif: vbif context driver
85 void (*clear_errors)(struct dpu_hw_vbif *vbif,
90 * @vbif: vbif context driver
93 void (*set_write_gather_en)(struct dpu_hw_vbif *vbif, u32 xin_id);
100 /* vbif */
109 * dpu_hw_vbif_init() - Initializes the VBIF driver for the passed
110 * VBIF catalog entry.
112 * @cfg: VBIF catalog entry for which driver object is required