Home
last modified time | relevance | path

Searched refs:slim_device (Results 1 – 12 of 12) sorted by relevance

/linux-5.19.10/include/linux/
Dslimbus.h58 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 …]
Dregmap.h31 struct slim_device;
579 struct regmap *__regmap_init_slimbus(struct slim_device *slimbus,
673 struct regmap *__devm_regmap_init_slimbus(struct slim_device *slimbus,
/linux-5.19.10/drivers/slimbus/
Dcore.c20 const struct slim_device *sbdev) in slim_match()
35 struct slim_device *sbdev = to_slim_device(dev); in slim_device_match()
45 static void slim_device_update_status(struct slim_device *sbdev, in slim_device_update_status()
64 struct slim_device *sbdev = to_slim_device(dev); in slim_device_probe()
86 struct slim_device *sbdev = to_slim_device(dev); in slim_device_remove()
98 struct slim_device *sbdev = to_slim_device(dev); in slim_device_uevent()
147 struct slim_device *sbdev = to_slim_device(dev); in slim_dev_release()
153 struct slim_device *sbdev, in slim_add_device()
175 static struct slim_device *slim_alloc_device(struct slim_controller *ctrl, in slim_alloc_device()
179 struct slim_device *sbdev; in slim_alloc_device()
[all …]
Dstream.c99 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()
Dmessaging.c233 int slim_xfer_msg(struct slim_device *sbdev, struct slim_val_inf *msg, in slim_xfer_msg()
296 int slim_read(struct slim_device *sdev, u32 addr, size_t count, u8 *val) in slim_read()
314 int slim_readb(struct slim_device *sdev, u32 addr) in slim_readb()
339 int slim_write(struct slim_device *sdev, u32 addr, size_t count, u8 *val) in slim_write()
361 int slim_writeb(struct slim_device *sdev, u32 addr, u8 value) in slim_writeb()
Dslimbus.h335 struct slim_device *dev;
427 void slim_report_absent(struct slim_device *sbdev);
Dqcom-ngd-ctrl.c934 struct slim_device *sdev = rt->dev; in qcom_slim_ngd_enable_stream()
1157 struct slim_device *sbdev; in qcom_slim_ngd_notify_slaves()
/linux-5.19.10/drivers/base/regmap/
Dregmap-slimbus.c12 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-5.19.10/drivers/mfd/
Dwcd934x.c151 static int wcd934x_slim_status_up(struct slim_device *sdev) in wcd934x_slim_status_up()
191 static int wcd934x_slim_status(struct slim_device *sdev, in wcd934x_slim_status()
207 static int wcd934x_slim_probe(struct slim_device *sdev) in wcd934x_slim_probe()
269 static void wcd934x_slim_remove(struct slim_device *sdev) in wcd934x_slim_remove()
/linux-5.19.10/Documentation/driver-api/
Dslimbus.rst68 slim_device represents the 'generic device/component' for SLIMbus, and a
69 slim_driver should implement driver for that slim_device.
/linux-5.19.10/sound/soc/codecs/
Dwcd9335.c311 struct slim_device *slim;
312 struct slim_device *slim_ifc_dev;
5162 static int wcd9335_slim_probe(struct slim_device *slim) in wcd9335_slim_probe()
5188 static int wcd9335_slim_status(struct slim_device *sdev, in wcd9335_slim_status()
Dwcd934x.c545 struct slim_device *sdev;
546 struct slim_device *sidev;