Home
last modified time | relevance | path

Searched refs:of_slim_get_device (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dslimbus.h175 struct slim_device *of_slim_get_device(struct slim_controller *ctrl,
/linux/drivers/slimbus/
H A Dcore.c404 * of_slim_get_device() - get handle to a device using dt node. in of_find_slim_device()
412 struct slim_device *of_slim_get_device(struct slim_controller *ctrl,
417 EXPORT_SYMBOL_GPL(of_slim_get_device);
419 struct slim_device *of_slim_get_device(struct slim_controller *ctrl, of_slim_get_device() function
H A Dqcom-ngd-ctrl.c1238 sbdev = of_slim_get_device(&ctrl->ctrl, node); in qcom_slim_ngd_notify_slaves()
/linux/sound/soc/codecs/
H A Dwcd934x.c5858 wcd->sidev = of_slim_get_device(wcd->sdev->ctrl, ifc_dev_np); in wcd934x_codec_parse_data()