Home
last modified time | relevance | path

Searched full:ans (Results 1 – 25 of 35) sorted by relevance

12

/Linux-v6.1/Documentation/devicetree/bindings/nvme/
Dapple,nvme-ans.yaml4 $id: http://devicetree.org/schemas/nvme/apple,nvme-ans.yaml#
7 title: Apple ANS NVM Express host controller
28 - const: ans
46 - const: ans
103 reg-names = "nvme", "ans";
105 mboxes = <&ans>;
108 power-domain-names = "ans", "apcie0";
/Linux-v6.1/arch/m68k/fpsp040/
Dsetox.S50 | Step 1. Set ans := 1.0
52 | Step 2. Return ans := ans + sign(X)*2^(-126). Exit.
142 | ans := T + ( T*p + t)
155 | 6.2 ans := ans * AdjScale
157 | 6.4 Return ans := ans * Scale. Exit.
173 | 7.1 ans := X
175 | 7.3 Return ans := 1 + ans. Exit
198 | 9.2 ans := Huge, go to 9.4
199 | 9.3 ans := Tiny.
201 | 9.5 Return ans := ans * ans. Exit.
[all …]
Dslog2.S42 | 2.2 Return ans := Y * INV_L10.
56 | 2.2 Return ans := Y * INV_L10.
71 | 2.2 Return ans := Y * INV_L2.
87 | 2.3 Return ans := convert-to-double-extended(k).
93 | 4.2 Return ans := Y * INV_L2.
/Linux-v6.1/tools/testing/selftests/nci/
Dnci_dev.c182 } ans; in get_family_id() local
194 resp_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id()
196 if (ans.n.nlmsg_type == NLMSG_ERROR || resp_len < 0 || in get_family_id()
197 !NLMSG_OK(&ans.n, resp_len)) in get_family_id()
201 resp_len = GENLMSG_PAYLOAD(&ans.n); in get_family_id()
202 na = (struct nlattr *)GENLMSG_DATA(&ans); in get_family_id()
235 na = (struct nlattr *)(GENLMSG_DATA(&ans) + len); in get_family_id()
644 } ans; in get_taginfo() local
663 resp_len = recv(sd, &ans, sizeof(ans), 0); in get_taginfo()
664 if (ans.n.nlmsg_type == NLMSG_ERROR || resp_len < 0 || in get_taginfo()
[all …]
/Linux-v6.1/drivers/net/wireless/intersil/orinoco/
Dorinoco_usb.c584 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()
945 struct ezusb_packet *ans = ctx->buf; in ezusb_access_ltv() local
948 if (ans->hermes_len != 0) in ezusb_access_ltv()
949 exp_len = le16_to_cpu(ans->hermes_len) * 2 + 12; in ezusb_access_ltv()
[all …]
/Linux-v6.1/tools/testing/ktest/
Dconfig-bisect.pl113 my $ans;
121 $ans = <STDIN>;
122 chomp $ans;
123 if ($ans =~ /^\s*$/) {
125 $ans = "c";
127 $ans = "n";
130 last if ($ans =~ /^y$/i || $ans =~ /^n$/i);
132 last if ($ans =~ /^c$/i);
138 if ($ans =~ /^c/i) {
141 if ($ans !~ /^y$/i) {
Dktest.pl600 my $ans;
608 $ans = <STDIN>;
609 chomp $ans;
610 if ($ans =~ /^\s*$/) {
612 $ans = "c";
614 $ans = "y";
617 last if ($ans =~ /^y$/i || $ans =~ /^n$/i);
619 last if ($ans =~ /^c$/i);
625 if ($ans =~ /^c/i) {
628 if ($ans !~ /^y$/i) {
[all …]
/Linux-v6.1/Documentation/hwmon/
Ddrivetemp.rst10 ANS T13/1699-D
13 ANS Project T10/BSR INCITS 513
16 ANS Project INCITS 557
/Linux-v6.1/tools/accounting/
Dprocacct.c175 } ans; in get_family_id() local
188 rep_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id()
189 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id()
190 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) in get_family_id()
193 na = (struct nlattr *) GENLMSG_DATA(&ans); in get_family_id()
Dgetdelays.c168 } ans; in get_family_id() local
181 rep_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id()
182 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id()
183 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) in get_family_id()
186 na = (struct nlattr *) GENLMSG_DATA(&ans); in get_family_id()
/Linux-v6.1/tools/testing/selftests/net/af_unix/
Dtest_unix_oob.c73 int ans = -1; in is_sioctatmark() local
75 if (ioctl(fd, SIOCATMARK, &ans, sizeof(ans)) < 0) { in is_sioctatmark()
80 return ans; in is_sioctatmark()
/Linux-v6.1/net/netfilter/
Dnf_conntrack_acct.c5 * (C) 2008 Krzysztof Piotr Oledzki <ole@ans.pl>
/Linux-v6.1/sound/pci/pcxhr/
Dpcxhr_mix22.h5 * low level interface with interrupt ans message handling
/Linux-v6.1/drivers/net/ethernet/apple/
DKconfig40 The driver will default to AAUI on ANS anyway, and if you use it as
/Linux-v6.1/include/net/netfilter/
Dnf_conntrack_acct.h3 * (C) 2008 Krzysztof Piotr Oledzki <ole@ans.pl>
/Linux-v6.1/drivers/macintosh/
DMakefile13 obj-$(CONFIG_ANSLCD) += ans-lcd.o
Dans-lcd.c20 #include "ans-lcd.h"
DKconfig243 tristate "Support for ANS LCD display"
/Linux-v6.1/drivers/nvme/host/
Dapple.c3 * Apple ANS NVM Express device driver
1019 dev_err(anv->dev, "ANS did not boot"); in apple_nvme_reset_work()
1028 dev_err(anv->dev, "ANS did not initialize"); in apple_nvme_reset_work()
1032 dev_dbg(anv->dev, "ANS booted successfully."); in apple_nvme_reset_work()
1144 dev_dbg(anv->dev, "ANS boot and NVMe init completed."); in apple_nvme_reset_work()
1410 anv->mmio_coproc = devm_platform_ioremap_resource_byname(pdev, "ans"); in apple_nvme_probe()
/Linux-v6.1/scripts/kconfig/
Dnconf.c1013 /* Return 0 means I have handled the key. In such a case, ans should hold the
1017 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument
1021 *ans = -1; in do_match()
1037 *ans = get_mext_match(state->pattern, in do_match()
1041 *ans = get_mext_match(state->pattern, in do_match()
1045 *ans = get_mext_match(state->pattern, in do_match()
/Linux-v6.1/drivers/usb/host/
Dfhci-sched.c281 int ans = 1; in scan_ed_list() local
320 ans = 0; in scan_ed_list()
332 return ans; in scan_ed_list()
/Linux-v6.1/arch/arm64/boot/dts/apple/
Dt8103.dtsi405 reg-names = "nvme", "ans";
411 power-domain-names = "ans", "apcie0";
/Linux-v6.1/drivers/edac/
Di7300_edac.c590 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()
Di5000_edac.c967 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()
Di5400_edac.c889 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()

12