Home
last modified time | relevance | path

Searched refs:ps3_system_bus_driver (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dps3.h375 * struct ps3_system_bus_driver - a driver for a device on the system bus
378 struct ps3_system_bus_driver { struct
390 int ps3_system_bus_driver_register(struct ps3_system_bus_driver *drv);
391 void ps3_system_bus_driver_unregister(struct ps3_system_bus_driver *drv);
393 static inline struct ps3_system_bus_driver *ps3_drv_to_system_bus_drv( in ps3_drv_to_system_bus_drv()
396 return container_of(_drv, struct ps3_system_bus_driver, core); in ps3_drv_to_system_bus_drv()
403 static inline struct ps3_system_bus_driver *
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dps3.h375 * struct ps3_system_bus_driver - a driver for a device on the system bus
378 struct ps3_system_bus_driver { struct
390 int ps3_system_bus_driver_register(struct ps3_system_bus_driver *drv);
391 void ps3_system_bus_driver_unregister(struct ps3_system_bus_driver *drv);
393 static inline struct ps3_system_bus_driver *ps3_drv_to_system_bus_drv( in ps3_drv_to_system_bus_drv()
396 return container_of(_drv, struct ps3_system_bus_driver, core); in ps3_drv_to_system_bus_drv()
403 static inline struct ps3_system_bus_driver *
/kernel/linux/linux-5.10/drivers/ps3/
H A Dvuart.h33 struct ps3_system_bus_driver core;
51 struct ps3_system_bus_driver *sbd = in ps3_system_bus_dev_to_vuart_drv()
H A Dps3-lpm.c1212 static struct ps3_system_bus_driver ps3_lpm_driver = {
/kernel/linux/linux-6.6/drivers/ps3/
H A Dvuart.h33 struct ps3_system_bus_driver core;
51 struct ps3_system_bus_driver *sbd = in ps3_system_bus_dev_to_vuart_drv()
H A Dps3-lpm.c1211 static struct ps3_system_bus_driver ps3_lpm_driver = {
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-ps3.c219 static int __init ps3_ohci_driver_register(struct ps3_system_bus_driver *drv) in ps3_ohci_driver_register()
226 static void ps3_ohci_driver_unregister(struct ps3_system_bus_driver *drv) in ps3_ohci_driver_unregister()
234 static struct ps3_system_bus_driver ps3_ohci_driver = {
H A Dehci-ps3.c234 static int __init ps3_ehci_driver_register(struct ps3_system_bus_driver *drv) in ps3_ehci_driver_register()
241 static void ps3_ehci_driver_unregister(struct ps3_system_bus_driver *drv) in ps3_ehci_driver_unregister()
249 static struct ps3_system_bus_driver ps3_ehci_driver = {
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-ps3.c217 static int __init ps3_ohci_driver_register(struct ps3_system_bus_driver *drv) in ps3_ohci_driver_register()
224 static void ps3_ohci_driver_unregister(struct ps3_system_bus_driver *drv) in ps3_ohci_driver_unregister()
232 static struct ps3_system_bus_driver ps3_ohci_driver = {
H A Dehci-ps3.c232 static int __init ps3_ehci_driver_register(struct ps3_system_bus_driver *drv) in ps3_ehci_driver_register()
239 static void ps3_ehci_driver_unregister(struct ps3_system_bus_driver *drv) in ps3_ehci_driver_unregister()
247 static struct ps3_system_bus_driver ps3_ehci_driver = {
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c338 struct ps3_system_bus_driver *drv = ps3_drv_to_system_bus_drv(_drv); in ps3_system_bus_match()
365 struct ps3_system_bus_driver *drv; in ps3_system_bus_probe()
387 struct ps3_system_bus_driver *drv; in ps3_system_bus_remove()
408 struct ps3_system_bus_driver *drv; in ps3_system_bus_shutdown()
779 int ps3_system_bus_driver_register(struct ps3_system_bus_driver *drv) in ps3_system_bus_driver_register()
797 void ps3_system_bus_driver_unregister(struct ps3_system_bus_driver *drv) in ps3_system_bus_driver_unregister()
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c339 struct ps3_system_bus_driver *drv = ps3_drv_to_system_bus_drv(_drv); in ps3_system_bus_match()
366 struct ps3_system_bus_driver *drv; in ps3_system_bus_probe()
387 struct ps3_system_bus_driver *drv; in ps3_system_bus_remove()
407 struct ps3_system_bus_driver *drv; in ps3_system_bus_shutdown()
778 int ps3_system_bus_driver_register(struct ps3_system_bus_driver *drv) in ps3_system_bus_driver_register()
796 void ps3_system_bus_driver_unregister(struct ps3_system_bus_driver *drv) in ps3_system_bus_driver_unregister()
/kernel/linux/linux-5.10/drivers/block/
H A Dps3disk.c532 static struct ps3_system_bus_driver ps3disk = {
H A Dps3vram.c823 static struct ps3_system_bus_driver ps3vram = {
/kernel/linux/linux-5.10/drivers/char/
H A Dps3flash.c420 static struct ps3_system_bus_driver ps3flash = {
/kernel/linux/linux-5.10/drivers/scsi/
H A Dps3rom.c418 static struct ps3_system_bus_driver ps3rom = {
/kernel/linux/linux-6.6/drivers/block/
H A Dps3disk.c513 static struct ps3_system_bus_driver ps3disk = {
H A Dps3vram.c806 static struct ps3_system_bus_driver ps3vram = {
/kernel/linux/linux-6.6/drivers/char/
H A Dps3flash.c419 static struct ps3_system_bus_driver ps3flash = {
/kernel/linux/linux-6.6/drivers/scsi/
H A Dps3rom.c412 static struct ps3_system_bus_driver ps3rom = {
/kernel/linux/linux-5.10/sound/ppc/
H A Dsnd_ps3.c1083 static struct ps3_system_bus_driver snd_ps3_bus_driver_info = {
/kernel/linux/linux-6.6/sound/ppc/
H A Dsnd_ps3.c1072 static struct ps3_system_bus_driver snd_ps3_bus_driver_info = {
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c1849 static struct ps3_system_bus_driver ps3_gelic_driver = {
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dps3fb.c1248 static struct ps3_system_bus_driver ps3fb_driver = {
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dps3fb.c1245 static struct ps3_system_bus_driver ps3fb_driver = {

Completed in 29 milliseconds

12