/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-ps3.c | 79 result = ps3_open_hv_device(dev); in ps3_ohci_probe() 82 dev_dbg(&dev->core, "%s:%d: ps3_open_hv_device failed: %s\n", in ps3_ohci_probe()
|
H A D | ehci-ps3.c | 96 result = ps3_open_hv_device(dev); in ps3_ehci_probe() 99 dev_dbg(&dev->core, "%s:%d: ps3_open_hv_device failed\n", in ps3_ehci_probe()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-ps3.c | 79 result = ps3_open_hv_device(dev); in ps3_ohci_probe() 82 dev_dbg(&dev->core, "%s:%d: ps3_open_hv_device failed: %s\n", in ps3_ohci_probe()
|
H A D | ehci-ps3.c | 96 result = ps3_open_hv_device(dev); in ps3_ehci_probe() 99 dev_dbg(&dev->core, "%s:%d: ps3_open_hv_device failed\n", in ps3_ehci_probe()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | system-bus.c | 153 int ps3_open_hv_device(struct ps3_system_bus_device *dev) in ps3_open_hv_device() function 189 EXPORT_SYMBOL_GPL(ps3_open_hv_device); variable
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/ |
H A D | system-bus.c | 154 int ps3_open_hv_device(struct ps3_system_bus_device *dev) in ps3_open_hv_device() function 190 EXPORT_SYMBOL_GPL(ps3_open_hv_device); variable
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ps3.h | 371 int ps3_open_hv_device(struct ps3_system_bus_device *dev);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ps3.h | 371 int ps3_open_hv_device(struct ps3_system_bus_device *dev);
|
/kernel/linux/linux-5.10/drivers/ps3/ |
H A D | ps3stor_lib.c | 29 int error = ps3_open_hv_device(sbd); in ps3stor_open_hv_device() 144 "%s:%u: ps3_open_hv_device failed %d\n", __func__, in ps3stor_setup()
|
/kernel/linux/linux-6.6/drivers/ps3/ |
H A D | ps3stor_lib.c | 29 int error = ps3_open_hv_device(sbd); in ps3stor_open_hv_device() 144 "%s:%u: ps3_open_hv_device failed %d\n", __func__, in ps3stor_setup()
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | ps3vram.c | 646 if (ps3_open_hv_device(dev)) { in ps3vram_probe() 647 dev_err(&dev->core, "ps3_open_hv_device failed\n"); in ps3vram_probe()
|
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | snd_ps3.c | 906 ret = ps3_open_hv_device(dev); in snd_ps3_driver_probe()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | ps3vram.c | 640 if (ps3_open_hv_device(dev)) { in ps3vram_probe() 641 dev_err(&dev->core, "ps3_open_hv_device failed\n"); in ps3vram_probe()
|
/kernel/linux/linux-6.6/sound/ppc/ |
H A D | snd_ps3.c | 901 ret = ps3_open_hv_device(dev); in snd_ps3_driver_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_net.c | 1651 result = ps3_open_hv_device(dev); in ps3_gelic_driver_probe() 1654 dev_dbg(&dev->core, "%s:ps3_open_hv_device failed\n", in ps3_gelic_driver_probe()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | ps3fb.c | 985 retval = ps3_open_hv_device(dev); in ps3fb_probe() 987 dev_err(&dev->core, "%s: ps3_open_hv_device failed\n", in ps3fb_probe()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | ps3fb.c | 986 retval = ps3_open_hv_device(dev); in ps3fb_probe() 988 dev_err(&dev->core, "%s: ps3_open_hv_device failed\n", in ps3fb_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_net.c | 1653 result = ps3_open_hv_device(dev); in ps3_gelic_driver_probe() 1656 dev_dbg(&dev->core, "%s:ps3_open_hv_device failed\n", in ps3_gelic_driver_probe()
|