Lines Matching defs:command
65 /* MCP GPIO set command layout */
77 /* MCP GPIO get command layout */
88 * There is no way to distinguish responses. Therefore next command
180 /* Cancels last command releasing i2c bus just in case occupied */
381 u8 command, u8 *buf, u8 len, int type,
387 mcp->txbuf[1] = len + 1; /* 1 is due to command byte itself */
390 mcp->txbuf[4] = command;
430 u8 command, int size,
451 ret = mcp_smbus_write(mcp, addr, command, NULL,
459 ret = mcp_smbus_write(mcp, addr, command, NULL,
464 ret = mcp_smbus_write(mcp, addr, command, NULL,
473 ret = mcp_smbus_write(mcp, addr, command, &data->byte,
479 ret = mcp_smbus_write(mcp, addr, command, NULL,
488 ret = mcp_smbus_write(mcp, addr, command,
495 ret = mcp_smbus_write(mcp, addr, command, NULL,
511 ret = mcp_smbus_write(mcp, addr, command, data->block,
518 ret = mcp_smbus_write(mcp, addr, command, NULL,
534 ret = mcp_smbus_write(mcp, addr, command,
540 ret = mcp_smbus_write(mcp, addr, command,
551 ret = mcp_smbus_write(mcp, addr, command, data->block,
727 * which is actually a response to the previously sent command.