Lines Matching refs:_dev

335 static int ps3_system_bus_match(struct device *_dev,  in ps3_system_bus_match()  argument
340 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_match()
362 static int ps3_system_bus_probe(struct device *_dev) in ps3_system_bus_probe() argument
365 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_probe()
369 dev_dbg(_dev, "%s:%d\n", __func__, __LINE__); in ps3_system_bus_probe()
384 static void ps3_system_bus_remove(struct device *_dev) in ps3_system_bus_remove() argument
386 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_remove()
390 dev_dbg(_dev, "%s:%d\n", __func__, __LINE__); in ps3_system_bus_remove()
404 static void ps3_system_bus_shutdown(struct device *_dev) in ps3_system_bus_shutdown() argument
406 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_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() argument
444 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_uevent()
452 static ssize_t modalias_show(struct device *_dev, struct device_attribute *a, in modalias_show() argument
455 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in modalias_show()
506 static void * ps3_alloc_coherent(struct device *_dev, size_t size, in ps3_alloc_coherent() argument
511 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_alloc_coherent()
544 static void ps3_free_coherent(struct device *_dev, size_t size, void *vaddr, in ps3_free_coherent() argument
547 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_free_coherent()
559 static dma_addr_t ps3_sb_map_page(struct device *_dev, struct page *page, in ps3_sb_map_page() argument
563 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); 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() argument
586 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_ioc0_map_page()
617 static void ps3_unmap_page(struct device *_dev, dma_addr_t dma_addr, in ps3_unmap_page() argument
620 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_unmap_page()
631 static int ps3_sb_map_sg(struct device *_dev, struct scatterlist *sgl, in ps3_sb_map_sg() argument
638 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_sb_map_sg()
659 static int ps3_ioc0_map_sg(struct device *_dev, struct scatterlist *sg, in ps3_ioc0_map_sg() argument
668 static void ps3_sb_unmap_sg(struct device *_dev, struct scatterlist *sg, in ps3_sb_unmap_sg() argument
676 static void ps3_ioc0_unmap_sg(struct device *_dev, struct scatterlist *sg, in ps3_ioc0_unmap_sg() argument
683 static int ps3_dma_supported(struct device *_dev, u64 mask) in ps3_dma_supported() argument
720 static void ps3_system_bus_release_device(struct device *_dev) in ps3_system_bus_release_device() argument
722 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_release_device()