Home
last modified time | relevance | path

Searched refs:has_internal_dphy (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c77 bool has_internal_dphy; member
337 csi2rx->has_internal_dphy = dev_cfg & BIT(3) ? true : false; in csi2rx_get_resources()
343 if (csi2rx->has_internal_dphy) { in csi2rx_get_resources()
466 csi2rx->has_internal_dphy ? "internal" : "no"); in csi2rx_probe()
H A Dcdns-csi2tx.c113 bool has_internal_dphy; member
475 csi2tx->has_internal_dphy = !!(dev_cfg & CSI2TX_DEVICE_CONFIG_HAS_DPHY); in csi2tx_get_resources()
624 csi2tx->has_internal_dphy ? "internal" : "no"); in csi2tx_probe()
/kernel/linux/linux-6.6/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c87 bool has_internal_dphy; member
408 csi2rx->has_internal_dphy = dev_cfg & BIT(3) ? true : false; in csi2rx_get_resources()
414 if (!csi2rx->dphy && csi2rx->has_internal_dphy) { in csi2rx_get_resources()
543 csi2rx->has_internal_dphy ? "internal" : "no"); in csi2rx_probe()
H A Dcdns-csi2tx.c114 bool has_internal_dphy; member
480 csi2tx->has_internal_dphy = !!(dev_cfg & CSI2TX_DEVICE_CONFIG_HAS_DPHY); in csi2tx_get_resources()
629 csi2tx->has_internal_dphy ? "internal" : "no"); in csi2tx_probe()

Completed in 4 milliseconds