Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/misc/ti-st/
Dst_kim.c41 #define MAX_ST_DEVICES 3 /* Imagine 1 on each UART for now */ macro
42 static struct platform_device *st_kim_devices[MAX_ST_DEVICES];
711 if ((pdev->id != -1) && (pdev->id < MAX_ST_DEVICES)) { in kim_probe()