Lines Matching refs:dev
68 int (*get_desc)(const struct udevice *dev, char *buf, int size);
77 int (*get_info)(const struct udevice *dev, struct cpu_info *info);
85 int (*get_count)(const struct udevice *dev);
95 int (*get_vendor)(const struct udevice *dev, char *buf, int size);
104 int (*is_current)(struct udevice *dev);
113 int (*release_core)(const struct udevice *dev, phys_addr_t addr);
116 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument
126 int cpu_get_desc(const struct udevice *dev, char *buf, int size);
135 int cpu_get_info(const struct udevice *dev, struct cpu_info *info);
143 int cpu_get_count(const struct udevice *dev);
153 int cpu_get_vendor(const struct udevice *dev, char *buf, int size);
181 int cpu_release_core(const struct udevice *dev, phys_addr_t addr);