Home
last modified time | relevance | path

Searched refs:scmi_req (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/firmware/arm/
H A Dscmi.c120 struct scmi_req { struct
129 LIST_ENTRY(scmi_req) next; argument
137 #define tsk_to_req(t) __containerof((t), struct scmi_req, tsk) argument
139 #define msg_to_req(m) __containerof((m), struct scmi_req, msg)
142 LIST_HEAD(reqs_head, scmi_req);
150 LIST_HEAD(inflight_head, scmi_req);
170 static struct scmi_req *scmi_req_alloc(struct scmi_softc *, enum scmi_chan);
171 static struct scmi_req *scmi_req_initialized_alloc(device_t, int, int);
173 enum scmi_chan, struct scmi_req *);
174 static void scmi_req_get(struct scmi_softc *, struct scmi_req *);
[all …]
H A Dscmi_clk.c