Searched refs:avctp_header (Results 1 – 1 of 1) sorted by relevance
111 struct avctp_header { struct131 struct avctp_header { argument454 struct avctp_header *avctp; in control_cb()469 if ((unsigned int) ret < sizeof(struct avctp_header)) { in control_cb()476 avctp = (struct avctp_header *) buf; in control_cb()483 ret -= sizeof(struct avctp_header); in control_cb()489 avrcp = (struct avrcp_header *) (buf + sizeof(struct avctp_header)); in control_cb()493 operands = buf + sizeof(struct avctp_header) + sizeof(struct avrcp_header); in control_cb()932 struct avctp_header *avctp = (void *) buf; in avctp_send_passthrough()