Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/cadence/
H A Dcdns-csi2tx.c87 struct csi2tx_vops { struct
103 struct csi2tx_vops *vops; argument
540 static const struct csi2tx_vops csi2tx_vops = { variable
544 static const struct csi2tx_vops csi2tx_v2_vops = {
551 .data = &csi2tx_vops
555 .data = &csi2tx_vops
584 csi2tx->vops = (struct csi2tx_vops *)of_id->data; in csi2tx_probe()