find_nth_pnp_device
extern PPC_DEVICE *find_nth_pnp_device(const char *devid, int busid, int n);
dev = find_nth_pnp_device("PNP0A03", 0, 0);
dev = find_nth_pnp_device("PNP0A03", 0, i);