Lines Matching refs:ids
54 const struct cx_device_id *ids = cx_drv->id_table; in tiocx_match() local
56 if (!ids) in tiocx_match()
59 while (ids->part_num) { in tiocx_match()
60 if (ids->part_num == cx_dev->cx_id.part_num) in tiocx_match()
62 ids++; in tiocx_match()
85 *ids, in cx_device_match()
94 while (ids->part_num && ids->mfg_num) { in cx_device_match()
95 if (ids->part_num == cx_device->cx_id.part_num && in cx_device_match()
96 ids->mfg_num == cx_device->cx_id.mfg_num) in cx_device_match()
97 return ids; in cx_device_match()
98 ids++; in cx_device_match()