Lines Matching defs:command
45 static int rmi_f34_command(struct f34_data *f34, u8 command,
63 "%s: Failed to read cmd register: %d (command %#02x)\n",
64 __func__, ret, command);
68 f34->v5.status |= command & 0x0f;
73 "Failed to write F34 command %#02x: %d\n",
74 command, ret);
85 __func__, command, ret);
92 __func__, command, f34->v5.status);
131 int block_count, u8 command)
156 ret = rmi_f34_command(f34, command, F34_IDLE_WAIT_MS, false);
159 "Failed to write command for block #%d: %d\n",