Home
last modified time | relevance | path

Searched refs:PT3_BUF_CANARY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/pt3/
H A Dpt3_dma.c14 #define PT3_BUF_CANARY (0x74) macro
80 if (adap->buffer[idx].data[ofs] == PT3_BUF_CANARY) in pt3_proc_dma()
83 while (*next_unit(adap, &idx, &ofs) != PT3_BUF_CANARY) { in pt3_proc_dma()
98 *p = PT3_BUF_CANARY; in pt3_proc_dma()
115 p[ofs] = PT3_BUF_CANARY; in pt3_init_dmabuf()
/kernel/linux/linux-6.6/drivers/media/pci/pt3/
H A Dpt3_dma.c14 #define PT3_BUF_CANARY (0x74) macro
80 if (adap->buffer[idx].data[ofs] == PT3_BUF_CANARY) in pt3_proc_dma()
83 while (*next_unit(adap, &idx, &ofs) != PT3_BUF_CANARY) { in pt3_proc_dma()
98 *p = PT3_BUF_CANARY; in pt3_proc_dma()
115 p[ofs] = PT3_BUF_CANARY; in pt3_init_dmabuf()

Completed in 1 milliseconds