Lines Matching defs:command
55 * element can also contain an immediate command, requesting the IPA perform
145 /* Hardware values representing an event ring immediate command opcode */
152 /* Hardware values representing a generic immediate command opcode */
158 /* Hardware values representing a channel immediate command opcode */
308 /* Issue a GSI command by writing a value to a register, then wait for
309 * completion to be signaled. Returns true if the command completes
333 /* Issue an event ring command and wait for it to complete */
348 dev_err(dev, "GSI command %u for event ring %u timed out, state %u\n",
428 /* Issue a channel command and wait for it to complete */
444 dev_err(dev, "GSI command %u for channel %u timed out, state %u\n",
547 msleep(1); /* A short delay is required before a RESET command */
739 if (channel->command)
1521 /* Now issue the command */
1529 dev_err(gsi->dev, "GSI generic command %u to channel %u timed out\n",
1818 bool command, bool prefetch)
1841 channel->command = command;
1842 channel->use_prefetch = command && prefetch;
1863 if (command) {
1888 if (channel->command)
1907 bool command = i == IPA_ENDPOINT_AP_COMMAND_TX;
1920 ret = gsi_channel_init_one(gsi, &data[i], command, prefetch);