Lines Matching refs:ps3_system_bus_device

107 static void ps3vram_notifier_reset(struct ps3_system_bus_device *dev)  in ps3vram_notifier_reset()
117 static int ps3vram_notifier_wait(struct ps3_system_bus_device *dev, in ps3vram_notifier_wait()
141 static void ps3vram_init_ring(struct ps3_system_bus_device *dev) in ps3vram_init_ring()
149 static int ps3vram_wait_ring(struct ps3_system_bus_device *dev, in ps3vram_wait_ring()
179 static void ps3vram_rewind_ring(struct ps3_system_bus_device *dev) in ps3vram_rewind_ring()
197 static void ps3vram_fire_ring(struct ps3_system_bus_device *dev) in ps3vram_fire_ring()
223 static void ps3vram_bind(struct ps3_system_bus_device *dev) in ps3vram_bind()
244 static int ps3vram_upload(struct ps3_system_bus_device *dev, in ps3vram_upload()
276 static int ps3vram_download(struct ps3_system_bus_device *dev, in ps3vram_download()
308 static void ps3vram_cache_evict(struct ps3_system_bus_device *dev, int entry) in ps3vram_cache_evict()
329 static void ps3vram_cache_load(struct ps3_system_bus_device *dev, int entry, in ps3vram_cache_load()
350 static void ps3vram_cache_flush(struct ps3_system_bus_device *dev) in ps3vram_cache_flush()
363 static unsigned int ps3vram_cache_match(struct ps3_system_bus_device *dev, in ps3vram_cache_match()
398 static int ps3vram_cache_init(struct ps3_system_bus_device *dev) in ps3vram_cache_init()
416 static void ps3vram_cache_cleanup(struct ps3_system_bus_device *dev) in ps3vram_cache_cleanup()
424 static blk_status_t ps3vram_read(struct ps3_system_bus_device *dev, loff_t from, in ps3vram_read()
468 static blk_status_t ps3vram_write(struct ps3_system_bus_device *dev, loff_t to, in ps3vram_write()
519 static void ps3vram_proc_init(struct ps3_system_bus_device *dev) in ps3vram_proc_init()
530 static struct bio *ps3vram_do_bio(struct ps3_system_bus_device *dev, in ps3vram_do_bio()
583 struct ps3_system_bus_device *dev = bio->bi_bdev->bd_disk->private_data; in ps3vram_submit_bio()
607 static int ps3vram_probe(struct ps3_system_bus_device *dev) in ps3vram_probe()
785 static void ps3vram_remove(struct ps3_system_bus_device *dev) in ps3vram_remove()