Lines Matching full:onboard
3 * API for creating and destroying USB onboard platform devices
33 * onboard_dev_create_pdevs -- create platform devices for onboard USB devices
34 * @parent_hub : parent hub to scan for connected onboard devices
35 * @pdev_list : list of onboard platform devices owned by the parent hub
37 * Creates a platform device for each supported onboard device that is connected
39 * device (enable regulators, take the device out of reset, ...). For onboard
54 * platform device for each physical onboard device, hence for root hubs the
56 * scans through all child nodes it still creates pdevs for onboard devices
59 * Further there must be only one platform device for onboard hubs with a peer
61 * taken: pdevs for onboard hubs with a peer are only created when the function
63 * (directly or through other hubs). For onboard hubs connected to root hubs
108 "failed to create platform device for onboard dev '%pOF'\n", np); in onboard_dev_create_pdevs()
128 * onboard_dev_destroy_pdevs -- free resources of onboard platform devices
129 * @pdev_list : list of onboard platform devices