Home
last modified time | relevance | path

Searched refs:CX18_F_I_LOADED_FW (Results 1 – 4 of 4) sorted by relevance

/drivers/media/video/cx18/
Dcx18-firmware.c133 if (!test_bit(CX18_F_I_LOADED_FW, &cx->i_flags)) in load_cpu_fw_direct()
200 if (!test_bit(CX18_F_I_LOADED_FW, &cx->i_flags)) in load_apu_fw_direct()
Dcx18-driver.h209 #define CX18_F_I_LOADED_FW 0 /* Loaded firmware 1st time */ macro
Dcx18-mailbox.c212 if (!test_bit(CX18_F_I_LOADED_FW, &cx->i_flags) && p && p > str) in epu_debug()
Dcx18-driver.c1044 set_bit(CX18_F_I_LOADED_FW, &cx->i_flags); in cx18_init_on_first_open()