最終更新:2014-05-23 (金) 00:07:28 (3626d)  

usb_bus_type
Top / usb_bus_type

定義

struct bus_type usb_bus_type = {
        .name =         "usb",
        .match =        usb_device_match,
        .uevent =       usb_uevent,
};

関連