Home
last modified time | relevance | path

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

/linux/drivers/slimbus/
H A Dcore.c20 const struct slim_device *sbdev) in slim_match() argument
23 if (id->manf_id == sbdev->e_addr.manf_id && in slim_match()
24 id->prod_code == sbdev->e_addr.prod_code && in slim_match()
25 id->dev_index == sbdev->e_addr.dev_index && in slim_match()
26 id->instance == sbdev->e_addr.instance) in slim_match()
35 struct slim_device *sbdev = to_slim_device(dev); in slim_device_match() local
42 return !!slim_match(sbdrv->id_table, sbdev); in slim_device_match()
45 static void slim_device_update_status(struct slim_device *sbdev, in slim_device_update_status() argument
50 if (sbdev->status == status) in slim_device_update_status()
53 sbdev in slim_device_update_status()
64 struct slim_device *sbdev = to_slim_device(dev); slim_device_probe() local
86 struct slim_device *sbdev = to_slim_device(dev); slim_device_remove() local
98 const struct slim_device *sbdev = to_slim_device(dev); slim_device_uevent() local
147 struct slim_device *sbdev = to_slim_device(dev); slim_dev_release() local
153 slim_add_device(struct slim_controller * ctrl,struct slim_device * sbdev,struct device_node * node) slim_add_device() argument
179 struct slim_device *sbdev; slim_alloc_device() local
205 struct slim_device *sbdev; of_register_slim_devices() local
281 slim_remove_device(struct slim_device * sbdev) slim_remove_device() argument
314 slim_report_absent(struct slim_device * sbdev) slim_report_absent() argument
342 struct slim_device *sbdev = to_slim_device(dev); slim_match_dev() local
350 struct slim_device *sbdev; find_slim_device() local
374 struct slim_device *sbdev; slim_get_device() local
390 struct slim_device *sbdev = to_slim_device(dev); of_slim_match_dev() local
398 struct slim_device *sbdev; of_find_slim_device() local
426 slim_device_alloc_laddr(struct slim_device * sbdev,bool report_present) slim_device_alloc_laddr() argument
491 struct slim_device *sbdev; slim_device_report_present() local
528 slim_get_logical_addr(struct slim_device * sbdev) slim_get_logical_addr() argument
[all...]
H A Dmessaging.c235 int slim_xfer_msg(struct slim_device *sbdev, struct slim_val_inf *msg, in slim_xfer_msg() argument
238 DEFINE_SLIM_LDEST_TXN(txn_stack, mc, 6, sbdev->laddr, msg); in slim_xfer_msg()
240 struct slim_controller *ctrl = sbdev->ctrl; in slim_xfer_msg()
H A Dslimbus.h427 void slim_report_absent(struct slim_device *sbdev);
H A Dqcom-ngd-ctrl.c1234 struct slim_device *sbdev; in qcom_slim_ngd_notify_slaves() local
1238 sbdev = of_slim_get_device(&ctrl->ctrl, node); in qcom_slim_ngd_notify_slaves()
1239 if (!sbdev) in qcom_slim_ngd_notify_slaves()
1242 if (slim_get_logical_addr(sbdev)) in qcom_slim_ngd_notify_slaves()
/linux/include/linux/
H A 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,