Searched refs:_pdev (Results 1 - 1 of 1) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A Difxusb_driver.c272 static int ifxusb_driver_remove(struct platform_device *_pdev) argument
292 ifxusb_attr_remove_h(&_pdev->dev);
294 ifxusb_attr_remove_d(&_pdev->dev);
303 static int ifxusb_driver_probe(struct platform_device *_pdev) argument
322 dev_err(&_pdev->dev, "failed to find hcd device node\n");
353 ifxusb_hcd_1.dev=&_pdev->dev;
354 ifxusb_hcd_2.dev=&_pdev->dev;
383 ifxusb_hcd.dev=&_pdev->dev;
400 ifxusb_hcd.dev=&_pdev->dev;
417 ifxusb_hcd.dev=&_pdev
[all...]

Completed in 28 milliseconds