Home
last modified time | relevance | path

Searched refs:acpr (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dlt3651-charger.txt7 - lltc,acpr-gpios: Connect to ACPR output. See remark below.
26 lltc,acpr-gpios = <&gpio0 68 GPIO_ACTIVE_LOW>;
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c2689 xAllocColorPlanesReply acpr; in ProcAllocColorPlanes() local
2703 acpr = (xAllocColorPlanesReply) { in ProcAllocColorPlanes()
2716 ppixels, &acpr.redMask, &acpr.greenMask, in ProcAllocColorPlanes()
2717 &acpr.blueMask))) { in ProcAllocColorPlanes()
2721 acpr.length = bytes_to_int32(length); in ProcAllocColorPlanes()
2726 WriteReplyToClient(client, sizeof(xAllocColorPlanesReply), &acpr); in ProcAllocColorPlanes()