media_device_pci_init — create and initialize a struct media_device from a PCI device.
void media_device_pci_init ( | struct media_device * mdev, |
| struct pci_dev * pci_dev, | |
const char * name); |
mdevpointer to struct media_device
pci_devpointer to struct pci_dev
name
media device name. If NULL, the routine will use the default
name for the pci device, given by pci_name macro.