Searched refs:qcom_smd_device (Results 1 – 3 of 3) sorted by relevance
24 struct qcom_smd_device { struct43 int (*probe)(struct qcom_smd_device *dev); argument44 void (*remove)(struct qcom_smd_device *dev);45 int (*callback)(struct qcom_smd_device *, const void *, size_t);
152 static int qcom_smd_rpm_callback(struct qcom_smd_device *qsdev, in qcom_smd_rpm_callback()198 static int qcom_smd_rpm_probe(struct qcom_smd_device *sdev) in qcom_smd_rpm_probe()216 static void qcom_smd_rpm_remove(struct qcom_smd_device *sdev) in qcom_smd_rpm_remove()
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()[all …]