Searched refs:match_sub_id (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c68 __func__, __LINE__, dev->match_id, dev->match_sub_id,
342 if (!dev->match_sub_id)
345 result = dev->match_sub_id == drv->match_sub_id &&
351 dev->match_id, dev->match_sub_id, dev_name(&dev->core),
352 drv->match_id, drv->match_sub_id, drv->core.name);
356 dev->match_id, dev->match_sub_id, dev_name(&dev->core),
357 drv->match_id, drv->match_sub_id, drv->core.name);
447 dev->match_sub_id))
457 dev->match_sub_id);
[all...]
H A Ddevice-init.c489 p->dev.match_sub_id = PS3_MATCH_SUB_ID_GPU_FB;
524 p->dev.match_sub_id = PS3_MATCH_SUB_ID_GPU_RAMDISK;
/linux-master/arch/powerpc/include/asm/
H A Dps3.h351 enum ps3_match_sub_id match_sub_id; member in struct:ps3_system_bus_device
380 enum ps3_match_sub_id match_sub_id; member in struct:ps3_system_bus_driver
/linux-master/drivers/block/
H A Dps3vram.c808 .match_sub_id = PS3_MATCH_SUB_ID_GPU_RAMDISK,
/linux-master/drivers/video/fbdev/
H A Dps3fb.c1246 .match_sub_id = PS3_MATCH_SUB_ID_GPU_FB,

Completed in 131 milliseconds