Searched refs:match_sub_id (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 68 __func__, __LINE__, dev->match_id, dev->match_sub_id, in ps3_open_hv_device_sb() 342 if (!dev->match_sub_id) in ps3_system_bus_match() 345 result = dev->match_sub_id == drv->match_sub_id && in ps3_system_bus_match() 351 dev->match_id, dev->match_sub_id, dev_name(&dev->core), in ps3_system_bus_match() 352 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match() 356 dev->match_id, dev->match_sub_id, dev_name(&dev->core), in ps3_system_bus_match() 357 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match() 447 dev->match_sub_id)) in ps3_system_bus_uevent() 457 dev->match_sub_id); in modalias_show()
|
D | device-init.c | 489 p->dev.match_sub_id = PS3_MATCH_SUB_ID_GPU_FB; in ps3_register_graphics_devices() 524 p->dev.match_sub_id = PS3_MATCH_SUB_ID_GPU_RAMDISK; in ps3_register_ramdisk_device()
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | ps3.h | 351 enum ps3_match_sub_id match_sub_id; member 380 enum ps3_match_sub_id match_sub_id; member
|
/Linux-v6.6/drivers/block/ |
D | ps3vram.c | 808 .match_sub_id = PS3_MATCH_SUB_ID_GPU_RAMDISK,
|
/Linux-v6.6/drivers/video/fbdev/ |
D | ps3fb.c | 1247 .match_sub_id = PS3_MATCH_SUB_ID_GPU_FB,
|