Searched refs:set_delay (Results 1 – 8 of 8) sorted by relevance
196 .set_delay = &arasan_sdhci_set_tapdelay,
438 if (host->ops && host->ops->set_delay)439 host->ops->set_delay(host);
269 void (*set_delay)(struct sdhci_host *host); member
145 CJS_Result set_delay(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
191 CJS_Result set_delay(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
768 CJS_Result CJS_Document::set_delay(CJS_Runtime* pRuntime, in set_delay() function in CJS_Document
1138 CJS_Result CJS_Field::set_delay(CJS_Runtime* pRuntime, in set_delay() function in CJS_Field
748 msg->set_delay(capture_nonlocked_.stream_delay_ms); in ProcessStreamLocked()