Home
last modified time | relevance | path

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

/include/linux/
Dmcb.h21 struct mcb_device;
42 int (*get_irq)(struct mcb_device *dev);
66 struct mcb_device { struct
82 static inline struct mcb_device *to_mcb_device(struct device *dev) in to_mcb_device() argument
84 return container_of(dev, struct mcb_device, dev); in to_mcb_device()
99 int (*probe)(struct mcb_device *mdev, const struct mcb_device_id *id);
100 void (*remove)(struct mcb_device *mdev);
101 void (*shutdown)(struct mcb_device *mdev);
109 static inline void *mcb_get_drvdata(struct mcb_device *dev) in mcb_get_drvdata()
114 static inline void mcb_set_drvdata(struct mcb_device *dev, void *data) in mcb_set_drvdata()
[all …]