Searched refs:ans (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/intersil/orinoco/ |
D | orinoco_usb.c | 584 struct ezusb_packet *ans = urb->transfer_buffer; in ezusb_request_in_callback() local 601 if ((ans->ans_reply_count == reply_count) in ezusb_request_in_callback() 602 && (le16_to_cpu(ans->hermes_rid) == c->in_rid)) { in ezusb_request_in_callback() 607 le16_to_cpu(ans->hermes_rid), c->in_rid, in ezusb_request_in_callback() 608 ans->ans_reply_count, reply_count); in ezusb_request_in_callback() 615 le16_to_cpu(ans->hermes_rid)); in ezusb_request_in_callback() 622 ctx->buf = (void *) ans; in ezusb_request_in_callback() 923 struct ezusb_packet *ans = ctx->buf; in ezusb_access_ltv() local 926 if (ans->hermes_len != 0) in ezusb_access_ltv() 927 exp_len = le16_to_cpu(ans->hermes_len) * 2 + 12; in ezusb_access_ltv() [all …]
|
/drivers/edac/ |
D | i7300_edac.c | 590 int mtr, ans, addrBits, channel; in decode_mtr() local 595 ans = MTR_DIMMS_PRESENT(mtr) ? 1 : 0; in decode_mtr() 598 slot, channel, ans ? "" : "NOT "); in decode_mtr() 601 if (!ans) in decode_mtr()
|
D | i5400_edac.c | 889 int ans; in decode_mtr() local 891 ans = MTR_DIMMS_PRESENT(mtr); in decode_mtr() 894 slot_row, mtr, ans ? "" : "NOT "); in decode_mtr() 895 if (!ans) in decode_mtr()
|
D | i5000_edac.c | 967 int ans; in decode_mtr() local 969 ans = MTR_DIMMS_PRESENT(mtr); in decode_mtr() 972 slot_row, mtr, ans ? "" : "NOT "); in decode_mtr() 973 if (!ans) in decode_mtr()
|
/drivers/macintosh/ |
D | Makefile | 13 obj-$(CONFIG_ANSLCD) += ans-lcd.o
|
/drivers/usb/host/ |
D | fhci-sched.c | 281 int ans = 1; in scan_ed_list() local 320 ans = 0; in scan_ed_list() 332 return ans; in scan_ed_list()
|
/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 3790 s32 sts, ans; in test_ans() local 3801 ans = inl(DE4X5_SISR) & SISR_ANS; in test_ans() 3804 if (!(sts & irqs) && (ans ^ ANS_NWOK) && --lp->timeout) { in test_ans()
|