Home
last modified time | relevance | path

Searched refs:tag_hdr (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_mbox_prop.h81 struct bcm2835_mbox_tag_hdr tag_hdr; member
96 struct bcm2835_mbox_tag_hdr tag_hdr; member
117 struct bcm2835_mbox_tag_hdr tag_hdr; member
138 struct bcm2835_mbox_tag_hdr tag_hdr; member
161 struct bcm2835_mbox_tag_hdr tag_hdr; member
176 struct bcm2835_mbox_tag_hdr tag_hdr; member
202 struct bcm2835_mbox_tag_hdr tag_hdr; member
217 struct bcm2835_mbox_tag_hdr tag_hdr; member
233 struct bcm2835_mbox_tag_hdr tag_hdr; member
248 struct bcm2835_mbox_tag_hdr tag_hdr; member
[all …]
H A Dbcm2835_mbox.c457 msg.tag_hdr.tag = BCM2835_MBOX_TAG_SET_POWER_STATE; in bcm2835_mbox_set_power_state()
458 msg.tag_hdr.val_buf_size = sizeof(msg.body); in bcm2835_mbox_set_power_state()
459 msg.tag_hdr.val_len = sizeof(msg.body.req); in bcm2835_mbox_set_power_state()
479 msg.tag_hdr.tag = BCM2835_MBOX_TAG_NOTIFY_XHCI_RESET; in bcm2835_mbox_notify_xhci_reset()
480 msg.tag_hdr.val_buf_size = sizeof(msg.body); in bcm2835_mbox_notify_xhci_reset()
481 msg.tag_hdr.val_len = sizeof(msg.body.req); in bcm2835_mbox_notify_xhci_reset()
499 msg.tag_hdr.tag = BCM2835_MBOX_TAG_GET_CLOCK_RATE; in bcm2835_mbox_get_clock_rate()
500 msg.tag_hdr.val_buf_size = sizeof(msg.body); in bcm2835_mbox_get_clock_rate()
501 msg.tag_hdr.val_len = sizeof(msg.body.req); in bcm2835_mbox_get_clock_rate()
521 msg.physical_w_h.tag_hdr.val_len = 0; in bcm2835_mbox_fb_get_w_h()
[all …]
H A Dbcm2835_firmware.c116 struct bcm2835_mbox_tag_hdr tag_hdr; in bcm2835_firmware_property() member
135 msg_hdr->tag_hdr.tag = prop; in bcm2835_firmware_property()
136 msg_hdr->tag_hdr.val_buf_size = len; in bcm2835_firmware_property()
H A Dbcm2835_ft5406.c213 msg.tag_hdr.tag = BCM2835_MBOX_TAG_GET_TOUCHBUF; in ft5406ts_init()
214 msg.tag_hdr.val_buf_size = sizeof(msg.body); in ft5406ts_init()
215 msg.tag_hdr.val_len = sizeof(msg.body); in ft5406ts_init()
/f-stack/freebsd/arm/include/
H A Datags.h115 struct arm_lbabi_header tag_hdr; member
126 #define ATAG_TAG(a) (a)->tag_hdr.tag
127 #define ATAG_SIZE(a) ((a)->tag_hdr.size * sizeof(uint32_t))