Home
last modified time | relevance | path

Searched refs:send_start (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/i2c/
Dsoft_i2c.c119 static void send_start (void);
158 static void send_start(void) in send_start() function
315 send_start(); in soft_i2c_probe()
356 send_start(); in soft_i2c_read()
378 send_start(); in soft_i2c_read()
381 send_start(); in soft_i2c_read()
408 send_start(); in soft_i2c_write()
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.c249 int send_start = sm->SUPP_PAE_state == SUPP_PAE_CONNECTING || in SM_STATE() local
254 send_start = 1; in SM_STATE()
256 send_start = 1; in SM_STATE()
259 if (send_start) { in SM_STATE()
281 if (send_start) in SM_STATE()