Lines Matching refs:soc_device
24 struct soc_device {
40 struct device *soc_device_to_device(struct soc_device *soc_dev)
50 struct soc_device *soc_dev = container_of(dev, struct soc_device, dev);
70 struct soc_device *soc_dev = container_of(dev, struct soc_device, dev);
105 struct soc_device *soc_dev = container_of(dev, struct soc_device, dev);
114 struct soc_device *soc_device_register(struct soc_device_attribute *soc_dev_attr)
116 struct soc_device *soc_dev;
172 void soc_device_unregister(struct soc_device *soc_dev)
218 struct soc_device *soc_dev = container_of(dev, struct soc_device, dev);