Lines Matching refs:ps3_system_bus_device
108 static void ps3vram_notifier_reset(struct ps3_system_bus_device *dev) in ps3vram_notifier_reset()
118 static int ps3vram_notifier_wait(struct ps3_system_bus_device *dev, in ps3vram_notifier_wait()
142 static void ps3vram_init_ring(struct ps3_system_bus_device *dev) in ps3vram_init_ring()
150 static int ps3vram_wait_ring(struct ps3_system_bus_device *dev, in ps3vram_wait_ring()
180 static void ps3vram_rewind_ring(struct ps3_system_bus_device *dev) in ps3vram_rewind_ring()
198 static void ps3vram_fire_ring(struct ps3_system_bus_device *dev) in ps3vram_fire_ring()
224 static void ps3vram_bind(struct ps3_system_bus_device *dev) in ps3vram_bind()
245 static int ps3vram_upload(struct ps3_system_bus_device *dev, in ps3vram_upload()
277 static int ps3vram_download(struct ps3_system_bus_device *dev, in ps3vram_download()
309 static void ps3vram_cache_evict(struct ps3_system_bus_device *dev, int entry) in ps3vram_cache_evict()
330 static void ps3vram_cache_load(struct ps3_system_bus_device *dev, int entry, in ps3vram_cache_load()
351 static void ps3vram_cache_flush(struct ps3_system_bus_device *dev) in ps3vram_cache_flush()
364 static unsigned int ps3vram_cache_match(struct ps3_system_bus_device *dev, in ps3vram_cache_match()
399 static int ps3vram_cache_init(struct ps3_system_bus_device *dev) in ps3vram_cache_init()
417 static void ps3vram_cache_cleanup(struct ps3_system_bus_device *dev) in ps3vram_cache_cleanup()
425 static blk_status_t ps3vram_read(struct ps3_system_bus_device *dev, loff_t from, in ps3vram_read()
469 static blk_status_t ps3vram_write(struct ps3_system_bus_device *dev, loff_t to, in ps3vram_write()
520 static void ps3vram_proc_init(struct ps3_system_bus_device *dev) in ps3vram_proc_init()
531 static struct bio *ps3vram_do_bio(struct ps3_system_bus_device *dev, in ps3vram_do_bio()
584 struct ps3_system_bus_device *dev = bio->bi_disk->private_data; in ps3vram_submit_bio()
612 static int ps3vram_probe(struct ps3_system_bus_device *dev) in ps3vram_probe()
800 static int ps3vram_remove(struct ps3_system_bus_device *dev) in ps3vram_remove()