Home
last modified time | relevance | path

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

/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c476 if (dev->info->ts_1) in smi_irq_handler()
913 dmachs = (index == 0) ? dev->info->ts_0 : dev->info->ts_1; in smi_port_attach()
990 if (dev->info->ts_1) { in smi_probe()
1018 if (dev->info->ts_1) in smi_probe()
1044 if (dev->info->ts_1) in smi_remove()
1062 .ts_1 = SMI_TS_DMA_BOTH,
1072 .ts_1 = SMI_TS_DMA_BOTH,
1082 .ts_1 = SMI_TS_DMA_BOTH,
1092 .ts_1 = SMI_TS_DMA_BOTH,
H A Dsmipcie.h220 int ts_1; member