Searched refs:match_sub_id (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 353 if (!dev->match_sub_id) in ps3_system_bus_match() 356 result = dev->match_sub_id == drv->match_sub_id && in ps3_system_bus_match() 362 dev->match_id, dev->match_sub_id, dev_name(&dev->core), in ps3_system_bus_match() 363 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match() 367 dev->match_id, dev->match_sub_id, dev_name(&dev->core), in ps3_system_bus_match() 368 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match() 460 dev->match_sub_id)) in ps3_system_bus_uevent() 470 dev->match_sub_id); in modalias_show()
|
D | device-init.c | 502 p->dev.match_sub_id = PS3_MATCH_SUB_ID_GPU_FB; in ps3_register_graphics_devices() 537 p->dev.match_sub_id = PS3_MATCH_SUB_ID_GPU_RAMDISK; in ps3_register_ramdisk_device()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | ps3.h | 361 enum ps3_match_sub_id match_sub_id; member 390 enum ps3_match_sub_id match_sub_id; member
|
/Linux-v4.19/drivers/block/ |
D | ps3vram.c | 827 .match_sub_id = PS3_MATCH_SUB_ID_GPU_RAMDISK,
|
/Linux-v4.19/drivers/video/fbdev/ |
D | ps3fb.c | 1249 .match_sub_id = PS3_MATCH_SUB_ID_GPU_FB,
|