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()
423 static void ps3vram_cache_cleanup(struct ps3_system_bus_device *dev) in ps3vram_cache_cleanup()
431 static int ps3vram_read(struct ps3_system_bus_device *dev, loff_t from, in ps3vram_read()
475 static int ps3vram_write(struct ps3_system_bus_device *dev, loff_t to, in ps3vram_write()
539 static void ps3vram_proc_init(struct ps3_system_bus_device *dev) in ps3vram_proc_init()
550 static struct bio *ps3vram_do_bio(struct ps3_system_bus_device *dev, in ps3vram_do_bio()
602 struct ps3_system_bus_device *dev = q->queuedata; in ps3vram_make_request()
621 static int ps3vram_probe(struct ps3_system_bus_device *dev) in ps3vram_probe()
808 static int ps3vram_remove(struct ps3_system_bus_device *dev) in ps3vram_remove()