Home | History | Annotate | Download | only in dev

Lines Matching defs:send

136  * send a message to the PMU.
159 /* these values shows that number of data returned after 'send' cmd is sent */
305 * core99 PowerMacs like to send environment messages with the lid
361 sc->sc_adbops.send = pmu_adb_send;
527 /* send command */
530 /* send length if necessary */
849 /* construct an ADB command packet and send it */
877 const uint8_t *send = _send;
897 command[4] = *send;
918 memcpy(&command[7], send, send_len);
920 * Xserve G4's PMU needs these, if we send i2c commands back to
963 memcpy(dptr, send, send_len);