Home
last modified time | relevance | path

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

/linux/drivers/media/platform/cadence/
H A Dcdns-csi2tx.c114 bool has_internal_dphy; member
479 csi2tx->has_internal_dphy = !!(dev_cfg & CSI2TX_DEVICE_CONFIG_HAS_DPHY); in csi2tx_get_resources()
628 csi2tx->has_internal_dphy ? "internal" : "no"); in csi2tx_probe()
H A Dcdns-csi2rx.c148 bool has_internal_dphy; member
733 csi2rx->has_internal_dphy = dev_cfg & BIT(3) ? true : false; in csi2rx_get_resources()
739 if (!csi2rx->dphy && csi2rx->has_internal_dphy) { in csi2rx_get_resources()
890 csi2rx->has_internal_dphy ? "internal" : "no"); in csi2rx_probe()