Lines Matching full:onboard
3 * API for creating and destroying USB onboard hub platform devices
33 * onboard_hub_create_pdevs -- create platform devices for onboard USB hubs
34 * @parent_hub : parent hub to scan for connected onboard hubs
35 * @pdev_list : list of onboard hub platform devices owned by the parent hub
37 * Creates a platform device for each supported onboard hub that is connected to
53 * platform device for each physical onboard hub, hence for root hubs the loop
55 * scans through all child nodes it still creates pdevs for onboard hubs
58 * Further there must be only one platform device for onboard hubs with a peer
60 * taken: pdevs for onboard hubs with a peer are only created when the function
62 * (directly or through other hubs). For onboard hubs connected to root hubs
107 "failed to create platform device for onboard hub '%pOF'\n", np); in onboard_hub_create_pdevs()
127 * onboard_hub_destroy_pdevs -- free resources of onboard hub platform devices
128 * @pdev_list : list of onboard hub platform devices