Lines Matching refs:operands
90 /* operands in passthrough commands */
358 const unsigned char *operands,
367 if (operands[0] & 0x80) {
378 if ((operands[0] & 0x7F) != key_map[i].avrcp)
403 operands[0] & 0x7F, status);
498 unsigned char buf[1024], *operands;
538 operands = buf + sizeof(struct avctp_header) + sizeof(struct avrcp_header);
542 "opcode 0x%02X, %d operands",
558 handle_panel_passthrough(control, operands, operand_count);
572 operands[0] = 0x07;
574 operands[1] = SUBUNIT_PANEL << 3;
999 uint8_t *operands = &buf[AVCTP_HEADER_LENGTH + AVRCP_HEADER_LENGTH];
1014 operands[0] = op & 0x7f;
1015 operands[1] = 0;
1022 operands[0] |= 0x80;