Searched refs:exec_command (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt-app/test/softap/ |
| H A D | softap.c | 20 static void exec_command(char cmdline[], char recv_buff[], int len) in exec_command() function 158 exec_command("ifconfig -a | grep p2p0", wifi_type, 128); in wifi_start_hostapd() 185 exec_command("ifconfig -a | grep p2p0", wifi_type, 128); in wifi_stop_hostapd()
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ns87415.c | 87 .exec_command = ide_exec_command, 273 .exec_command = ide_exec_command,
|
| H A D | ide-iops.c | 385 tp_ops->exec_command(hwif, ATA_CMD_SET_FEATURES); in ide_config_drive_speed() 498 hwif->tp_ops->exec_command(hwif, cmd->tf.command); in ide_execute_command()
|
| H A D | ide-eh.c | 79 hwif->tp_ops->exec_command(hwif, ATA_CMD_IDLEIMMEDIATE); in ide_atapi_error() 356 tp_ops->exec_command(hwif, ATA_CMD_DEV_RESET); in do_reset1()
|
| H A D | q40ide.c | 101 .exec_command = ide_exec_command,
|
| H A D | falconide.c | 89 .exec_command = ide_exec_command,
|
| H A D | tx4939ide.c | 474 .exec_command = ide_exec_command, 490 .exec_command = ide_exec_command,
|
| H A D | ht6560b.c | 327 .exec_command = ide_exec_command,
|
| H A D | tx4938ide.c | 101 .exec_command = ide_exec_command,
|
| H A D | trm290.c | 304 .exec_command = ide_exec_command,
|
| H A D | ide-io-std.c | 251 .exec_command = ide_exec_command,
|
| H A D | qd65xx.c | 316 .exec_command = ide_exec_command,
|
| H A D | pmac.c | 956 .exec_command = pmac_exec_command, 970 .exec_command = pmac_exec_command,
|
| H A D | ide-probe.c | 300 tp_ops->exec_command(hwif, cmd); in ide_dev_read_id() 438 tp_ops->exec_command(hwif, ATA_CMD_DEV_RESET); in do_probe()
|
| H A D | ide-taskfile.c | 127 tp_ops->exec_command(hwif, tf->command); in do_rw_taskfile()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ide.h | 640 void (*exec_command)(struct hwif_s *, u8); member
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | libata.rst | 235 Command register, and call :c:func:`exec_command` to begin the transfer.
|