Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dmax310x.c248 struct max310x_devtype { struct
263 struct max310x_devtype *devtype; argument
410 static const struct max310x_devtype max3107_devtype = {
417 static const struct max310x_devtype max3108_devtype = {
424 static const struct max310x_devtype max3109_devtype = {
431 static const struct max310x_devtype max14830_devtype = {
1191 static int max310x_probe(struct device *dev, struct max310x_devtype *devtype, in max310x_probe()
1407 struct max310x_devtype *devtype; in max310x_spi_probe()
1423 devtype = (struct max310x_devtype *)of_id->data; in max310x_spi_probe()
1427 devtype = (struct max310x_devtype *)id_entry->driver_data; in max310x_spi_probe()