Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dmax310x.c254 struct max310x_devtype { struct
269 struct max310x_devtype *devtype; argument
405 static const struct max310x_devtype max3107_devtype = {
412 static const struct max310x_devtype max3108_devtype = {
419 static const struct max310x_devtype max3109_devtype = {
426 static const struct max310x_devtype max14830_devtype = {
1081 static int max310x_probe(struct device *dev, struct max310x_devtype *devtype, in max310x_probe()
1293 struct max310x_devtype *devtype; in max310x_spi_probe()
1310 devtype = (struct max310x_devtype *)of_id->data; in max310x_spi_probe()
1314 devtype = (struct max310x_devtype *)id_entry->driver_data; in max310x_spi_probe()