Home
last modified time | relevance | path

Searched refs:sbdev (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/slimbus/
Dcore.c19 const struct slim_device *sbdev) in slim_match() argument
22 if (id->manf_id == sbdev->e_addr.manf_id && in slim_match()
23 id->prod_code == sbdev->e_addr.prod_code) in slim_match()
32 struct slim_device *sbdev = to_slim_device(dev); in slim_device_match() local
35 return !!slim_match(sbdrv->id_table, sbdev); in slim_device_match()
40 struct slim_device *sbdev = to_slim_device(dev); in slim_device_probe() local
43 return sbdrv->probe(sbdev); in slim_device_probe()
48 struct slim_device *sbdev = to_slim_device(dev); in slim_device_remove() local
54 sbdrv->remove(sbdev); in slim_device_remove()
103 struct slim_device *sbdev = to_slim_device(dev); in slim_dev_release() local
[all …]
Dmessaging.c232 int slim_xfer_msg(struct slim_device *sbdev, struct slim_val_inf *msg, in slim_xfer_msg() argument
235 DEFINE_SLIM_LDEST_TXN(txn_stack, mc, 6, sbdev->laddr, msg); in slim_xfer_msg()
237 struct slim_controller *ctrl = sbdev->ctrl; in slim_xfer_msg()
Dslimbus.h433 void slim_report_absent(struct slim_device *sbdev);
Dqcom-ngd-ctrl.c1135 struct slim_device *sbdev; in qcom_slim_ngd_notify_slaves() local
1139 sbdev = of_slim_get_device(&ctrl->ctrl, node); in qcom_slim_ngd_notify_slaves()
1140 if (!sbdev) in qcom_slim_ngd_notify_slaves()
1143 if (slim_get_logical_addr(sbdev)) in qcom_slim_ngd_notify_slaves()
/Linux-v4.19/include/linux/
Dslimbus.h179 int slim_get_logical_addr(struct slim_device *sbdev);
194 int slim_xfer_msg(struct slim_device *sbdev, struct slim_val_inf *msg,