Searched defs:qcom_smd_edge (Results 1 – 1 of 1) sorted by relevance
113 struct qcom_smd_edge { struct114 struct qcom_smd *smd;115 struct device_node *of_node;116 unsigned edge_id;117 unsigned remote_pid;119 int irq;121 struct regmap *ipc_regmap;122 int ipc_offset;123 int ipc_bit;125 struct list_head channels;[all …]