Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmax310x.c264 struct max310x_devtype { struct
289 const struct max310x_devtype *devtype; argument
434 static const struct max310x_devtype max3107_devtype = {
446 static const struct max310x_devtype max3108_devtype = {
458 static const struct max310x_devtype max3109_devtype = {
470 static const struct max310x_devtype max14830_devtype = {
1284 static int max310x_probe(struct device *dev, const struct max310x_devtype *devtype, in max310x_probe()
1537 const struct max310x_devtype *devtype; in max310x_spi_probe()
1552 devtype = (struct max310x_devtype *)spi_get_device_id(spi)->driver_data; in max310x_spi_probe()
1638 const struct max310x_devtype *devtype; in max310x_i2c_probe()