Searched refs:ps3_system_bus_device (Results 1 - 23 of 23) sorted by relevance

/linux-master/drivers/ps3/
H A Dvuart.h25 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 *);
38 /* int (*tx_event)(struct ps3_system_bus_device *dev); */
39 /* int (*rx_event)(struct ps3_system_bus_device *dev); */
40 /* int (*disconnect_event)(struct ps3_system_bus_device *dev); */
41 /* int (*suspend)(struct ps3_system_bus_device *, pm_message_t); */
42 /* int (*resume)(struct ps3_system_bus_device *); */
[all...]
H A Dps3-sys-manager.c230 static int ps3_sys_manager_write(struct ps3_system_bus_device *dev,
254 static int ps3_sys_manager_send_attr(struct ps3_system_bus_device *dev,
287 static int ps3_sys_manager_send_next_op(struct ps3_system_bus_device *dev,
333 struct ps3_system_bus_device *dev)
369 static int ps3_sys_manager_send_response(struct ps3_system_bus_device *dev,
403 static int ps3_sys_manager_handle_event(struct ps3_system_bus_device *dev)
485 static int ps3_sys_manager_handle_cmd(struct ps3_system_bus_device *dev)
526 static int ps3_sys_manager_handle_msg(struct ps3_system_bus_device *dev)
579 static void ps3_sys_manager_fin(struct ps3_system_bus_device *dev)
607 static void ps3_sys_manager_final_power_off(struct ps3_system_bus_device *de
[all...]
H A Dps3-vuart.c83 struct ps3_system_bus_device *dev)
142 int ps3_vuart_get_triggers(struct ps3_system_bus_device *dev,
186 int ps3_vuart_set_triggers(struct ps3_system_bus_device *dev, unsigned int tx,
225 static int ps3_vuart_get_rx_bytes_waiting(struct ps3_system_bus_device *dev,
244 * @dev: The struct ps3_system_bus_device instance.
248 static int ps3_vuart_set_interrupt_mask(struct ps3_system_bus_device *dev,
268 static int ps3_vuart_get_interrupt_status(struct ps3_system_bus_device *dev,
290 int ps3_vuart_enable_interrupt_tx(struct ps3_system_bus_device *dev)
299 int ps3_vuart_enable_interrupt_rx(struct ps3_system_bus_device *dev)
308 int ps3_vuart_enable_interrupt_disconnect(struct ps3_system_bus_device *de
[all...]
H A Dps3stor_lib.c24 struct ps3_system_bus_device *disk_sbd;
27 static int ps3stor_open_hv_device(struct ps3_system_bus_device *sbd)
43 static int ps3stor_close_hv_device(struct ps3_system_bus_device *sbd)
H A Dps3av.c37 struct ps3_system_bus_device *dev;
175 static int ps3av_vuart_write(struct ps3_system_bus_device *dev,
185 static int ps3av_vuart_read(struct ps3_system_bus_device *dev, void *buf,
923 static int ps3av_probe(struct ps3_system_bus_device *dev)
999 static int ps3av_remove(struct ps3_system_bus_device *dev)
1013 static void ps3av_shutdown(struct ps3_system_bus_device *dev)
H A Dps3-lpm.c110 * @sbd: The struct ps3_system_bus_device attached to this driver.
129 struct ps3_system_bus_device *sbd;
1174 static int ps3_lpm_probe(struct ps3_system_bus_device *dev)
1199 static void ps3_lpm_remove(struct ps3_system_bus_device *dev)
/linux-master/arch/powerpc/include/asm/
H A Dps3.h81 struct ps3_system_bus_device *dev;
118 struct ps3_system_bus_device;
120 int ps3_dma_region_init(struct ps3_system_bus_device *dev,
146 struct ps3_system_bus_device *dev;
165 int ps3_mmio_region_init(struct ps3_system_bus_device *dev,
197 int ps3_sb_event_receive_port_setup(struct ps3_system_bus_device *dev,
199 int ps3_sb_event_receive_port_destroy(struct ps3_system_bus_device *dev,
346 * struct ps3_system_bus_device - a device on the system bus
349 struct ps3_system_bus_device { struct
371 int ps3_open_hv_device(struct ps3_system_bus_device *de
[all...]
H A Dps3stor.h24 struct ps3_system_bus_device sbd;
/linux-master/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c35 static int ps3_is_device(struct ps3_system_bus_device *dev, u64 bus_id,
41 static int ps3_open_hv_device_sb(struct ps3_system_bus_device *dev)
78 static int ps3_close_hv_device_sb(struct ps3_system_bus_device *dev)
109 static int ps3_open_hv_device_gpu(struct ps3_system_bus_device *dev)
134 static int ps3_close_hv_device_gpu(struct ps3_system_bus_device *dev)
154 int ps3_open_hv_device(struct ps3_system_bus_device *dev)
192 int ps3_close_hv_device(struct ps3_system_bus_device *dev)
312 int ps3_mmio_region_init(struct ps3_system_bus_device *dev,
340 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev);
365 struct ps3_system_bus_device *de
[all...]
H A Ddevice-init.c29 struct ps3_system_bus_device *dev;
110 * Allocates memory for a struct ps3_system_bus_device instance, initialises the
119 struct ps3_system_bus_device dev;
187 struct ps3_system_bus_device dev;
290 struct ps3_system_bus_device dev;
442 struct ps3_system_bus_device dev;
478 struct ps3_system_bus_device dev;
513 struct ps3_system_bus_device dev;
670 struct ps3_system_bus_device sbd;
H A Dinterrupt.c390 int ps3_sb_event_receive_port_setup(struct ps3_system_bus_device *dev,
421 int ps3_sb_event_receive_port_destroy(struct ps3_system_bus_device *dev,
H A Dmm.c1118 int ps3_dma_region_init(struct ps3_system_bus_device *dev,
/linux-master/drivers/block/
H A Dps3vram.c107 static void ps3vram_notifier_reset(struct ps3_system_bus_device *dev)
117 static int ps3vram_notifier_wait(struct ps3_system_bus_device *dev,
141 static void ps3vram_init_ring(struct ps3_system_bus_device *dev)
149 static int ps3vram_wait_ring(struct ps3_system_bus_device *dev,
179 static void ps3vram_rewind_ring(struct ps3_system_bus_device *dev)
197 static void ps3vram_fire_ring(struct ps3_system_bus_device *dev)
223 static void ps3vram_bind(struct ps3_system_bus_device *dev)
244 static int ps3vram_upload(struct ps3_system_bus_device *dev,
276 static int ps3vram_download(struct ps3_system_bus_device *dev,
308 static void ps3vram_cache_evict(struct ps3_system_bus_device *de
[all...]
H A Dps3disk.c379 static int ps3disk_probe(struct ps3_system_bus_device *_dev)
494 static void ps3disk_remove(struct ps3_system_bus_device *_dev)
/linux-master/sound/ppc/
H A Dsnd_ps3.h49 struct ps3_system_bus_device *ps3_dev;
H A Dsnd_ps3.c893 static int snd_ps3_driver_probe(struct ps3_system_bus_device *dev)
1047 static void snd_ps3_driver_remove(struct ps3_system_bus_device *dev)
/linux-master/drivers/usb/host/
H A Dehci-ps3.c84 static int ps3_ehci_probe(struct ps3_system_bus_device *dev)
203 static void ps3_ehci_remove(struct ps3_system_bus_device *dev)
H A Dohci-ps3.c67 static int ps3_ohci_probe(struct ps3_system_bus_device *dev)
187 static void ps3_ohci_remove(struct ps3_system_bus_device *dev)
/linux-master/drivers/char/
H A Dps3flash.c330 static int ps3flash_probe(struct ps3_system_bus_device *_dev)
406 static void ps3flash_remove(struct ps3_system_bus_device *_dev)
/linux-master/drivers/scsi/
H A Dps3rom.c339 static int ps3rom_probe(struct ps3_system_bus_device *_dev)
400 static void ps3rom_remove(struct ps3_system_bus_device *_dev)
/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.h279 struct ps3_system_bus_device *dev;
H A Dps3_gelic_net.c1656 static int ps3_gelic_driver_probe(struct ps3_system_bus_device *dev)
1812 static void ps3_gelic_driver_remove(struct ps3_system_bus_device *dev)
/linux-master/drivers/video/fbdev/
H A Dps3fb.c963 static int ps3fb_probe(struct ps3_system_bus_device *dev)
1209 static void ps3fb_shutdown(struct ps3_system_bus_device *dev)

Completed in 222 milliseconds