Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/dvb-frontends/
Ddrxd_hard.c168 u8 *m_HiI2cPatch; member
2569 state->m_HiI2cPatch = DRXD_HiI2cPatch_1; in CDRXD()
2572 state->m_HiI2cPatch = DRXD_HiI2cPatch_3; in CDRXD()
2575 state->m_HiI2cPatch = NULL; in CDRXD()
2631 if (!state->type_A && state->m_HiI2cPatch != NULL) { in DRXD_init()
2632 status = WriteTable(state, state->m_HiI2cPatch); in DRXD_init()