is_txa
u8 page = is_txa(tx) ? ADV748X_PAGE_TXA : ADV748X_PAGE_TXB;
u8 page = is_txa(tx) ? ADV748X_PAGE_TXA : ADV748X_PAGE_TXB;
if (is_txa(tx)) {
adv_dbg(state, "Registered %s (%s)", is_txa(tx) ? "TXA":"TXB",
const unsigned int *codes = is_txa(tx) ?
size_t num_fmts = is_txa(tx) ? ARRAY_SIZE(adv748x_csi2_txa_fmts)
const unsigned int *codes = is_txa(tx) ?
size_t num_fmts = is_txa(tx) ? ARRAY_SIZE(adv748x_csi2_txa_fmts)
is_txa(tx) ? "txa" : "txb");
#define is_tx(_tx) (is_txa(_tx) || is_txb(_tx))