Home
last modified time | relevance | path

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

/linux/drivers/media/platform/cadence/
H A Dcdns-csi2tx.c88 struct csi2tx_vops { struct
104 struct csi2tx_vops *vops; argument
544 static const struct csi2tx_vops csi2tx_vops = { variable
548 static const struct csi2tx_vops csi2tx_v2_vops = {
555 .data = &csi2tx_vops
559 .data = &csi2tx_vops
588 csi2tx->vops = (struct csi2tx_vops *)of_id->data; in csi2tx_probe()