Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imx/dc/
H A Ddc-fl.c90 memcpy(&fu->ops, &dc_fu_common_ops, sizeof(dc_fu_common_ops)); in dc_fl_set_ops()
H A Ddc-fw.c119 memcpy(&fu->ops, &dc_fu_common_ops, sizeof(dc_fu_common_ops)); in dc_fw_set_ops()
H A Ddc-fu.h119 extern const struct dc_fu_ops dc_fu_common_ops;
H A Ddc-fu.c225 const struct dc_fu_ops dc_fu_common_ops = { variable