Searched refs:slim_device (Results 1 – 2 of 2) sorted by relevance
58 struct slim_device { struct69 #define to_slim_device(d) container_of(d, struct slim_device, dev) argument86 int (*probe)(struct slim_device *sl);87 void (*remove)(struct slim_device *sl);88 void (*shutdown)(struct slim_device *sl);89 int (*device_status)(struct slim_device *sl,175 struct slim_device *of_slim_get_device(struct slim_controller *ctrl,177 struct slim_device *slim_get_device(struct slim_controller *ctrl,179 int slim_get_logical_addr(struct slim_device *sbdev);196 int slim_readb(struct slim_device *sdev, u32 addr);[all …]
32 struct slim_device;646 struct regmap *__regmap_init_slimbus(struct slim_device *slimbus,746 struct regmap *__devm_regmap_init_slimbus(struct slim_device *slimbus,
Completed in 12 milliseconds