container_dev
static int acpi_container_offline(struct container_dev *cdev)
struct container_dev *cdev;
struct container_dev *cdev = to_container_dev(dev);
int (*offline)(struct container_dev *cdev);
static inline struct container_dev *to_container_dev(struct device *dev)
return container_of(dev, struct container_dev, dev);