Searched defs:OK (Results 1 - 12 of 12) sorted by relevance

/drivers/usb/host/
H A Duhci-hub.c78 #define OK(x) len = (x); break macro
257 OK(4); /* hub power */
310 OK(4);
316 OK(0);
328 OK(0);
337 OK(0);
340 OK(0);
355 OK(0);
358 OK(0);
381 OK(
[all...]
/drivers/net/fddi/skfp/h/
H A Dsba_def.h67 #define OK 0x01 /* ??????? */ macro
/drivers/isdn/hardware/eicon/
H A Dpc_maint.h68 #define OK 0xff macro
H A Dpc.h198 #define CALL_HOLD_ACK 36 /* OK of hold a CALL */
199 #define CALL_RETRIEVE_ACK 37 /* OK of retrieve a CALL */
219 #define INT_X5NI_OK 56 /* internal transfer OK indication */
220 #define INT_XDMS_START 57 /* internal transfer OK indication */
227 #define INT_X5NI_CF_XFER 64 /* internal transfer OK indication */
264 #define ASSIGN_OK 0xef /* ASSIGN OK */
268 #define OK 0xff /* command accepted */ macro
/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c837 map_word status, OK = CMD(0x80); local
870 } while (!map_word_andequal(map, status, OK, OK));
918 } while (!map_word_andequal(map, status, OK, OK)
H A Dcfi_cmdset_0001.c870 * OK. We have possibility for contention on the write/erase
1080 map_word status, OK = CMD(0x80); local
1121 } while (!map_word_andequal(map, status, OK, OK));
1179 } while (!map_word_andequal(map, status, OK, OK)
1259 /* OK Still waiting. Drop the lock, wait a while and retry. */
/drivers/net/plip/
H A Dplip.c26 * - Make sure other end is OK, before sending a packet.
346 #define OK 0 macro
375 if ((r = (*f)(nl->dev, nl, snd, rcv)) != OK &&
376 (r = plip_bh_timeout_error(nl->dev, nl, snd, rcv, r)) != OK) {
436 return OK;
477 return OK;
481 Returns OK on success, TIMEOUT on timeout */
526 return OK;
613 return OK;
687 return OK;
[all...]
/drivers/staging/comedi/drivers/
H A Djr3_pci.c418 int result, more, pos, OK; local
423 OK = 0;
429 OK = 1;
440 if (!OK) {
/drivers/net/ethernet/sis/
H A Dsis900.h199 OK = 0x08000000, DSIZE = 0x00000FFF enumerator in enum:sis900_buffer_status
/drivers/scsi/
H A Deata_generic.h74 #define OK 0 macro
/drivers/net/wireless/ath/ath9k/
H A Dath9k.h388 OK, /* no change needed */ enumerator in enum:ath_beacon::__anon3196
/drivers/media/dvb/ngene/
H A Dngene.h244 OK = 0, enumerator in enum:RESPONSES

Completed in 393 milliseconds