Lines Matching refs:ps3_system_bus_device
114 static void ps3vram_notifier_reset(struct ps3_system_bus_device *dev) in ps3vram_notifier_reset()
124 static int ps3vram_notifier_wait(struct ps3_system_bus_device *dev, in ps3vram_notifier_wait()
148 static void ps3vram_init_ring(struct ps3_system_bus_device *dev) in ps3vram_init_ring()
156 static int ps3vram_wait_ring(struct ps3_system_bus_device *dev, in ps3vram_wait_ring()
186 static void ps3vram_rewind_ring(struct ps3_system_bus_device *dev) in ps3vram_rewind_ring()
204 static void ps3vram_fire_ring(struct ps3_system_bus_device *dev) in ps3vram_fire_ring()
230 static void ps3vram_bind(struct ps3_system_bus_device *dev) in ps3vram_bind()
251 static int ps3vram_upload(struct ps3_system_bus_device *dev, in ps3vram_upload()
283 static int ps3vram_download(struct ps3_system_bus_device *dev, in ps3vram_download()
315 static void ps3vram_cache_evict(struct ps3_system_bus_device *dev, int entry) in ps3vram_cache_evict()
336 static void ps3vram_cache_load(struct ps3_system_bus_device *dev, int entry, in ps3vram_cache_load()
357 static void ps3vram_cache_flush(struct ps3_system_bus_device *dev) in ps3vram_cache_flush()
370 static unsigned int ps3vram_cache_match(struct ps3_system_bus_device *dev, in ps3vram_cache_match()
405 static int ps3vram_cache_init(struct ps3_system_bus_device *dev) in ps3vram_cache_init()
423 static void ps3vram_cache_cleanup(struct ps3_system_bus_device *dev) in ps3vram_cache_cleanup()
431 static blk_status_t ps3vram_read(struct ps3_system_bus_device *dev, loff_t from, in ps3vram_read()
475 static blk_status_t ps3vram_write(struct ps3_system_bus_device *dev, loff_t to, in ps3vram_write()
526 static void ps3vram_proc_init(struct ps3_system_bus_device *dev) in ps3vram_proc_init()
537 static struct bio *ps3vram_do_bio(struct ps3_system_bus_device *dev, in ps3vram_do_bio()
590 struct ps3_system_bus_device *dev = q->queuedata; in ps3vram_make_request()
613 static int ps3vram_probe(struct ps3_system_bus_device *dev) in ps3vram_probe()
803 static int ps3vram_remove(struct ps3_system_bus_device *dev) in ps3vram_remove()