Lines Matching refs:uclass
16 causes the USB uclass to be included, and drops the equivalent code in
18 uclass.
25 as drivers in the USB uclass. For example:
48 Each has its own data value. Controllers must be in the UCLASS_USB uclass.
106 controller uclass. It is mostly used to keep track of the next
123 and from there the devices are numbered in sequence. The USB uclass takes
148 like. These are now implemented by the USB uclass and route through the
172 available hubs in a depth-first search. Devices can be in any uclass, but
222 done, we have a device with the correct uclass. At this point we want to
248 For hubs, the hub uclass has a post_probe() method. This means that after
249 any hub is probed, the uclass gets to do some processing. In this case
279 uclass, they share some common elements with controllers:
291 uclass and declares itself as follows:
322 uclass UCLASS_USB_DEV_GENERIC). Then, when the scan is completed,