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

/linux-master/drivers/media/pci/cx18/
H A Dcx18-firmware.c118 if (!test_bit(CX18_F_I_LOADED_FW, &cx->i_flags))
190 if (!test_bit(CX18_F_I_LOADED_FW, &cx->i_flags))
H A Dcx18-driver.h261 #define CX18_F_I_LOADED_FW 0 /* Loaded firmware 1st time */ macro
H A Dcx18-driver.c1162 set_bit(CX18_F_I_LOADED_FW, &cx->i_flags);
H A Dcx18-mailbox.c331 if (!test_bit(CX18_F_I_LOADED_FW, &cx->i_flags) && p && p > str)

Completed in 260 milliseconds