Searched refs:mbox_client (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/dev/ofw/ |
H A D | ofw_misc.h | 289 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 D | ofw_misc.c | 1246 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 D | qccpucp.c | 78 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 D | qcipcc.c | 93 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 D | aplmbox.c | 75 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 D | rtkit.c | 827 struct mbox_client client; in rtkit_init()
|