Home
last modified time | relevance | path

Searched refs:app_cmd (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsh_sdhi.c35 unsigned char app_cmd; member
480 if (host->app_cmd) { in sh_sdhi_set_cmd()
482 host->app_cmd = 0; in sh_sdhi_set_cmd()
494 host->app_cmd = 1; in sh_sdhi_set_cmd()
503 if (host->app_cmd) { in sh_sdhi_data_trans()
504 host->app_cmd = 0; in sh_sdhi_data_trans()
600 host->app_cmd = 0; in sh_sdhi_start_cmd()
620 host->app_cmd = 0; in sh_sdhi_start_cmd()
625 host->app_cmd = 0; in sh_sdhi_start_cmd()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdricoh_cs.c83 int app_cmd; member
168 if (host->app_cmd) { in sdricoh_mmc_cmd()
170 host->app_cmd = 0; in sdricoh_mmc_cmd()
172 host->app_cmd = 1; in sdricoh_mmc_cmd()
H A Dusdhi6rol0.c191 bool app_cmd; member
938 if (host->app_cmd) { in usdhi6_cmd_flags()
939 host->app_cmd = false; in usdhi6_cmd_flags()
1562 host->app_cmd = true; in usdhi6_sd_bh()
/OK3568_Linux_fs/kernel/drivers/staging/rts5208/
H A Drtsx_scsi.c2319 static int app_cmd(struct scsi_cmnd *srb, struct rtsx_chip *chip) in app_cmd() function
2666 result = app_cmd(srb, chip); in vendor_cmnd()