Lines Matching defs:did
153 * @did: Device ID value to be written
157 void rio_local_set_device_id(struct rio_mport *port, u16 did)
160 RIO_SET_DID(port->sys_size, did));
1416 * rio_get_asm - Begin or continue searching for a RIO device by vid/did/asm_vid/asm_did
1418 * @did: RIO did to match or %RIO_ANY_ID to match all dids
1424 * found with a matching @vid, @did, @asm_vid, @asm_did, the reference
1432 struct rio_dev *rio_get_asm(u16 vid, u16 did,
1445 (did == RIO_ANY_ID || rdev->did == did) &&
1461 * rio_get_device - Begin or continue searching for a RIO device by vid/did
1463 * @did: RIO did to match or %RIO_ANY_ID to match all dids
1467 * found with a matching @vid and @did, the reference count to the
1474 struct rio_dev *rio_get_device(u16 vid, u16 did, struct rio_dev *from)
1476 return rio_get_asm(vid, did, RIO_ANY_ID, RIO_ANY_ID, from);