Lines Matching defs:command
292 * command - current command
295 * call - call SABI using command and data
301 * echo 0x78 > command
312 u16 command;
394 static int sabi_command(struct samsung_laptop *samsung, u16 command,
407 pr_info("SABI command:0x%04x "
409 command, in->d0, in->d1, in->d2, in->d3);
411 pr_info("SABI command:0x%04x", command);
417 /* write out the command */
419 writew(command, samsung->sabi_iface + SABI_IFACE_SUB);
432 /* see if the command actually succeeded */
436 /* iface_data = 0xFF happens when a command is not known
438 * probably issue some unknown command at startup to find
441 pr_warn("SABI command 0x%04x failed with"
443 command, complete, iface_data);
469 u16 command, u8 data)
474 return sabi_command(samsung, command, &in, NULL);
1254 samsung->debug.command,
1257 ret = sabi_command(samsung, samsung->debug.command, sdata, sdata);
1260 seq_printf(m, "SABI command 0x%04x failed\n",
1261 samsung->debug.command);
1292 debugfs_create_u16("command", S_IRUGO | S_IWUSR, root,
1293 &samsung->debug.command);