Home
last modified time | relevance | path

Searched refs:mbox_client (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/ofw/
H A Dofw_misc.h289 struct mbox_client { struct
301 void *(*md_channel)(void *, uint32_t *, struct mbox_client *); argument
312 struct mbox_channel *mbox_channel(int, const char *, struct mbox_client *);
313 struct mbox_channel *mbox_channel_idx(int, int, struct mbox_client *);
H A Dofw_misc.c1246 mbox_channel_cells(uint32_t *cells, struct mbox_client *client) in mbox_channel_cells()
1286 mbox_channel_idx(int node, int idx, struct mbox_client *client) in mbox_channel_idx()
1315 mbox_channel(int node, const char *name, struct mbox_client *client) in mbox_channel()
/openbsd/sys/dev/fdt/
H A Dqccpucp.c78 void *qccpucp_channel(void *, uint32_t *, struct mbox_client *);
130 qccpucp_channel(void *cookie, uint32_t *cells, struct mbox_client *mc) in qccpucp_channel()
H A Dqcipcc.c93 void *qcipcc_channel(void *, uint32_t *, struct mbox_client *);
245 qcipcc_channel(void *cookie, uint32_t *cells, struct mbox_client *mc) in qcipcc_channel()
/openbsd/sys/arch/arm64/dev/
H A Daplmbox.c75 void *aplmbox_channel(void *, uint32_t *, struct mbox_client *);
146 aplmbox_channel(void *cookie, uint32_t *cells, struct mbox_client *mc) in aplmbox_channel()
H A Drtkit.c827 struct mbox_client client; in rtkit_init()