Searched refs:umc_dev (Results 1 – 1 of 1) sorted by relevance
64 struct umc_dev { struct73 #define to_umc_dev(d) container_of(d, struct umc_dev, dev) argument85 int (*match)(struct umc_driver *, struct umc_dev *);88 int (*probe)(struct umc_dev *);89 void (*remove)(struct umc_dev *);90 int (*suspend)(struct umc_dev *, pm_message_t state);91 int (*resume)(struct umc_dev *);92 int (*pre_reset)(struct umc_dev *);93 int (*post_reset)(struct umc_dev *);102 struct umc_dev *umc_device_create(struct device *parent, int n);[all …]