Searched refs:vio_match_device (Results 1 – 2 of 2) sorted by relevance
22 static const struct vio_device_id *vio_match_device( in vio_match_device() function 66 return vio_match_device(matches, vio_dev) != NULL; in vio_bus_match() 78 id = vio_match_device(drv->id_table, vdev); in vio_device_probe()
1201 static const struct vio_device_id *vio_match_device( in vio_match_device() function1229 id = vio_match_device(viodrv->id_table, viodev); in vio_bus_probe()1585 return (ids != NULL) && (vio_match_device(ids, vio_dev) != NULL); in vio_bus_match()