Lines Matching +full:module +full:- +full:instance
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
31 * dp_debug_get() - configure and get the DisplayPlot debug module data
33 * @dev: device instance of the caller
34 * @panel: instance of panel module
35 * @link: instance of link module
38 * return: pointer to allocated debug module data
40 * This function sets up the debug module and provides a way
51 * Cleans up dp_debug instance
53 * @dp_debug: instance of dp_debug
64 return ERR_PTR(-EINVAL); in dp_debug_get()