Searched refs:handshake_type (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/firmware/google/
H A Dgsmi.c98 int handshake_type; /* firmware handler interlock type */ member in struct:gsmi_device
204 if (gsmi_dev.handshake_type == GSMI_HANDSHAKE_CF) {
206 * If handshake_type == HANDSHAKE_CF then set CF on the
222 } else if (gsmi_dev.handshake_type == GSMI_HANDSHAKE_SPIN) {
224 * If handshake_type == HANDSHAKE_SPIN we spin a
239 * If handshake_type == HANDSHAKE_NONE we do nothing;
995 gsmi_dev.handshake_type = GSMI_HANDSHAKE_SPIN;
996 gsmi_dev.handshake_type =
998 if (gsmi_dev.handshake_type == -ENOSYS)
999 gsmi_dev.handshake_type
[all...]

Completed in 175 milliseconds