Lines Matching defs:command
292 * command - current command
295 * call - call SABI using command and data
301 * echo 0x78 > command
312 u16 command;
384 static int sabi_command(struct samsung_laptop *samsung, u16 command,
397 pr_info("SABI command:0x%04x "
399 command, in->d0, in->d1, in->d2, in->d3);
401 pr_info("SABI command:0x%04x", command);
407 /* write out the command */
409 writew(command, samsung->sabi_iface + SABI_IFACE_SUB);
422 /* see if the command actually succeeded */
426 /* iface_data = 0xFF happens when a command is not known
428 * probably issue some unknown command at startup to find
431 pr_warn("SABI command 0x%04x failed with"
433 command, complete, iface_data);
459 u16 command, u8 data)
464 return sabi_command(samsung, command, &in, NULL);
1244 samsung->debug.command,
1247 ret = sabi_command(samsung, samsung->debug.command, sdata, sdata);
1250 seq_printf(m, "SABI command 0x%04x failed\n",
1251 samsung->debug.command);
1282 debugfs_create_u16("command", 0644, root, &samsung->debug.command);