1 /* SPDX-License-Identifier: GPL-2.0 */
22 struct gpio_desc
*gpio
[MAX1600_GPIO_MAX
];
27 int max1600_init(struct device
*dev
, struct max1600
**ptr
,
28 unsigned int channel
, unsigned int code
);
30 int max1600_configure(struct max1600
*, unsigned int vcc
, unsigned int vpp
);