Lines Matching defs:matrox_device
42 struct matrox_device
67 static __inline__ u8 matrox_w1_read_reg(struct matrox_device *dev, u8 reg)
78 static __inline__ void matrox_w1_write_reg(struct matrox_device *dev, u8 reg, u8 val)
88 struct matrox_device *dev = data;
103 struct matrox_device *dev = data;
110 static void matrox_w1_hw_init(struct matrox_device *dev)
118 struct matrox_device *dev;
124 dev = kzalloc(sizeof(struct matrox_device) +
128 "%s: Failed to create new matrox_device object.\n",
183 struct matrox_device *dev = pci_get_drvdata(pdev);