Home
last modified time | relevance | path

Searched full:sccb (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/sys/contrib/device-tree/Bindings/media/i2c/
H A Dovti,ov5675.yaml20 Serial Camera Control Bus (SCCB) interface.
22 This chip is programmable through I2C and two-wire SCCB. The sensor output
H A Dov8856.yaml17 Serial Camera Control Bus (SCCB) interface. This chip is programmable
18 through I2C and two-wire SCCB. The sensor output is available via CSI-2
H A Dovti,ov5693.yaml17 Serial Camera Control Bus (SCCB) interface.
20 (SCCB). The sensor output is available via CSI-2 serial data output (up to
H A Dov2659.txt4 1632H x 1212V. It is programmable through a SCCB. The OV2659 sensor supports
H A Dovti,ov2680.yaml16 various formats via the control of the Serial Camera Control Bus (SCCB)
H A Dovti,ov8858.yaml15 controlled through an I2C-compatible SCCB bus. The sensor transmits images
/freebsd-src/sys/dev/isp/
H A Disp_freebsd.c2293 struct ccb_hdr *sccb; in isp_abort_atio()
2299 SLIST_FOREACH(sccb, &tptr->atios, sim_links.sle) { in isp_abort_atio()
2300 if (sccb != &accb->ccb_h) in isp_abort_atio()
2302 SLIST_REMOVE(&tptr->atios, sccb, ccb_hdr, sim_links.sle); in isp_abort_atio()
2303 ISP_PATH_PRT(isp, ISP_LOGTDEBUG2, sccb->path, in isp_abort_atio()
2330 struct ccb_hdr *sccb; in isp_abort_atio()
2336 SLIST_FOREACH(sccb, &tptr->inots, sim_links.sle) {
2337 if (sccb != &accb->ccb_h)
2339 SLIST_REMOVE(&tptr->inots, sccb, ccb_hdr, sim_links.sle); in isp_abort_inot()
2340 ISP_PATH_PRT(isp, ISP_LOGTDEBUG2, sccb in isp_abort_inot()
2291 struct ccb_hdr *sccb; isp_abort_atio() local
2342 struct ccb_hdr *sccb; isp_abort_inot() local
2800 isp_done(XS_T * sccb) isp_done() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DFLATInstructions.td1832 !subst("$sccb", !if(has_sccb, "$sccb",""), ps.AsmOperands);
H A DBUFInstructions.td3076 let AsmString = ps.Mnemonic # !subst("$sccb", !if(has_sccb, "$sccb",""),