/linux-4.4.14/drivers/net/wireless/brcm80211/brcmutil/ |
D | utils.c | 58 struct sk_buff *brcmu_pktq_penq(struct pktq *pq, int prec, in brcmu_pktq_penq() argument 63 if (pktq_full(pq) || pktq_pfull(pq, prec)) in brcmu_pktq_penq() 66 q = &pq->q[prec].skblist; in brcmu_pktq_penq() 70 if (pq->hi_prec < prec) in brcmu_pktq_penq() 71 pq->hi_prec = (u8) prec; in brcmu_pktq_penq() 77 struct sk_buff *brcmu_pktq_penq_head(struct pktq *pq, int prec, in brcmu_pktq_penq_head() argument 82 if (pktq_full(pq) || pktq_pfull(pq, prec)) in brcmu_pktq_penq_head() 85 q = &pq->q[prec].skblist; in brcmu_pktq_penq_head() 89 if (pq->hi_prec < prec) in brcmu_pktq_penq_head() 90 pq->hi_prec = (u8) prec; in brcmu_pktq_penq_head() [all …]
|
/linux-4.4.14/drivers/net/wireless/brcm80211/include/ |
D | brcmu_utils.h | 87 static inline int pktq_plen(struct pktq *pq, int prec) in pktq_plen() argument 89 return pq->q[prec].skblist.qlen; in pktq_plen() 92 static inline int pktq_pavail(struct pktq *pq, int prec) in pktq_pavail() argument 94 return pq->q[prec].max - pq->q[prec].skblist.qlen; in pktq_pavail() 97 static inline bool pktq_pfull(struct pktq *pq, int prec) in pktq_pfull() argument 99 return pq->q[prec].skblist.qlen >= pq->q[prec].max; in pktq_pfull() 102 static inline bool pktq_pempty(struct pktq *pq, int prec) in pktq_pempty() argument 104 return skb_queue_empty(&pq->q[prec].skblist); in pktq_pempty() 107 static inline struct sk_buff *pktq_ppeek(struct pktq *pq, int prec) in pktq_ppeek() argument 109 return skb_peek(&pq->q[prec].skblist); in pktq_ppeek() [all …]
|
D | brcmu_wifi.h | 198 static inline bool ac_bitmap_tst(u8 bitmap, int prec) in ac_bitmap_tst() argument 200 return (bitmap & (1 << (prec))) != 0; in ac_bitmap_tst()
|
/linux-4.4.14/arch/x86/kernel/ |
D | irq.c | 61 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 65 seq_printf(p, "%*s: ", prec, "NMI"); in arch_show_interrupts() 70 seq_printf(p, "%*s: ", prec, "LOC"); in arch_show_interrupts() 75 seq_printf(p, "%*s: ", prec, "SPU"); in arch_show_interrupts() 79 seq_printf(p, "%*s: ", prec, "PMI"); in arch_show_interrupts() 83 seq_printf(p, "%*s: ", prec, "IWI"); in arch_show_interrupts() 87 seq_printf(p, "%*s: ", prec, "RTR"); in arch_show_interrupts() 93 seq_printf(p, "%*s: ", prec, "PLT"); in arch_show_interrupts() 99 seq_printf(p, "%*s: ", prec, "RES"); in arch_show_interrupts() 103 seq_printf(p, "%*s: ", prec, "CAL"); in arch_show_interrupts() [all …]
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
D | fpu.c | 247 int n, m, prec; in ieee_fpe_handler() local 255 prec = fpscr & FPSCR_DBL_PRECISION; in ieee_fpe_handler() 258 && (prec && ((hx & 0x7fffffff) < 0x00100000 in ieee_fpe_handler() 271 && (!prec && ((hx & 0x7fffffff) < 0x00800000 in ieee_fpe_handler() 285 int n, m, prec; in ieee_fpe_handler() local 293 prec = fpscr & FPSCR_DBL_PRECISION; in ieee_fpe_handler() 296 && (prec && ((hx & 0x7fffffff) < 0x00100000 in ieee_fpe_handler() 312 && (!prec && ((hx & 0x7fffffff) < 0x00800000 in ieee_fpe_handler() 329 int n, m, prec; in ieee_fpe_handler() local 337 prec = fpscr & FPSCR_DBL_PRECISION; in ieee_fpe_handler() [all …]
|
/linux-4.4.14/arch/arm64/kernel/ |
D | irq.c | 33 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 35 show_ipi_list(p, prec); in arch_show_interrupts() 36 seq_printf(p, "%*s: %10lu\n", prec, "Err", irq_err_count); in arch_show_interrupts()
|
D | smp.c | 638 void show_ipi_list(struct seq_file *p, int prec) in show_ipi_list() argument 643 seq_printf(p, "%*s%u:%s", prec - 1, "IPI", i, in show_ipi_list() 644 prec >= 4 ? " " : ""); in show_ipi_list()
|
/linux-4.4.14/arch/arm/kernel/ |
D | irq.c | 51 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 54 show_fiq_list(p, prec); in arch_show_interrupts() 57 show_ipi_list(p, prec); in arch_show_interrupts() 59 seq_printf(p, "%*s: %10lu\n", prec, "Err", irq_err_count); in arch_show_interrupts()
|
D | fiq.c | 84 int show_fiq_list(struct seq_file *p, int prec) in show_fiq_list() argument 87 seq_printf(p, "%*s: %s\n", prec, "FIQ", in show_fiq_list()
|
D | smp.c | 490 void show_ipi_list(struct seq_file *p, int prec) in show_ipi_list() argument 495 seq_printf(p, "%*s%u: ", prec - 1, "IPI", i); in show_ipi_list()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | irq.c | 346 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 352 seq_printf(p, "%*s: ", prec, "TAU"); in arch_show_interrupts() 359 seq_printf(p, "%*s: ", prec, "LOC"); in arch_show_interrupts() 364 seq_printf(p, "%*s: ", prec, "LOC"); in arch_show_interrupts() 369 seq_printf(p, "%*s: ", prec, "SPU"); in arch_show_interrupts() 374 seq_printf(p, "%*s: ", prec, "PMI"); in arch_show_interrupts() 379 seq_printf(p, "%*s: ", prec, "MCE"); in arch_show_interrupts() 385 seq_printf(p, "%*s: ", prec, "HMI"); in arch_show_interrupts() 394 seq_printf(p, "%*s: ", prec, "DBL"); in arch_show_interrupts()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | irqchip.c | 37 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 41 seq_printf(p, "%*s: ", prec, "NMI"); in arch_show_interrupts() 45 seq_printf(p, "%*s: %10u\n", prec, "ERR", atomic_read(&irq_err_count)); in arch_show_interrupts()
|
/linux-4.4.14/kernel/irq/ |
D | proc.c | 434 int __weak arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 445 static int prec; in show_interrupts() local 456 return arch_show_interrupts(p, prec); in show_interrupts() 460 for (prec = 3, j = 1000; prec < 10 && j <= nr_irqs; ++prec) in show_interrupts() 463 seq_printf(p, "%*s", prec + 8, ""); in show_interrupts() 481 seq_printf(p, "%*d: ", prec, i); in show_interrupts() 496 seq_printf(p, " %*d", prec, (int) desc->irq_data.hwirq); in show_interrupts()
|
/linux-4.4.14/arch/s390/kernel/ |
D | diag.c | 52 int cpu, prec, tmp; in show_diag_stat() local 59 prec = 10; in show_diag_stat() 61 prec--; in show_diag_stat() 62 seq_printf(m, "%*s%d", prec, "CPU", cpu); in show_diag_stat()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | irq.c | 35 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 37 seq_printf(p, "%*s: %10u\n", prec, "ERR", atomic_read(&irq_err_count)); in arch_show_interrupts()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | fpu.c | 471 int n, m, prec; in ieee_fpe_handler() local 479 prec = fpscr & (1 << 19); in ieee_fpe_handler() 482 && (prec && ((hx & 0x7fffffff) < 0x00100000 in ieee_fpe_handler() 498 && (!prec && ((hx & 0x7fffffff) < 0x00800000 in ieee_fpe_handler() 514 int n, m, prec; in ieee_fpe_handler() local 522 prec = fpscr & (1 << 19); in ieee_fpe_handler() 525 && (prec && ((hx & 0x7fffffff) < 0x00100000 in ieee_fpe_handler() 541 && (!prec && ((hx & 0x7fffffff) < 0x00800000 in ieee_fpe_handler()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | irq.c | 161 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 166 seq_printf(p, "%*s: ", prec, "STK"); in arch_show_interrupts() 171 seq_printf(p, "%*s: ", prec, "IST"); in arch_show_interrupts() 178 seq_printf(p, "%*s: ", prec, "RES"); in arch_show_interrupts() 183 seq_printf(p, "%*s: ", prec, "UAH"); in arch_show_interrupts() 187 seq_printf(p, "%*s: ", prec, "FPA"); in arch_show_interrupts() 191 seq_printf(p, "%*s: ", prec, "TLB"); in arch_show_interrupts()
|
/linux-4.4.14/arch/mips/kernel/ |
D | irq.c | 39 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 41 seq_printf(p, "%*s: %10u\n", prec, "ERR", atomic_read(&irq_err_count)); in arch_show_interrupts()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | irq.c | 58 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 62 show_ipi_list(p, prec); in arch_show_interrupts() 65 seq_printf(p, "%*s:", prec, "NMI"); in arch_show_interrupts()
|
D | smp.c | 419 void show_ipi_list(struct seq_file *p, int prec) in show_ipi_list() argument 425 seq_printf(p, "%*s:", prec, ipi_text[i].short_text); in show_ipi_list()
|
/linux-4.4.14/arch/sh/kernel/ |
D | irq.c | 40 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 44 seq_printf(p, "%*s: ", prec, "NMI"); in arch_show_interrupts() 49 seq_printf(p, "%*s: %10u\n", prec, "ERR", atomic_read(&irq_err_count)); in arch_show_interrupts()
|
/linux-4.4.14/arch/c6x/kernel/ |
D | irq.c | 127 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 129 seq_printf(p, "%*s: %10lu\n", prec, "Err", irq_err_count); in arch_show_interrupts()
|
/linux-4.4.14/arch/frv/kernel/ |
D | irq.c | 49 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 51 seq_printf(p, "%*s: ", prec, "ERR"); in arch_show_interrupts()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | fwsignal.c | 576 int prec; in brcmf_fws_psq_flush() local 580 for (prec = 0; prec < q->num_prec; prec++) { in brcmf_fws_psq_flush() 581 skb = brcmu_pktq_pdeq_match(q, prec, matchfn, &ifidx); in brcmf_fws_psq_flush() 584 skb = brcmu_pktq_pdeq_match(q, prec, matchfn, &ifidx); in brcmf_fws_psq_flush() 826 int prec; in brcmf_fws_bus_txq_cleanup() local 835 for (prec = 0; prec < txq->num_prec; prec++) { in brcmf_fws_bus_txq_cleanup() 836 skb = brcmu_pktq_pdeq_match(txq, prec, fn, &ifidx); in brcmf_fws_bus_txq_cleanup() 843 skb = brcmu_pktq_pdeq_match(txq, prec, fn, &ifidx); in brcmf_fws_bus_txq_cleanup() 1243 int prec = 2 * fifo; in brcmf_fws_enq() local 1261 prec += 1; in brcmf_fws_enq() [all …]
|
D | sdio.c | 2765 static bool brcmf_sdio_prec_enq(struct pktq *q, struct sk_buff *pkt, int prec) in brcmf_sdio_prec_enq() argument 2773 if (!pktq_pfull(q, prec) && !pktq_full(q)) { in brcmf_sdio_prec_enq() 2774 brcmu_pktq_penq(q, prec, pkt); in brcmf_sdio_prec_enq() 2779 if (pktq_pfull(q, prec)) { in brcmf_sdio_prec_enq() 2780 eprec = prec; in brcmf_sdio_prec_enq() 2783 if (eprec > prec) in brcmf_sdio_prec_enq() 2790 if (eprec == prec) in brcmf_sdio_prec_enq() 2800 p = brcmu_pktq_penq(q, prec, pkt); in brcmf_sdio_prec_enq() 2810 uint prec; in brcmf_sdio_bus_txdata() local 2823 prec = prio2prec((pkt->priority & PRIOMASK)); in brcmf_sdio_bus_txdata() [all …]
|
D | bus.h | 214 int prec);
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | round.S | 55 swap %d1 |set up d1.w for round prec. 81 swap %d1 |set up d1 for round prec. 106 swap %d1 |set up d1 for round prec. 116 swap %d1 |set up d1 for round prec. 148 bfextu LOCAL_HI(%a0){#24:#2},%d3 |sgl prec. g-r are 2 bits right 149 movel #30,%d2 |of the sgl prec. limits 160 bfextu LOCAL_LO(%a0){#21:#2},%d3 |dbl-prec. g-r are 2 bits right 161 movel #30,%d2 |of the dbl prec. limits 179 .set ad_1_sgl,0x00000100 | constant to add 1 to l-bit in sgl prec 180 .set ad_1_dbl,0x00000800 | constant to add 1 to l-bit in dbl prec [all …]
|
D | res_func.S | 776 bfextu FPCR_MODE(%a6){#0:#2},%d0 |inst not forced - use fpcr prec 783 | or.l #inex2_mask,USER_FPSR(%a6) ;if prec is s or d, set inex2 894 bsrl round |round result to users rmode & prec 918 bsrl round |round result to users rmode & prec 944 bsrl round |round result to users rmode & prec 1069 bsrl round |round result to users rmode & prec 1102 bsrl round |round result to users rmode & prec 1125 bsrl round |round result to users rmode & prec 1244 bfextu FPCR_MODE(%a6){#0:#2},%d0 |inst not forced - use fpcr prec 1497 | 41dfffffffc00000 in dbl prec = 401d0000fffffffe00000000 in ext prec [all …]
|
D | kernel_ex.S | 319 fmovel %d1,%fpcr |restore user's rmode/prec 338 fmovel %d1,%fpcr |restore user's rmode/prec
|
D | x_store.S | 138 lsll #4,%d0 |d0 now in proper place for dbl prec exp
|
D | util.S | 359 bfextu %d0{#9:#2},%d0 |move the rounding prec bits to d0{1:0} 417 bfextu %d0{#24:#2},%d0 |move the rounding prec bits to d0{1:0}
|
D | do_func.S | 87 andl #0xFF,%d1 | discard all but rounding mode/prec
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | irq.c | 293 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 298 seq_printf(p, "%*s: ", prec, "NMI"); in arch_show_interrupts() 305 seq_printf(p, "%*s: ", prec, "ERR"); in arch_show_interrupts()
|
/linux-4.4.14/arch/tile/kernel/ |
D | irq.c | 259 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 264 seq_printf(p, "%*s: ", prec, "PMI"); in arch_show_interrupts()
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | smp.h | 30 void show_ipi_list(struct seq_file *p, int prec);
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | smp.h | 30 extern void show_ipi_list(struct seq_file *p, int prec);
|
/linux-4.4.14/arch/alpha/kernel/ |
D | irq.c | 68 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument
|
/linux-4.4.14/include/uapi/linux/ |
D | joystick.h | 81 __s16 prec; member
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 395 set SGL_LO, 0x3f81 # min sgl prec exponent 396 set SGL_HI, 0x407e # max sgl prec exponent 397 set DBL_LO, 0x3c01 # min dbl prec exponent 398 set DBL_HI, 0x43fe # max dbl prec exponent 399 set EXT_LO, 0x0 # min ext prec exponent 400 set EXT_HI, 0x7ffe # max ext prec exponent 584 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 641 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 700 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 761 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec [all …]
|
D | fpsp.S | 941 mov.b FPCR_MODE(%a6),%d0 # pass rnd prec/mode 1532 mov.b FPCR_MODE(%a6),%d0 # fetch rnd mode/prec 1844 mov.b FPCR_MODE(%a6),%d0 # fetch rnd mode/prec 2089 mov.b FPCR_MODE(%a6),%d0 # fetch rnd mode/prec 2592 mov.b FPCR_MODE(%a6),%d0 # pass: rnd mode,prec 3197 short tbl_operr - tbl_operr # sgl prec shouldn't happen 3367 short fsnan_out_s - tbl_snan # sgl prec shouldn't happen 3371 short fsnan_out_d - tbl_snan # dbl prec shouldn't happen 3728 mov.b FPCR_MODE(%a6),%d0 # pass rnd prec,mode 5229 fmov.l %d0,%fpcr # restore users round mode,prec [all …]
|
D | pfpsp.S | 940 mov.b FPCR_MODE(%a6),%d0 # pass rnd prec/mode 1531 mov.b FPCR_MODE(%a6),%d0 # fetch rnd mode/prec 1843 mov.b FPCR_MODE(%a6),%d0 # fetch rnd mode/prec 2088 mov.b FPCR_MODE(%a6),%d0 # fetch rnd mode/prec 2591 mov.b FPCR_MODE(%a6),%d0 # pass: rnd mode,prec 3196 short tbl_operr - tbl_operr # sgl prec shouldn't happen 3366 short fsnan_out_s - tbl_snan # sgl prec shouldn't happen 3370 short fsnan_out_d - tbl_snan # dbl prec shouldn't happen 3727 mov.b FPCR_MODE(%a6),%d0 # pass rnd prec,mode
|
/linux-4.4.14/arch/ia64/kernel/ |
D | irq.c | 58 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument
|
/linux-4.4.14/arch/sparc/kernel/ |
D | irq_32.c | 196 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument
|
D | irq_64.c | 302 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_hid.c | 719 #define F_HID_OPT(name, prec, limit) \ argument 737 u##prec num; \ 745 ret = kstrtou##prec(page, 0, &num); \
|
/linux-4.4.14/arch/frv/include/asm/ |
D | math-emu.h | 100 unsigned short prec; member
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | math-emu.h | 100 unsigned short prec; member
|
/linux-4.4.14/include/linux/ |
D | interrupt.h | 669 int arch_show_interrupts(struct seq_file *p, int prec);
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | host.h | 956 u8 prec[ETH_ALEN]; member
|
/linux-4.4.14/Documentation/input/ |
D | joystick-api.txt | 253 __u16 prec;
|
/linux-4.4.14/drivers/input/ |
D | joydev.c | 880 joydev->corr[i].prec = input_abs_get_fuzz(dev, j); in joydev_connect()
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 688 | '-' expression %prec UMINUS
|