Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/cadence/
Dcdns-csi2tx.c87 struct csi2tx_vops { struct
103 struct csi2tx_vops *vops; argument
546 static const struct csi2tx_vops csi2tx_vops = { variable
550 static const struct csi2tx_vops csi2tx_v2_vops = {
557 .data = &csi2tx_vops
561 .data = &csi2tx_vops
590 csi2tx->vops = (struct csi2tx_vops *)of_id->data; in csi2tx_probe()