Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdricoh_cs.c97 int app_cmd; member
277 if (host->app_cmd) { in sdricoh_request()
279 host->app_cmd = 0; in sdricoh_request()
281 host->app_cmd = 1; in sdricoh_request()
Dusdhi6rol0.c192 bool app_cmd; member
936 if (host->app_cmd) { in usdhi6_cmd_flags()
937 host->app_cmd = false; in usdhi6_cmd_flags()
1561 host->app_cmd = true; in usdhi6_sd_bh()
/Linux-v4.19/drivers/staging/mt7621-mmc/
Dmt6575_sd.h453 u8 app_cmd; /* for app command */ member
Dsd.c1260 if (host->app_cmd) { in msdc_tune_cmdrsp()
1325 if (host->app_cmd) { in msdc_tune_bread()
1458 if (host->app_cmd) { in msdc_tune_bwrite()
1604 host->app_cmd = 1; in msdc_ops_request()
1607 host->app_cmd = 0; in msdc_ops_request()
/Linux-v4.19/drivers/staging/rts5208/
Drtsx_scsi.c2357 static int app_cmd(struct scsi_cmnd *srb, struct rtsx_chip *chip) in app_cmd() function
2705 result = app_cmd(srb, chip); in vendor_cmnd()