Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/pn532/
Dpn532.cxx196 bool PN532::sendCommandCheckAck(uint8_t *cmd, uint8_t cmdlen, in sendCommandCheckAck() argument
205 writeCommand(cmd, cmdlen); in sendCommandCheckAck()
1508 void PN532::writeCommand(uint8_t* cmd, uint8_t cmdlen) in writeCommand() argument
1512 cmdlen++; in writeCommand()
1517 uint8_t buf[cmdlen + 8]; in writeCommand()
1518 memset(buf, 0, cmdlen + 8); in writeCommand()
1529 buf[offset++] = cmdlen; in writeCommand()
1530 buf[offset++] = ~cmdlen + 1; in writeCommand()
1535 for (uint8_t i=0; i<cmdlen - 1; i++) in writeCommand()
1551 if (m_i2c.write(buf, cmdlen + 8 - 1) != mraa::SUCCESS) in writeCommand()
[all …]
Dpn532.h237 bool sendCommandCheckAck(uint8_t *cmd, uint8_t cmdlen,
479 void writeCommand(uint8_t* cmd, uint8_t cmdlen);
/hardware/ti/omap4-aah/hwc/
Drgz_2d.h111 int cmdlen; member
Dhwc.c1584 …(hwc_dev->comp_data.blit_data.rgz_blts, res_blit_ops, sizeof(*res_blit_ops) * out.data.bvc.cmdlen); in blit_layers()
1585 ALOGI_IF(debugblt, "blt struct sz %d", sizeof(*res_blit_ops) * out.data.bvc.cmdlen); in blit_layers()
1586 …_dev->blit_num != out.data.bvc.cmdlen,"blit_num != out.data.bvc.cmdlen, %d != %d", hwc_dev->blit_n… in blit_layers()
Drgz_2d.c582 params->data.bvc.cmdlen = blts.idx; in rgz_out_bvcmd_paint()
1522 params->data.bvc.cmdlen = blts.idx; in rgz_out_region()