are the class object within the actual my_device object?
So:
With the management of devices in Linux, is it that the structure on the device in kernel-heap is:
class --> my_device object --> device object?
So we have our class list in RAM saying all the different my_device objects, and when you check the contents of those the device object pointer is there? And what is in the my_device objects and device objects?
Thanks!!!
|