Symbol: ps3_system_bus_driver
arch/powerpc/include/asm/ps3.h
390
int ps3_system_bus_driver_register(struct ps3_system_bus_driver *drv);
arch/powerpc/include/asm/ps3.h
391
void ps3_system_bus_driver_unregister(struct ps3_system_bus_driver *drv);
arch/powerpc/include/asm/ps3.h
393
#define ps3_drv_to_system_bus_drv(_drv) container_of_const(_drv, struct ps3_system_bus_driver, core)
arch/powerpc/include/asm/ps3.h
399
static inline struct ps3_system_bus_driver *
arch/powerpc/platforms/ps3/system-bus.c
339
const struct ps3_system_bus_driver *drv = ps3_drv_to_system_bus_drv(_drv);
arch/powerpc/platforms/ps3/system-bus.c
366
struct ps3_system_bus_driver *drv;
arch/powerpc/platforms/ps3/system-bus.c
387
struct ps3_system_bus_driver *drv;
arch/powerpc/platforms/ps3/system-bus.c
407
struct ps3_system_bus_driver *drv;
arch/powerpc/platforms/ps3/system-bus.c
782
int ps3_system_bus_driver_register(struct ps3_system_bus_driver *drv)
arch/powerpc/platforms/ps3/system-bus.c
800
void ps3_system_bus_driver_unregister(struct ps3_system_bus_driver *drv)
drivers/block/ps3disk.c
513
static struct ps3_system_bus_driver ps3disk = {
drivers/block/ps3vram.c
804
static struct ps3_system_bus_driver ps3vram = {
drivers/char/ps3flash.c
419
static struct ps3_system_bus_driver ps3flash = {
drivers/net/ethernet/toshiba/ps3_gelic_net.c
1891
static struct ps3_system_bus_driver ps3_gelic_driver = {
drivers/ps3/ps3-lpm.c
1211
static struct ps3_system_bus_driver ps3_lpm_driver = {
drivers/ps3/vuart.h
33
struct ps3_system_bus_driver core;
drivers/ps3/vuart.h
51
struct ps3_system_bus_driver *sbd =
drivers/scsi/ps3rom.c
413
static struct ps3_system_bus_driver ps3rom = {
drivers/usb/host/ehci-ps3.c
232
static int __init ps3_ehci_driver_register(struct ps3_system_bus_driver *drv)
drivers/usb/host/ehci-ps3.c
239
static void ps3_ehci_driver_unregister(struct ps3_system_bus_driver *drv)
drivers/usb/host/ehci-ps3.c
247
static struct ps3_system_bus_driver ps3_ehci_driver = {
drivers/usb/host/ohci-ps3.c
217
static int __init ps3_ohci_driver_register(struct ps3_system_bus_driver *drv)
drivers/usb/host/ohci-ps3.c
224
static void ps3_ohci_driver_unregister(struct ps3_system_bus_driver *drv)
drivers/usb/host/ohci-ps3.c
232
static struct ps3_system_bus_driver ps3_ohci_driver = {
drivers/video/fbdev/ps3fb.c
1244
static struct ps3_system_bus_driver ps3fb_driver = {
sound/ppc/snd_ps3.c
1061
static struct ps3_system_bus_driver snd_ps3_bus_driver_info = {