Home
last modified time | relevance | path

Searched full:frstdata (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7606.yaml68 Must be the device tree identifier of the FRSTDATA pin.
69 The FRSTDATA output indicates when the first channel, V1, is
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dmtk_iommu.c461 struct mtk_iommu_data *data = dev_iommu_priv_get(dev), *frstdata; in mtk_iommu_attach_device() local
471 /* Data is in the frstdata in sharing pgtable case. */ in mtk_iommu_attach_device()
472 frstdata = mtk_iommu_get_m4u_data(); in mtk_iommu_attach_device()
474 if (mtk_iommu_domain_finalise(dom, frstdata, domid)) in mtk_iommu_attach_device()
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dad7606.c93 * The frstdata signal is set to high while and after reading the sample in ad7606_read_samples()
98 * Monitoring the frstdata signal allows to recover from such failure in ad7606_read_samples()