Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/ps3/
Dsystem-bus.c353 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()
Ddevice-init.c502 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/
Dps3.h361 enum ps3_match_sub_id match_sub_id; member
390 enum ps3_match_sub_id match_sub_id; member
/Linux-v4.19/drivers/block/
Dps3vram.c827 .match_sub_id = PS3_MATCH_SUB_ID_GPU_RAMDISK,
/Linux-v4.19/drivers/video/fbdev/
Dps3fb.c1249 .match_sub_id = PS3_MATCH_SUB_ID_GPU_FB,