Searched refs:qcom_smd_device (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/soc/qcom/
H A Dsmd.h20 * struct qcom_smd_device - smd device struct
24 struct qcom_smd_device { struct
43 int (*probe)(struct qcom_smd_device *dev);
44 void (*remove)(struct qcom_smd_device *dev);
45 int (*callback)(struct qcom_smd_device *, const void *, size_t);
/linux-4.4.14/drivers/soc/qcom/
H A Dsmd-rpm.c152 static int qcom_smd_rpm_callback(struct qcom_smd_device *qsdev, qcom_smd_rpm_callback()
198 static int qcom_smd_rpm_probe(struct qcom_smd_device *sdev) qcom_smd_rpm_probe()
216 static void qcom_smd_rpm_remove(struct qcom_smd_device *sdev) qcom_smd_rpm_remove()
H A Dsmd.c172 struct qcom_smd_device *qsdev;
189 int (*cb)(struct qcom_smd_device *, const void *, size_t);
505 struct qcom_smd_device *qsdev = channel->qsdev; qcom_smd_channel_recv_single()
770 static struct qcom_smd_device *to_smd_device(struct device *dev) to_smd_device()
772 return container_of(dev, struct qcom_smd_device, dev); to_smd_device()
777 struct qcom_smd_device *qsdev = to_smd_device(dev); to_smd_driver()
784 struct qcom_smd_device *qsdev = to_smd_device(dev); qcom_smd_dev_match()
808 struct qcom_smd_device *qsdev = to_smd_device(dev); qcom_smd_dev_probe()
855 struct qcom_smd_device *qsdev = to_smd_device(dev); qcom_smd_dev_remove()
901 * Release function for the qcom_smd_device object.
905 struct qcom_smd_device *qsdev = to_smd_device(dev); qcom_smd_release_device()
939 struct qcom_smd_device *qsdev; qcom_smd_create_device()

Completed in 158 milliseconds