| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/nvme/ |
| D | apple,nvme-ans.yaml | 4 $id: http://devicetree.org/schemas/nvme/apple,nvme-ans.yaml# 7 title: Apple ANS NVM Express host controller 29 - const: ans 47 - const: ans 106 reg-names = "nvme", "ans"; 108 mboxes = <&ans>; 111 power-domain-names = "ans", "apcie0";
|
| /kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
| D | setox.S | 50 | 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 …]
|
| D | slog2.S | 42 | 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.
|
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| D | setox.S | 50 | 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 …]
|
| D | slog2.S | 42 | 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.
|
| /kernel/linux/linux-6.6/tools/testing/selftests/nci/ |
| D | nci_dev.c | 182 } 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 …]
|
| /kernel/linux/linux-6.6/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() 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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | drivetemp.rst | 10 ANS T13/1699-D 13 ANS Project T10/BSR INCITS 513 16 ANS Project INCITS 557
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | drivetemp.rst | 10 ANS T13/1699-D 13 ANS Project T10/BSR INCITS 513 16 ANS Project INCITS 557
|
| /kernel/linux/linux-6.6/tools/testing/ktest/ |
| D | config-bisect.pl | 113 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) {
|
| D | ktest.pl | 602 my $ans; 610 $ans = <STDIN>; 611 chomp $ans; 612 if ($ans =~ /^\s*$/) { 614 $ans = "c"; 616 $ans = "y"; 619 last if ($ans =~ /^y$/i || $ans =~ /^n$/i); 621 last if ($ans =~ /^c$/i); 627 if ($ans =~ /^c/i) { 630 if ($ans !~ /^y$/i) { [all …]
|
| /kernel/linux/linux-5.10/tools/testing/ktest/ |
| D | config-bisect.pl | 113 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) {
|
| D | ktest.pl | 539 my $ans; 547 $ans = <STDIN>; 548 chomp $ans; 549 if ($ans =~ /^\s*$/) { 551 $ans = "c"; 553 $ans = "y"; 556 last if ($ans =~ /^y$/i || $ans =~ /^n$/i); 558 last if ($ans =~ /^c$/i); 564 if ($ans =~ /^c/i) { 567 if ($ans !~ /^y$/i) { [all …]
|
| /kernel/linux/linux-6.6/tools/accounting/ |
| D | procacct.c | 175 } 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()
|
| D | getdelays.c | 168 } 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()
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/apple/ |
| D | t600x-nvme.dtsi | 31 reg-names = "nvme", "ans"; 40 power-domain-names = "ans", "apcie0", "apcie1";
|
| /kernel/linux/linux-5.10/tools/accounting/ |
| D | getdelays.c | 169 } ans; in get_family_id() local 182 rep_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id() 183 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id() 184 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) in get_family_id() 187 na = (struct nlattr *) GENLMSG_DATA(&ans); in get_family_id()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/af_unix/ |
| D | test_unix_oob.c | 73 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()
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| D | nf_conntrack_acct.c | 5 * (C) 2008 Krzysztof Piotr Oledzki <ole@ans.pl>
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| D | nf_conntrack_acct.c | 5 * (C) 2008 Krzysztof Piotr Oledzki <ole@ans.pl>
|
| /kernel/linux/linux-5.10/sound/pci/pcxhr/ |
| D | pcxhr_mix22.h | 5 * low level interface with interrupt ans message handling
|
| /kernel/linux/linux-6.6/sound/pci/pcxhr/ |
| D | pcxhr_mix22.h | 5 * low level interface with interrupt ans message handling
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/apple/ |
| D | Kconfig | 40 The driver will default to AAUI on ANS anyway, and if you use it as
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/apple/ |
| D | Kconfig | 40 The driver will default to AAUI on ANS anyway, and if you use it as
|