Lines Matching +full:per +full:- +full:device
1 /* SPDX-License-Identifier: GPL-2.0 */
10 #include <linux/device.h>
93 * initialize &komeda_dev->format_table, this function should be called
103 /** @cleanup: call to chip to cleanup komeda_dev->chip data */
139 * passed to CHIP by &komeda_dev_funcs->change_opmode(), then CHIP can do the
141 * - KOMEDA_MODE_DISP0: Only one display enabled, pipeline-0 work as master.
142 * - KOMEDA_MODE_DISP1: Only one display enabled, pipeline-0 work as master.
143 * - KOMEDA_MODE_DUAL_DISP: Dual display mode, both display has been enabled.
158 * komeda_device is for describing the whole view of the device, and the
159 * control-abilites of device.
162 /** @dev: the base device structure */
163 struct device *dev;
169 /** @fmt_tbl: initialized by &komeda_dev_funcs->init_format_table */
209 /* Print a single line per error per frame with error events. */
211 /* Print a single line per warning per frame with error events. */
213 /* Print a single line per info event per frame with error events. */
217 /* Disable rate limiting of event prints (normally one per commit) */
224 return MALIDP_CORE_ID_PRODUCT_ID(mdev->chip.core_id) == target; in komeda_product_match()
233 struct komeda_dev *komeda_dev_create(struct device *dev);
236 struct komeda_dev *dev_to_mdev(struct device *dev);