Lines Matching defs:resource
331 * Caller must hold the i2c chain resource.
370 * Caller must hold the i2c chain resource.
393 * Caller must hold the i2c chain resource.
450 * Perform a stand-alone single QSFP write. Acquire the resource, do the
451 * write, then release the resource.
457 u32 resource = qsfp_resource(dd);
460 ret = acquire_chip_resource(dd, resource, QSFP_WAIT);
464 release_chip_resource(dd, resource);
473 * Caller must hold the i2c chain resource.
527 * Perform a stand-alone single QSFP read. Acquire the resource, do the
528 * read, then release the resource.
534 u32 resource = qsfp_resource(dd);
537 ret = acquire_chip_resource(dd, resource, QSFP_WAIT);
541 release_chip_resource(dd, resource);
556 * The caller must be holding the QSFP i2c chain resource.