Searched refs:of_slim_get_device (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | slimbus.h | 175 struct slim_device *of_slim_get_device(struct slim_controller *ctrl,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | slimbus.h | 175 struct slim_device *of_slim_get_device(struct slim_controller *ctrl,
|
/kernel/linux/linux-5.10/drivers/slimbus/ |
H A D | core.c | 413 * of_slim_get_device() - get handle to a device using dt node. 421 struct slim_device *of_slim_get_device(struct slim_controller *ctrl, in of_slim_get_device() function 426 EXPORT_SYMBOL_GPL(of_slim_get_device); variable
|
H A D | qcom-ngd-ctrl.c | 1146 sbdev = of_slim_get_device(&ctrl->ctrl, node); in qcom_slim_ngd_notify_slaves()
|
/kernel/linux/linux-6.6/drivers/slimbus/ |
H A D | core.c | 411 * of_slim_get_device() - get handle to a device using dt node. 419 struct slim_device *of_slim_get_device(struct slim_controller *ctrl, in of_slim_get_device() function 424 EXPORT_SYMBOL_GPL(of_slim_get_device); variable
|
H A D | qcom-ngd-ctrl.c | 1236 sbdev = of_slim_get_device(&ctrl->ctrl, node); in qcom_slim_ngd_notify_slaves()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wcd9335.c | 5192 wcd->slim_ifc_dev = of_slim_get_device(sdev->ctrl, ifc_dev_np); in wcd9335_slim_status()
|
H A D | wcd934x.c | 5025 wcd->sidev = of_slim_get_device(wcd->sdev->ctrl, ifc_dev_np); in wcd934x_codec_parse_data()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wcd9335.c | 5197 wcd->slim_ifc_dev = of_slim_get_device(sdev->ctrl, ifc_dev_np); in wcd9335_slim_status()
|
H A D | wcd934x.c | 5873 wcd->sidev = of_slim_get_device(wcd->sdev->ctrl, ifc_dev_np); in wcd934x_codec_parse_data()
|
Completed in 31 milliseconds