Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/cadence/
H A Dcdns-csi2tx.c88 struct csi2tx_vops { struct
104 struct csi2tx_vops *vops; argument
545 static const struct csi2tx_vops csi2tx_vops = { variable
549 static const struct csi2tx_vops csi2tx_v2_vops = {
556 .data = &csi2tx_vops
560 .data = &csi2tx_vops
589 csi2tx->vops = (struct csi2tx_vops *)of_id->data; in csi2tx_probe()