Home
last modified time | relevance | path

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

/drivers/media/rc/
Drc-core-priv.h179 #define load_rc5_decode() request_module_nowait("ir-rc5-decoder") macro
181 static inline void load_rc5_decode(void) { } in load_rc5_decode() function
Drc-ir-raw.c356 load_rc5_decode(); in ir_raw_init()