Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/pci/mgb4/
Dmgb4_core.h34 struct mgb4_dev { struct
35 struct pci_dev *pdev;
36 struct platform_device *xdev;
37 struct mgb4_vin_dev *vin[MGB4_VIN_DEVICES];
38 struct mgb4_vout_dev *vout[MGB4_VOUT_DEVICES];
40 struct mgb4_dma_channel c2h_chan[MGB4_VIN_DEVICES];
41 struct mgb4_dma_channel h2c_chan[MGB4_VOUT_DEVICES];
42 struct dma_slave_map slave_map[MGB4_VIN_DEVICES + MGB4_VOUT_DEVICES];
44 struct mgb4_regs video;
45 struct mgb4_regs cmt;
[all …]