Lines Matching refs:match_id
68 __func__, __LINE__, dev->match_id, dev->match_sub_id, in ps3_open_hv_device_sb()
157 pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id); in ps3_open_hv_device()
159 switch (dev->match_id) { in ps3_open_hv_device()
175 __LINE__, dev->match_id); in ps3_open_hv_device()
186 dev->match_id); in ps3_open_hv_device()
195 pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id); in ps3_close_hv_device()
197 switch (dev->match_id) { in ps3_close_hv_device()
213 __LINE__, dev->match_id); in ps3_close_hv_device()
224 dev->match_id); in ps3_close_hv_device()
343 result = dev->match_id == drv->match_id; in ps3_system_bus_match()
346 dev->match_id == drv->match_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()
412 dev->match_id); in ps3_system_bus_shutdown()
446 if (add_uevent_var(env, "MODALIAS=ps3:%d:%d", dev->match_id, in ps3_system_bus_uevent()
456 int len = snprintf(buf, PAGE_SIZE, "ps3:%d:%d\n", dev->match_id, in modalias_show()