Lines Matching refs:ps3_system_bus_device

35 static int ps3_is_device(struct ps3_system_bus_device *dev, u64 bus_id,  in ps3_is_device()
41 static int ps3_open_hv_device_sb(struct ps3_system_bus_device *dev) in ps3_open_hv_device_sb()
78 static int ps3_close_hv_device_sb(struct ps3_system_bus_device *dev) in ps3_close_hv_device_sb()
109 static int ps3_open_hv_device_gpu(struct ps3_system_bus_device *dev) in ps3_open_hv_device_gpu()
134 static int ps3_close_hv_device_gpu(struct ps3_system_bus_device *dev) in ps3_close_hv_device_gpu()
154 int ps3_open_hv_device(struct ps3_system_bus_device *dev) in ps3_open_hv_device()
192 int ps3_close_hv_device(struct ps3_system_bus_device *dev) in ps3_close_hv_device()
312 int ps3_mmio_region_init(struct ps3_system_bus_device *dev, in ps3_mmio_region_init()
340 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_match()
365 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_probe()
386 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_remove()
406 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_shutdown()
444 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_uevent()
455 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in modalias_show()
510 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_alloc_coherent()
546 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_free_coherent()
562 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_sb_map_page()
585 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_ioc0_map_page()
619 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_unmap_page()
637 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_sb_map_sg()
721 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_release_device()
733 int ps3_system_bus_device_register(struct ps3_system_bus_device *dev) in ps3_system_bus_device_register()