Lines Matching refs:ps3_system_bus_device

113 static void ps3vram_notifier_reset(struct ps3_system_bus_device *dev)  in ps3vram_notifier_reset()
123 static int ps3vram_notifier_wait(struct ps3_system_bus_device *dev, in ps3vram_notifier_wait()
147 static void ps3vram_init_ring(struct ps3_system_bus_device *dev) in ps3vram_init_ring()
155 static int ps3vram_wait_ring(struct ps3_system_bus_device *dev, in ps3vram_wait_ring()
185 static void ps3vram_rewind_ring(struct ps3_system_bus_device *dev) in ps3vram_rewind_ring()
203 static void ps3vram_fire_ring(struct ps3_system_bus_device *dev) in ps3vram_fire_ring()
229 static void ps3vram_bind(struct ps3_system_bus_device *dev) in ps3vram_bind()
250 static int ps3vram_upload(struct ps3_system_bus_device *dev, in ps3vram_upload()
282 static int ps3vram_download(struct ps3_system_bus_device *dev, in ps3vram_download()
314 static void ps3vram_cache_evict(struct ps3_system_bus_device *dev, int entry) in ps3vram_cache_evict()
335 static void ps3vram_cache_load(struct ps3_system_bus_device *dev, int entry, in ps3vram_cache_load()
356 static void ps3vram_cache_flush(struct ps3_system_bus_device *dev) in ps3vram_cache_flush()
369 static unsigned int ps3vram_cache_match(struct ps3_system_bus_device *dev, in ps3vram_cache_match()
404 static int ps3vram_cache_init(struct ps3_system_bus_device *dev) in ps3vram_cache_init()
422 static void ps3vram_cache_cleanup(struct ps3_system_bus_device *dev) in ps3vram_cache_cleanup()
430 static blk_status_t ps3vram_read(struct ps3_system_bus_device *dev, loff_t from, in ps3vram_read()
474 static blk_status_t ps3vram_write(struct ps3_system_bus_device *dev, loff_t to, in ps3vram_write()
525 static void ps3vram_proc_init(struct ps3_system_bus_device *dev) in ps3vram_proc_init()
536 static struct bio *ps3vram_do_bio(struct ps3_system_bus_device *dev, in ps3vram_do_bio()
589 struct ps3_system_bus_device *dev = q->queuedata; in ps3vram_make_request()
612 static int ps3vram_probe(struct ps3_system_bus_device *dev) in ps3vram_probe()
802 static int ps3vram_remove(struct ps3_system_bus_device *dev) in ps3vram_remove()