Searched refs:match_sub_id (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 352 if (!dev->match_sub_id) in ps3_system_bus_match() 355 result = dev->match_sub_id == drv->match_sub_id && in ps3_system_bus_match() 361 dev->match_id, dev->match_sub_id, dev_name(&dev->core), in ps3_system_bus_match() 362 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match() 366 dev->match_id, dev->match_sub_id, dev_name(&dev->core), in ps3_system_bus_match() 367 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match() 459 dev->match_sub_id)) in ps3_system_bus_uevent() 469 dev->match_sub_id); in modalias_show()
|
D | device-init.c | 501 p->dev.match_sub_id = PS3_MATCH_SUB_ID_GPU_FB; in ps3_register_graphics_devices() 536 p->dev.match_sub_id = PS3_MATCH_SUB_ID_GPU_RAMDISK; in ps3_register_ramdisk_device()
|
/arch/powerpc/include/asm/ |
D | ps3.h | 352 enum ps3_match_sub_id match_sub_id; member 381 enum ps3_match_sub_id match_sub_id; member
|