HomeSort by relevance Sort by last modified time
    Searched refs:remove (Results 126 - 150 of 5666) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
transport_class.h 26 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class
30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }