Searched refs:match_sub_id (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/ |
H A D | system-bus.c | 68 __func__, __LINE__, dev->match_id, dev->match_sub_id, in ps3_open_hv_device_sb() 342 if (!dev->match_sub_id) in ps3_system_bus_match() 345 result = dev->match_sub_id == drv->match_sub_id && in ps3_system_bus_match() 351 dev->match_id, dev->match_sub_id, dev_name(&dev->core), in ps3_system_bus_match() 352 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match() 356 dev->match_id, dev->match_sub_id, dev_name(&dev->core), in ps3_system_bus_match() 357 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match() 447 dev->match_sub_id)) in ps3_system_bus_uevent() 457 dev->match_sub_id); in modalias_show() [all...] |
H A D | device-init.c | 489 p->dev.match_sub_id = PS3_MATCH_SUB_ID_GPU_FB; in ps3_register_graphics_devices() 524 p->dev.match_sub_id = PS3_MATCH_SUB_ID_GPU_RAMDISK; in ps3_register_ramdisk_device()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | system-bus.c | 341 if (!dev->match_sub_id) in ps3_system_bus_match() 344 result = dev->match_sub_id == drv->match_sub_id && in ps3_system_bus_match() 350 dev->match_id, dev->match_sub_id, dev_name(&dev->core), in ps3_system_bus_match() 351 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match() 355 dev->match_id, dev->match_sub_id, dev_name(&dev->core), in ps3_system_bus_match() 356 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match() 448 dev->match_sub_id)) in ps3_system_bus_uevent() 458 dev->match_sub_id); in modalias_show()
|
H A D | device-init.c | 489 p->dev.match_sub_id = PS3_MATCH_SUB_ID_GPU_FB; in ps3_register_graphics_devices() 524 p->dev.match_sub_id = PS3_MATCH_SUB_ID_GPU_RAMDISK; in ps3_register_ramdisk_device()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ps3.h | 351 enum ps3_match_sub_id match_sub_id; member 380 enum ps3_match_sub_id match_sub_id; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ps3.h | 351 enum ps3_match_sub_id match_sub_id; member 380 enum ps3_match_sub_id match_sub_id; member
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | ps3vram.c | 825 .match_sub_id = PS3_MATCH_SUB_ID_GPU_RAMDISK,
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | ps3vram.c | 808 .match_sub_id = PS3_MATCH_SUB_ID_GPU_RAMDISK,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | ps3fb.c | 1250 .match_sub_id = PS3_MATCH_SUB_ID_GPU_FB,
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | ps3fb.c | 1247 .match_sub_id = PS3_MATCH_SUB_ID_GPU_FB,
|
Completed in 15 milliseconds