Lines Matching refs:part_num
59 while (ids->part_num) { in tiocx_match()
60 if (ids->part_num == cx_dev->cx_id.part_num) in tiocx_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()
189 cx_device_register(nasid_t nasid, int part_num, int mfg_num, in cx_device_register() argument
200 cx_dev->cx_id.part_num = part_num; in cx_device_register()
245 return cx_device_register(cx_dev->cx_id.nasid, cx_dev->cx_id.part_num, in cx_device_reload()
408 int part_num = CX_DEV_NONE; in tiocx_reload() local
423 part_num = XWIDGET_PART_NUM(cx_id); in tiocx_reload()
425 DBG("part= 0x%x, mfg= 0x%x\n", part_num, mfg_num); in tiocx_reload()
427 if (part_num == TIO_CE_ASIC_PARTNUM) in tiocx_reload()
432 cx_dev->cx_id.part_num = part_num; in tiocx_reload()
451 cx_dev->cx_id.part_num, cx_dev->cx_id.mfg_num, in show_cxdev_control()
520 if (widgetp->xwi_hwid.part_num == TIO_CE_ASIC_PARTNUM) in tiocx_init()
527 (nasid, widgetp->xwi_hwid.part_num, in tiocx_init()