Searched refs:msg_query (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/arch/arm/mach-bcm283x/ |
D | msg.c | 23 struct msg_query { struct 91 ALLOC_CACHE_ALIGN_BUFFER(struct msg_query, msg_query, 1); in bcm2835_get_video_size() 94 BCM2835_MBOX_INIT_HDR(msg_query); in bcm2835_get_video_size() 95 BCM2835_MBOX_INIT_TAG_NO_REQ(&msg_query->physical_w_h, in bcm2835_get_video_size() 97 ret = bcm2835_mbox_call_prop(BCM2835_MBOX_PROP_CHAN, &msg_query->hdr); in bcm2835_get_video_size() 102 *widthp = msg_query->physical_w_h.body.resp.width; in bcm2835_get_video_size() 103 *heightp = msg_query->physical_w_h.body.resp.height; in bcm2835_get_video_size()
|
/external/iproute2/tipc/ |
D | msg.c | 97 static int msg_query(struct nlmsghdr *nlh, mnl_cb_t callback, void *data) in msg_query() function 131 if ((err = msg_query(nlh, family_id_cb, &nl_family))) in get_family() 140 return msg_query(nlh, callback, data); in msg_doit() 146 return msg_query(nlh, callback, data); in msg_dumpit()
|