Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Drockchip_ir.h43 #define TO_STR(is_pulse) ((is_pulse) ? "pulse" : "space") macro
/rk3399_rockchip-uboot/drivers/input/
H A Drockchip_ir.c206 data->count, data->state, TO_US(ev->duration), TO_STR(ev->pulse)); in ir_nec_decode()