Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/i2c/adv748x/
Dadv748x-csi2.c74 adv_dbg(state, "Registered %s (%s)", is_txa(tx) ? "TXA":"TXB", in adv748x_csi2_registered()
301 is_txa(tx) ? "txa" : "txb"); in adv748x_csi2_init()
Dadv748x.h95 #define is_txa(_tx) ((_tx) == &(_tx)->state->txa) macro
97 #define is_tx(_tx) (is_txa(_tx) || is_txb(_tx))
Dadv748x-core.c240 u8 page = is_txa(tx) ? ADV748X_PAGE_TXA : ADV748X_PAGE_TXB; in adv748x_power_up_tx()
287 u8 page = is_txa(tx) ? ADV748X_PAGE_TXA : ADV748X_PAGE_TXB; in adv748x_power_down_tx()
360 if (is_txa(tx)) { in adv748x_link_setup()