Searched refs:avrcp_header (Results 1 – 1 of 1) sorted by relevance
120 struct avrcp_header { struct140 struct avrcp_header { argument455 struct avrcp_header *avrcp; in control_cb()484 if ((unsigned int) ret < sizeof(struct avrcp_header)) { in control_cb()489 avrcp = (struct avrcp_header *) (buf + sizeof(struct avctp_header)); in control_cb()491 ret -= sizeof(struct avrcp_header); in control_cb()493 operands = buf + sizeof(struct avctp_header) + sizeof(struct avrcp_header); in control_cb()933 struct avrcp_header *avrcp = (void *) &buf[AVCTP_HEADER_LENGTH]; in avctp_send_passthrough()