Home
last modified time | relevance | path

Searched refs:match_sub_id (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/platforms/ps3/
Dsystem-bus.c352 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()
Ddevice-init.c501 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/
Dps3.h352 enum ps3_match_sub_id match_sub_id; member
381 enum ps3_match_sub_id match_sub_id; member