Home
last modified time | relevance | path

Searched defs:mgb4_dev (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/media/pci/mgb4/
Dmgb4_core.h31 struct mgb4_dev { struct
32 struct pci_dev *pdev;
33 struct platform_device *xdev;
34 struct mgb4_vin_dev *vin[MGB4_VIN_DEVICES];
35 struct mgb4_vout_dev *vout[MGB4_VOUT_DEVICES];
37 struct mgb4_dma_channel c2h_chan[MGB4_VIN_DEVICES];
38 struct mgb4_dma_channel h2c_chan[MGB4_VOUT_DEVICES];
39 struct dma_slave_map slave_map[MGB4_VIN_DEVICES + MGB4_VOUT_DEVICES];
41 struct mgb4_regs video;
42 struct mgb4_regs cmt;
[all …]