Lines Matching refs:port_dev
1472 struct platform_device *port_dev = pdata->dev;
1475 if (!device_is_registered(&port_dev->dev)) {
1476 dfl_id_free(feature_dev_id_type(port_dev),
1477 port_dev->id);
1478 platform_device_put(port_dev);
1482 put_device(&port_dev->dev);
1512 struct platform_device *port_dev;
1515 port_dev = pdata->dev;
1517 if (match(port_dev, data) && get_device(&port_dev->dev))
1518 return port_dev;