Searched refs:tag_hdr (Results 1 – 5 of 5) sorted by relevance
53 (tag_)->tag_hdr.tag = BCM2835_MBOX_TAG_##tagid_; \54 (tag_)->tag_hdr.val_buf_size = sizeof((tag_)->body); \55 (tag_)->tag_hdr.val_len = sizeof((tag_)->body.req); \78 struct bcm2835_mbox_tag_hdr tag_hdr; member93 struct bcm2835_mbox_tag_hdr tag_hdr; member114 struct bcm2835_mbox_tag_hdr tag_hdr; member135 struct bcm2835_mbox_tag_hdr tag_hdr; member158 struct bcm2835_mbox_tag_hdr tag_hdr; member173 struct bcm2835_mbox_tag_hdr tag_hdr; member199 struct bcm2835_mbox_tag_hdr tag_hdr; member[all …]
452 msg.tag_hdr.tag = BCM2835_MBOX_TAG_SET_POWER_STATE; in bcm2835_mbox_set_power_state()453 msg.tag_hdr.val_buf_size = sizeof(msg.body); in bcm2835_mbox_set_power_state()454 msg.tag_hdr.val_len = sizeof(msg.body.req); in bcm2835_mbox_set_power_state()474 msg.tag_hdr.tag = BCM2835_MBOX_TAG_NOTIFY_XHCI_RESET; in bcm2835_mbox_notify_xhci_reset()475 msg.tag_hdr.val_buf_size = sizeof(msg.body); in bcm2835_mbox_notify_xhci_reset()476 msg.tag_hdr.val_len = sizeof(msg.body.req); in bcm2835_mbox_notify_xhci_reset()494 msg.tag_hdr.tag = BCM2835_MBOX_TAG_GET_CLOCK_RATE; in bcm2835_mbox_get_clock_rate()495 msg.tag_hdr.val_buf_size = sizeof(msg.body); in bcm2835_mbox_get_clock_rate()496 msg.tag_hdr.val_len = sizeof(msg.body.req); in bcm2835_mbox_get_clock_rate()516 msg.physical_w_h.tag_hdr.val_len = 0; in bcm2835_mbox_fb_get_w_h()[all …]
113 struct bcm2835_mbox_tag_hdr tag_hdr; in bcm2835_firmware_property() member132 msg_hdr->tag_hdr.tag = prop; in bcm2835_firmware_property()133 msg_hdr->tag_hdr.val_buf_size = len; in bcm2835_firmware_property()
210 msg.tag_hdr.tag = BCM2835_MBOX_TAG_GET_TOUCHBUF; in ft5406ts_init()211 msg.tag_hdr.val_buf_size = sizeof(msg.body); in ft5406ts_init()212 msg.tag_hdr.val_len = sizeof(msg.body); in ft5406ts_init()
113 struct arm_lbabi_header tag_hdr; member124 #define ATAG_TAG(a) (a)->tag_hdr.tag125 #define ATAG_SIZE(a) ((a)->tag_hdr.size * sizeof(uint32_t))