Home
last modified time | relevance | path

Searched refs:wait_for_stop (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma/ipu/
H A Dipu_idmac.c31 bool wait_for_stop);
1070 bool wait_for_stop) in ipu_disable_channel() argument
1079 if (wait_for_stop && channel != IDMAC_SDC_1 && channel != IDMAC_SDC_0) { in ipu_disable_channel()
1102 if (wait_for_stop && (channel == IDMAC_SDC_0 || in ipu_disable_channel()
/OK3568_Linux_fs/kernel/drivers/scsi/isci/
H A Dhost.h321 static inline void wait_for_stop(struct isci_host *ihost) in wait_for_stop() function
H A Dhost.c1255 wait_for_stop(ihost); in isci_host_deinit()