Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dmax310x.c256 struct max310x_devtype { struct
281 const struct max310x_devtype *devtype; argument
426 static const struct max310x_devtype max3107_devtype = {
438 static const struct max310x_devtype max3108_devtype = {
450 static const struct max310x_devtype max3109_devtype = {
462 static const struct max310x_devtype max14830_devtype = {
1268 static int max310x_probe(struct device *dev, const struct max310x_devtype *devtype, in max310x_probe()
1504 const struct max310x_devtype *devtype; in max310x_spi_probe()
1519 devtype = (struct max310x_devtype *)spi_get_device_id(spi)->driver_data; in max310x_spi_probe()
1605 const struct max310x_devtype *devtype = in max310x_i2c_probe()