Lines Matching defs:device
28 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr)
36 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t dma_addr)
379 u32 device;
400 device = bridge_read(bc, b_int_device);
401 device &= ~(7 << (pin*3));
402 device |= (pin << (pin*3));
403 bridge_write(bc, b_int_device, device);
428 * may be called on the same device over and over, and need to return the
431 * A given PCI device, in general, should be able to intr any of the cpus
556 static int bridge_nvmem_match(struct device *dev, const void *data)
609 struct device *dev = &pdev->dev;