Lines Matching defs:malidp_hw
132 struct malidp_hw { struct
133 const struct malidp_hw_regmap map; argument
138 int (*query_hw)(struct malidp_hw_device *hwdev); argument
143 void (*enter_config_mode)(struct malidp_hw_device *hwdev); argument
148 void (*leave_config_mode)(struct malidp_hw_device *hwdev); argument
153 bool (*in_config_mode)(struct malidp_hw_device *hwdev); argument
162 void (*set_config_valid)(struct malidp_hw_device *hwdev, u8 value); argument
168 void (*modeset)(struct malidp_hw_device *hwdev, struct videomode *m); argument
174 int (*rotmem_required)(struct malidp_hw_device *hwdev, u16 w, u16 h, u32 fmt); argument
176 int (*se_set_scaling_coeffs)(struct malidp_hw_device *hwdev, argument
180 long (*se_calc_mclk)(struct malidp_hw_device *hwdev, argument
193 int (*enable_memwrite)(struct malidp_hw_device *hwdev, dma_addr_t *addrs, argument
200 void (*disable_memwrite)(struct malidp_hw_device *hwdev); argument
214 extern const struct malidp_hw malidp_device[MALIDP_MAX_DEVICES]; argument