Lines Matching refs:match_id
168 pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id); in ps3_open_hv_device()
170 switch (dev->match_id) { in ps3_open_hv_device()
186 __LINE__, dev->match_id); in ps3_open_hv_device()
197 dev->match_id); in ps3_open_hv_device()
206 pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id); in ps3_close_hv_device()
208 switch (dev->match_id) { in ps3_close_hv_device()
224 __LINE__, dev->match_id); in ps3_close_hv_device()
235 dev->match_id); in ps3_close_hv_device()
354 result = dev->match_id == drv->match_id; in ps3_system_bus_match()
357 dev->match_id == drv->match_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()
425 dev->match_id); in ps3_system_bus_shutdown()
459 if (add_uevent_var(env, "MODALIAS=ps3:%d:%d", dev->match_id, in ps3_system_bus_uevent()
469 int len = snprintf(buf, PAGE_SIZE, "ps3:%d:%d\n", dev->match_id, in modalias_show()