Lines Matching defs:_dev
335 static int ps3_system_bus_match(struct device *_dev, in ps3_system_bus_match()
362 static int ps3_system_bus_probe(struct device *_dev) in ps3_system_bus_probe()
384 static void ps3_system_bus_remove(struct device *_dev) in ps3_system_bus_remove()
404 static void ps3_system_bus_shutdown(struct device *_dev) in ps3_system_bus_shutdown()
442 static int ps3_system_bus_uevent(const struct device *_dev, struct kobj_uevent_env *env) in ps3_system_bus_uevent()
452 static ssize_t modalias_show(struct device *_dev, struct device_attribute *a, in modalias_show()
506 static void * ps3_alloc_coherent(struct device *_dev, size_t size, in ps3_alloc_coherent()
544 static void ps3_free_coherent(struct device *_dev, size_t size, void *vaddr, in ps3_free_coherent()
559 static dma_addr_t ps3_sb_map_page(struct device *_dev, struct page *page, in ps3_sb_map_page()
581 static dma_addr_t ps3_ioc0_map_page(struct device *_dev, struct page *page, in ps3_ioc0_map_page()
617 static void ps3_unmap_page(struct device *_dev, dma_addr_t dma_addr, in ps3_unmap_page()
631 static int ps3_sb_map_sg(struct device *_dev, struct scatterlist *sgl, in ps3_sb_map_sg()
659 static int ps3_ioc0_map_sg(struct device *_dev, struct scatterlist *sg, in ps3_ioc0_map_sg()
668 static void ps3_sb_unmap_sg(struct device *_dev, struct scatterlist *sg, in ps3_sb_unmap_sg()
676 static void ps3_ioc0_unmap_sg(struct device *_dev, struct scatterlist *sg, in ps3_ioc0_unmap_sg()
683 static int ps3_dma_supported(struct device *_dev, u64 mask) in ps3_dma_supported()
720 static void ps3_system_bus_release_device(struct device *_dev) in ps3_system_bus_release_device()