Searched refs:slim_device (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/linux/ |
D | slimbus.h | 58 struct slim_device { struct 69 #define to_slim_device(d) container_of(d, struct slim_device, dev) argument 86 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, 165 static inline void *slim_get_devicedata(const struct slim_device *dev) in slim_get_devicedata() 170 static inline void slim_set_devicedata(struct slim_device *dev, void *data) in slim_set_devicedata() 175 struct slim_device *of_slim_get_device(struct slim_controller *ctrl, 177 struct slim_device *slim_get_device(struct slim_controller *ctrl, [all …]
|
D | regmap.h | 29 struct slim_device; 531 struct regmap *__regmap_init_slimbus(struct slim_device *slimbus, 609 struct regmap *__devm_regmap_init_slimbus(struct slim_device *slimbus,
|
/Linux-v4.19/drivers/slimbus/ |
D | core.c | 19 const struct slim_device *sbdev) in slim_match() 32 struct slim_device *sbdev = to_slim_device(dev); in slim_device_match() 40 struct slim_device *sbdev = to_slim_device(dev); in slim_device_probe() 48 struct slim_device *sbdev = to_slim_device(dev); in slim_device_remove() 103 struct slim_device *sbdev = to_slim_device(dev); in slim_dev_release() 109 struct slim_device *sbdev, in slim_add_device() 132 static struct slim_device *slim_alloc_device(struct slim_controller *ctrl, in slim_alloc_device() 136 struct slim_device *sbdev; in slim_alloc_device() 162 struct slim_device *sbdev; in of_register_slim_devices() 237 static void slim_remove_device(struct slim_device *sbdev) in slim_remove_device() [all …]
|
D | stream.c | 99 struct slim_stream_runtime *slim_stream_allocate(struct slim_device *dev, in slim_stream_allocate() 126 struct slim_device *sdev = stream->dev; in slim_connect_port_channel() 146 struct slim_device *sdev = stream->dev; in slim_disconnect_port() 162 struct slim_device *sdev = stream->dev; in slim_deactivate_remove_channel() 266 struct slim_device *sdev = stream->dev; in slim_define_channel_content() 301 struct slim_device *sdev = stream->dev; in slim_define_channel() 325 struct slim_device *sdev = stream->dev; in slim_activate_channel() 466 struct slim_device *sdev = stream->dev; in slim_stream_free()
|
D | messaging.c | 232 int slim_xfer_msg(struct slim_device *sbdev, struct slim_val_inf *msg, in slim_xfer_msg() 294 int slim_read(struct slim_device *sdev, u32 addr, size_t count, u8 *val) in slim_read() 312 int slim_readb(struct slim_device *sdev, u32 addr) in slim_readb() 337 int slim_write(struct slim_device *sdev, u32 addr, size_t count, u8 *val) in slim_write() 359 int slim_writeb(struct slim_device *sdev, u32 addr, u8 value) in slim_writeb()
|
D | slimbus.h | 341 struct slim_device *dev; 433 void slim_report_absent(struct slim_device *sbdev);
|
D | qcom-ngd-ctrl.c | 918 struct slim_device *sdev = rt->dev; in qcom_slim_ngd_enable_stream() 1135 struct slim_device *sbdev; in qcom_slim_ngd_notify_slaves()
|
/Linux-v4.19/drivers/base/regmap/ |
D | regmap-slimbus.c | 12 struct slim_device *sdev = context; in regmap_slimbus_write() 20 struct slim_device *sdev = context; in regmap_slimbus_read() 32 static const struct regmap_bus *regmap_get_slimbus(struct slim_device *slim, in regmap_get_slimbus() 41 struct regmap *__regmap_init_slimbus(struct slim_device *slimbus, in __regmap_init_slimbus() 56 struct regmap *__devm_regmap_init_slimbus(struct slim_device *slimbus, in __devm_regmap_init_slimbus()
|
/Linux-v4.19/Documentation/driver-api/ |
D | slimbus.rst | 68 slim_device represents the 'generic device/component' for SLIMbus, and a 69 slim_driver should implement driver for that slim_device.
|