Lines Matching refs:qcom_smd_device
172 struct qcom_smd_device *qsdev;
189 int (*cb)(struct qcom_smd_device *, const void *, size_t);
505 struct qcom_smd_device *qsdev = channel->qsdev; in qcom_smd_channel_recv_single()
770 static struct qcom_smd_device *to_smd_device(struct device *dev) in to_smd_device()
772 return container_of(dev, struct qcom_smd_device, dev); in to_smd_device()
777 struct qcom_smd_device *qsdev = to_smd_device(dev); in to_smd_driver()
784 struct qcom_smd_device *qsdev = to_smd_device(dev); in qcom_smd_dev_match()
808 struct qcom_smd_device *qsdev = to_smd_device(dev); in qcom_smd_dev_probe()
855 struct qcom_smd_device *qsdev = to_smd_device(dev); in qcom_smd_dev_remove()
905 struct qcom_smd_device *qsdev = to_smd_device(dev); in qcom_smd_release_device()
939 struct qcom_smd_device *qsdev; in qcom_smd_create_device()