Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/ec/hp/kbc1126/
H A Dec.c19 if (send_ec_command_timeout(cmd, KBC_TIMEOUT_US) < 0) in kbc1126_thermal_init()
32 if (send_ec_command_timeout(cmd, KBC_TIMEOUT_US) < 0) in kbc1126_thermal_init()
51 if (send_ec_command_timeout(cmd, KBC_TIMEOUT_US) < 0) in kbc1126_kbd_led()
/aosp_15_r20/external/coreboot/src/ec/acpi/
H A Dec.c42 return send_ec_command_timeout(command, EC_SEND_TIMEOUT_US); in send_ec_command()
45 int send_ec_command_timeout(u8 command, int timeout_us) in send_ec_command_timeout() function
H A Dec.h29 int send_ec_command_timeout(u8 command, int timeout);