Lines Matching refs:how
123 int how)
129 for (j = 0; j < ((how & PPBUS_POLL) ? maxp : 1); j++) {
138 if (!(how & PPBUS_POLL)) {
143 switch (how) {
224 ppbus_write(device_t dev, char * buf, int len, int how, size_t * cnt)
236 return (bus->ppbus_write(device_parent(bus->sc_dev), buf, len, how, cnt));
241 ppbus_read(device_t dev, char * buf, int len, int how, size_t * cnt)
253 return (bus->ppbus_read(device_parent(dev), buf, len, how, cnt));
360 ppbus_request_bus(device_t dev, device_t busdev, int how,
365 bool intr = (how & PPBUS_INTR) != 0;
373 if(how & PPBUS_WAIT) {
409 ppbus_release_bus(device_t dev, device_t busdev, int how,
414 bool intr = (how & PPBUS_INTR) != 0;
422 if(how & PPBUS_WAIT) {