Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Ddrxd_hard.c152 u8 *m_HiI2cPatch; member
2530 state->m_HiI2cPatch = DRXD_HiI2cPatch_1; in CDRXD()
2533 state->m_HiI2cPatch = DRXD_HiI2cPatch_3; in CDRXD()
2536 state->m_HiI2cPatch = NULL; in CDRXD()
2592 if (!state->type_A && state->m_HiI2cPatch) { in DRXD_init()
2593 status = WriteTable(state, state->m_HiI2cPatch); in DRXD_init()