Home
last modified time | relevance | path

Searched refs:mgb4_vin_create (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/pci/mgb4/
H A Dmgb4_vin.h66 struct mgb4_vin_dev *mgb4_vin_create(struct mgb4_dev *mgbdev, int id);
H A Dmgb4_core.c603 mgbdev->vin[i] = mgb4_vin_create(mgbdev, i); in mgb4_probe()
H A Dmgb4_vin.c887 struct mgb4_vin_dev *mgb4_vin_create(struct mgb4_dev *mgbdev, int id) in mgb4_vin_create() function