mcb_device 19 include/linux/mcb.h struct mcb_device; mcb_device 34 include/linux/mcb.h int (*get_irq)(struct mcb_device *dev); mcb_device 72 include/linux/mcb.h #define to_mcb_device(x) container_of((x), struct mcb_device, dev) mcb_device 86 include/linux/mcb.h int (*probe)(struct mcb_device *mdev, const struct mcb_device_id *id); mcb_device 87 include/linux/mcb.h void (*remove)(struct mcb_device *mdev); mcb_device 88 include/linux/mcb.h void (*shutdown)(struct mcb_device *mdev); mcb_device 92 include/linux/mcb.h static inline void *mcb_get_drvdata(struct mcb_device *dev) mcb_device 97 include/linux/mcb.h static inline void mcb_set_drvdata(struct mcb_device *dev, void *data) mcb_device 111 include/linux/mcb.h extern int mcb_device_register(struct mcb_bus *bus, struct mcb_device *dev); mcb_device 115 include/linux/mcb.h extern struct mcb_device *mcb_alloc_dev(struct mcb_bus *bus); mcb_device 116 include/linux/mcb.h extern void mcb_free_dev(struct mcb_device *dev); mcb_device 118 include/linux/mcb.h extern struct resource *mcb_request_mem(struct mcb_device *dev, mcb_device 121 include/linux/mcb.h extern int mcb_get_irq(struct mcb_device *dev);