> You can share a common data structure between the mother driver and > her children. In that case you may access it via > `dev_get_drvdata(pdev.dev->parent)` call. > Unfortunately, the driver data already stores the private structure of the adapter, so no more data can be stored.