Lines Matching defs:qcom_smd_edge
116 struct qcom_smd_edge { struct
117 struct device dev;
119 const char *name;
121 struct device_node *of_node;
122 unsigned edge_id;
123 unsigned remote_pid;
125 int irq;
127 struct regmap *ipc_regmap;
128 int ipc_offset;
129 int ipc_bit;
131 struct mbox_client mbox_client;
132 struct mbox_chan *mbox_chan;
134 struct list_head channels;
135 spinlock_t channels_lock;
139 unsigned smem_available;
163 struct qcom_smd_edge *edge; argument