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