/linux/drivers/ps3/ |
A D | vuart.h | 25 struct ps3_system_bus_device *dev; /* to convert work to device */ 34 int (*probe)(struct ps3_system_bus_device *); 35 int (*remove)(struct ps3_system_bus_device *); 36 void (*shutdown)(struct ps3_system_bus_device *); 37 void (*work)(struct ps3_system_bus_device *); 49 ps3_system_bus_dev_to_vuart_drv(struct ps3_system_bus_device *_dev) in ps3_system_bus_dev_to_vuart_drv() 66 int ps3_vuart_read(struct ps3_system_bus_device *dev, void *buf, 69 void ps3_vuart_cancel_async(struct ps3_system_bus_device *dev); 70 void ps3_vuart_clear_rx_bytes(struct ps3_system_bus_device *dev, 78 int ps3_vuart_get_triggers(struct ps3_system_bus_device *dev, [all …]
|
A D | ps3-vuart.c | 83 struct ps3_system_bus_device *dev) in to_port_priv() 142 int ps3_vuart_get_triggers(struct ps3_system_bus_device *dev, in ps3_vuart_get_triggers() 351 static int ps3_vuart_raw_write(struct ps3_system_bus_device *dev, in ps3_vuart_raw_write() 414 void ps3_vuart_clear_rx_bytes(struct ps3_system_bus_device *dev, in ps3_vuart_clear_rx_bytes() 598 int ps3_vuart_read(struct ps3_system_bus_device *dev, void *buf, in ps3_vuart_read() 663 struct ps3_system_bus_device *dev = in ps3_vuart_work() 704 void ps3_vuart_cancel_async(struct ps3_system_bus_device *dev) in ps3_vuart_cancel_async() 808 struct ps3_system_bus_device *dev) in ps3_vuart_handle_interrupt_disconnect() 866 struct ps3_system_bus_device *devices[PORT_COUNT]; 981 static int ps3_vuart_probe(struct ps3_system_bus_device *dev) in ps3_vuart_probe() [all …]
|
A D | ps3-sys-manager.c | 230 static int ps3_sys_manager_write(struct ps3_system_bus_device *dev, in ps3_sys_manager_write() 254 static int ps3_sys_manager_send_attr(struct ps3_system_bus_device *dev, in ps3_sys_manager_send_attr() 287 static int ps3_sys_manager_send_next_op(struct ps3_system_bus_device *dev, in ps3_sys_manager_send_next_op() 333 struct ps3_system_bus_device *dev) in ps3_sys_manager_send_request_shutdown() 485 static int ps3_sys_manager_handle_cmd(struct ps3_system_bus_device *dev) in ps3_sys_manager_handle_cmd() 526 static int ps3_sys_manager_handle_msg(struct ps3_system_bus_device *dev) in ps3_sys_manager_handle_msg() 579 static void ps3_sys_manager_fin(struct ps3_system_bus_device *dev) in ps3_sys_manager_fin() 692 static void ps3_sys_manager_work(struct ps3_system_bus_device *dev) in ps3_sys_manager_work() 698 static int ps3_sys_manager_probe(struct ps3_system_bus_device *dev) in ps3_sys_manager_probe() 722 static int ps3_sys_manager_remove(struct ps3_system_bus_device *dev) in ps3_sys_manager_remove() [all …]
|
A D | ps3stor_lib.c | 24 struct ps3_system_bus_device *disk_sbd; 27 static int ps3stor_open_hv_device(struct ps3_system_bus_device *sbd) in ps3stor_open_hv_device() 43 static int ps3stor_close_hv_device(struct ps3_system_bus_device *sbd) in ps3stor_close_hv_device()
|
A D | ps3av.c | 36 struct ps3_system_bus_device *dev; 174 static int ps3av_vuart_write(struct ps3_system_bus_device *dev, in ps3av_vuart_write() 184 static int ps3av_vuart_read(struct ps3_system_bus_device *dev, void *buf, in ps3av_vuart_read() 922 static int ps3av_probe(struct ps3_system_bus_device *dev) in ps3av_probe() 998 static int ps3av_remove(struct ps3_system_bus_device *dev) in ps3av_remove() 1012 static void ps3av_shutdown(struct ps3_system_bus_device *dev) in ps3av_shutdown()
|
A D | ps3-lpm.c | 129 struct ps3_system_bus_device *sbd; 1174 static int ps3_lpm_probe(struct ps3_system_bus_device *dev) in ps3_lpm_probe() 1199 static void ps3_lpm_remove(struct ps3_system_bus_device *dev) in ps3_lpm_remove()
|
/linux/arch/powerpc/include/asm/ |
A D | ps3.h | 81 struct ps3_system_bus_device *dev; 118 struct ps3_system_bus_device; 146 struct ps3_system_bus_device *dev; 349 struct ps3_system_bus_device { struct 382 int (*probe)(struct ps3_system_bus_device *); 383 void (*remove)(struct ps3_system_bus_device *); 384 void (*shutdown)(struct ps3_system_bus_device *); 418 struct ps3_system_bus_device *dev, void *data) in ps3_system_bus_set_drvdata() 423 struct ps3_system_bus_device *dev) in ps3_system_bus_get_drvdata() 435 struct ps3_system_bus_device *dev; [all …]
|
A D | ps3stor.h | 24 struct ps3_system_bus_device sbd;
|
/linux/arch/powerpc/platforms/ps3/ |
A D | system-bus.c | 35 static int ps3_is_device(struct ps3_system_bus_device *dev, u64 bus_id, in ps3_is_device() 41 static int ps3_open_hv_device_sb(struct ps3_system_bus_device *dev) in ps3_open_hv_device_sb() 78 static int ps3_close_hv_device_sb(struct ps3_system_bus_device *dev) in ps3_close_hv_device_sb() 109 static int ps3_open_hv_device_gpu(struct ps3_system_bus_device *dev) in ps3_open_hv_device_gpu() 134 static int ps3_close_hv_device_gpu(struct ps3_system_bus_device *dev) in ps3_close_hv_device_gpu() 154 int ps3_open_hv_device(struct ps3_system_bus_device *dev) in ps3_open_hv_device() 192 int ps3_close_hv_device(struct ps3_system_bus_device *dev) in ps3_close_hv_device() 312 int ps3_mmio_region_init(struct ps3_system_bus_device *dev, in ps3_mmio_region_init() 340 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_match() 365 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_probe() [all …]
|
A D | device-init.c | 29 struct ps3_system_bus_device *dev; in ps3_register_lpm_devices() 119 struct ps3_system_bus_device dev; in ps3_setup_gelic_device() 187 struct ps3_system_bus_device dev; in ps3_setup_uhc_device() 290 struct ps3_system_bus_device dev; in ps3_setup_vuart_device() 442 struct ps3_system_bus_device dev; in ps3_register_sound_devices() 478 struct ps3_system_bus_device dev; in ps3_register_graphics_devices() 513 struct ps3_system_bus_device dev; in ps3_register_ramdisk_device() 670 struct ps3_system_bus_device sbd;
|
A D | interrupt.c | 390 int ps3_sb_event_receive_port_setup(struct ps3_system_bus_device *dev, in ps3_sb_event_receive_port_setup() 421 int ps3_sb_event_receive_port_destroy(struct ps3_system_bus_device *dev, in ps3_sb_event_receive_port_destroy()
|
A D | mm.c | 1119 int ps3_dma_region_init(struct ps3_system_bus_device *dev, in ps3_dma_region_init()
|
/linux/drivers/block/ |
A D | ps3vram.c | 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() 398 static int ps3vram_cache_init(struct ps3_system_bus_device *dev) in ps3vram_cache_init() 609 static int ps3vram_probe(struct ps3_system_bus_device *dev) in ps3vram_probe() [all …]
|
A D | ps3disk.c | 379 static int ps3disk_probe(struct ps3_system_bus_device *_dev) in ps3disk_probe() 493 static void ps3disk_remove(struct ps3_system_bus_device *_dev) in ps3disk_remove()
|
/linux/drivers/usb/host/ |
A D | ehci-ps3.c | 84 static int ps3_ehci_probe(struct ps3_system_bus_device *dev) in ps3_ehci_probe() 203 static void ps3_ehci_remove(struct ps3_system_bus_device *dev) in ps3_ehci_remove()
|
A D | ohci-ps3.c | 67 static int ps3_ohci_probe(struct ps3_system_bus_device *dev) in ps3_ohci_probe() 187 static void ps3_ohci_remove(struct ps3_system_bus_device *dev) in ps3_ohci_remove()
|
/linux/sound/ppc/ |
A D | snd_ps3.h | 49 struct ps3_system_bus_device *ps3_dev;
|
A D | snd_ps3.c | 893 static int snd_ps3_driver_probe(struct ps3_system_bus_device *dev) in snd_ps3_driver_probe() 1047 static void snd_ps3_driver_remove(struct ps3_system_bus_device *dev) in snd_ps3_driver_remove()
|
/linux/drivers/scsi/ |
A D | ps3rom.c | 339 static int ps3rom_probe(struct ps3_system_bus_device *_dev) in ps3rom_probe() 400 static void ps3rom_remove(struct ps3_system_bus_device *_dev) in ps3rom_remove()
|
/linux/drivers/char/ |
A D | ps3flash.c | 330 static int ps3flash_probe(struct ps3_system_bus_device *_dev) in ps3flash_probe() 406 static void ps3flash_remove(struct ps3_system_bus_device *_dev) in ps3flash_remove()
|
/linux/drivers/net/ethernet/toshiba/ |
A D | ps3_gelic_net.h | 272 struct ps3_system_bus_device *dev;
|
A D | ps3_gelic_net.c | 1640 static int ps3_gelic_driver_probe(struct ps3_system_bus_device *dev) in ps3_gelic_driver_probe() 1796 static void ps3_gelic_driver_remove(struct ps3_system_bus_device *dev) in ps3_gelic_driver_remove()
|
/linux/drivers/video/fbdev/ |
A D | ps3fb.c | 963 static int ps3fb_probe(struct ps3_system_bus_device *dev) in ps3fb_probe() 1211 static void ps3fb_shutdown(struct ps3_system_bus_device *dev) in ps3fb_shutdown()
|