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

/linux-master/drivers/slimbus/
H A Dcore.c20 const struct slim_device *sbdev)
23 if (id->manf_id == sbdev->e_addr.manf_id &&
24 id->prod_code == sbdev->e_addr.prod_code &&
25 id->dev_index == sbdev->e_addr.dev_index &&
26 id->instance == sbdev->e_addr.instance)
35 struct slim_device *sbdev = to_slim_device(dev); local
42 return !!slim_match(sbdrv->id_table, sbdev);
45 static void slim_device_update_status(struct slim_device *sbdev, argument
50 if (sbdev->status == status)
53 sbdev
19 slim_match(const struct slim_device_id *id, const struct slim_device *sbdev) argument
64 struct slim_device *sbdev = to_slim_device(dev); local
86 struct slim_device *sbdev = to_slim_device(dev); local
98 const struct slim_device *sbdev = to_slim_device(dev); local
147 struct slim_device *sbdev = to_slim_device(dev); local
152 slim_add_device(struct slim_controller *ctrl, struct slim_device *sbdev, struct device_node *node) argument
179 struct slim_device *sbdev; local
205 struct slim_device *sbdev; local
281 slim_remove_device(struct slim_device *sbdev) argument
314 slim_report_absent(struct slim_device *sbdev) argument
342 struct slim_device *sbdev = to_slim_device(dev); local
350 struct slim_device *sbdev; local
374 struct slim_device *sbdev; local
390 struct slim_device *sbdev = to_slim_device(dev); local
398 struct slim_device *sbdev; local
426 slim_device_alloc_laddr(struct slim_device *sbdev, bool report_present) argument
491 struct slim_device *sbdev; local
528 slim_get_logical_addr(struct slim_device *sbdev) argument
[all...]
H A Dmessaging.c225 * @sbdev: slim device to which this msg has to be transfered
233 int slim_xfer_msg(struct slim_device *sbdev, struct slim_val_inf *msg, argument
236 DEFINE_SLIM_LDEST_TXN(txn_stack, mc, 6, sbdev->laddr, msg);
238 struct slim_controller *ctrl = sbdev->ctrl;
H A Dslimbus.h427 void slim_report_absent(struct slim_device *sbdev);
H A Dqcom-ngd-ctrl.c1232 struct slim_device *sbdev; local
1236 sbdev = of_slim_get_device(&ctrl->ctrl, node);
1237 if (!sbdev)
1240 if (slim_get_logical_addr(sbdev))
/linux-master/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,

Completed in 121 milliseconds