Home
last modified time | relevance | path

Searched refs:mcb_device (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dmcb.h18 struct mcb_device;
39 int (*get_irq)(struct mcb_device *dev);
63 struct mcb_device { struct
78 static inline struct mcb_device *to_mcb_device(struct device *dev) in to_mcb_device() argument
80 return container_of(dev, struct mcb_device, dev); in to_mcb_device()
95 int (*probe)(struct mcb_device *mdev, const struct mcb_device_id *id);
96 void (*remove)(struct mcb_device *mdev);
97 void (*shutdown)(struct mcb_device *mdev);
105 static inline void *mcb_get_drvdata(struct mcb_device *dev) in mcb_get_drvdata()
110 static inline void mcb_set_drvdata(struct mcb_device *dev, void *data) in mcb_set_drvdata()
[all …]