Home
last modified time | relevance | path

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

/linux/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c242 struct vbi_anc_data *anc = (struct vbi_anc_data *)vbi->p; in cx18_av_decode_vbi_line() local
249 if (anc->preamble[0] || in cx18_av_decode_vbi_line()
250 anc->preamble[1] != 0xff || anc->preamble[2] != 0xff || in cx18_av_decode_vbi_line()
251 (anc->did != sliced_vbi_did[0] && in cx18_av_decode_vbi_line()
252 anc->did != sliced_vbi_did[1])) { in cx18_av_decode_vbi_line()
257 did = anc->did; in cx18_av_decode_vbi_line()
258 sdid = anc->sdid & 0xf; in cx18_av_decode_vbi_line()
259 l = anc->idid[0] & 0x3f; in cx18_av_decode_vbi_line()
261 p = anc->payload; in cx18_av_decode_vbi_line()
/linux/drivers/s390/cio/
H A Dcio_inject.c87 u32 slct, oflw, chn, rsc, anc, erc, rsid; in crw_inject_write() local
101 rc = sscanf(buffer, "%x %x %x %x %x %x %x", &slct, &oflw, &chn, &rsc, &anc, in crw_inject_write()
115 crw.anc = anc; in crw_inject_write()
H A Dcrw.c86 tmp_crw.chn, tmp_crw.rsc, tmp_crw.anc, in crw_collect_info()
101 crw[chain].rsc, crw[chain].anc, crw[chain].erc, in crw_collect_info()
H A Dtrace.h369 __field(u8, anc)
380 __entry->anc = crw->anc;
387 __entry->chn, __entry->rsc, __entry->anc,
H A Dcss.c822 crw0->slct, crw0->oflw, crw0->chn, crw0->rsc, crw0->anc, in css_process_crw()
828 crw1->anc, crw1->erc, crw1->rsid); in css_process_crw()
H A Dchp.c626 crw0->slct, crw0->oflw, crw0->chn, crw0->rsc, crw0->anc, in chp_process_crw()
H A Dchsc.c746 crw0->slct, crw0->oflw, crw0->chn, crw0->rsc, crw0->anc, in chsc_process_crw()
/linux/arch/s390/include/asm/
H A Dcrw.h24 __u32 anc : 1; /* ancillary report */ member