/linux-4.1.27/drivers/isdn/mISDN/ |
D | layer1.c | 103 struct layer1 *l1 = fi->userdata; in l1m_debug() local 112 printk(KERN_DEBUG "%s: %pV\n", dev_name(&l1->dch->dev.dev), &vaf); in l1m_debug() 126 struct layer1 *l1 = fi->userdata; in l1_deact_cnf() local 129 if (test_bit(FLG_L1_ACTIVATING, &l1->Flags)) in l1_deact_cnf() 130 l1->dcb(l1->dch, HW_POWERUP_REQ); in l1_deact_cnf() 136 struct layer1 *l1 = fi->userdata; in l1_deact_req_s() local 139 mISDN_FsmRestartTimer(&l1->timerX, 550, EV_TIMER_DEACT, NULL, 2); in l1_deact_req_s() 140 test_and_set_bit(FLG_L1_DEACTTIMER, &l1->Flags); in l1_deact_req_s() 146 struct layer1 *l1 = fi->userdata; in l1_power_up_s() local 148 if (test_bit(FLG_L1_ACTIVATING, &l1->Flags)) { in l1_power_up_s() [all …]
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | hfc4s8s_l1.c | 182 struct hfc4s8s_l1 l1[HFC_MAX_ST]; member 304 struct hfc4s8s_l1 *l1 = iface->ifc.priv; in dch_l2l1() local 311 if (!l1->enabled) { in dch_l2l1() 315 spin_lock_irqsave(&l1->lock, flags); in dch_l2l1() 316 skb_queue_tail(&l1->d_tx_queue, skb); in dch_l2l1() 317 if ((skb_queue_len(&l1->d_tx_queue) == 1) && in dch_l2l1() 318 (l1->tx_cnt <= 0)) { in dch_l2l1() 319 l1->hw->mr.r_irq_fifo_blx[l1->st_num] |= in dch_l2l1() 321 spin_unlock_irqrestore(&l1->lock, flags); in dch_l2l1() 322 schedule_work(&l1->hw->tqueue); in dch_l2l1() [all …]
|
D | isdnl1.c | 146 struct IsdnCardState *cs = st->l1.hardware; in l1m_debug() 162 if (test_and_clear_bit(FLG_L1_ACTIVATING, &st->l1.Flags)) in L1activated() 163 st->l1.l1l2(st, PH_ACTIVATE | CONFIRM, NULL); in L1activated() 165 st->l1.l1l2(st, PH_ACTIVATE | INDICATION, NULL); in L1activated() 178 st->l1.l1l2(st, PH_PAUSE | CONFIRM, NULL); in L1deactivated() 179 st->l1.l1l2(st, PH_DEACTIVATE | INDICATION, NULL); in L1deactivated() 195 if (test_and_clear_bit(FLG_L1_PULL_REQ, &stptr->l1.Flags)) { in DChannel_proc_xmt() 196 stptr->l1.l1l2(stptr, PH_PULL | CONFIRM, NULL); in DChannel_proc_xmt() 211 if (test_bit(FLG_L1_ACTTIMER, &stptr->l1.Flags)) in DChannel_proc_rcv() 212 FsmEvent(&stptr->l1.l1m, EV_TIMER_ACT, NULL); in DChannel_proc_rcv() [all …]
|
D | hscx.c | 98 struct BCState *bcs = st->l1.bcs; in hscx_l2l1() 129 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hscx_l2l1() 130 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hscx_l2l1() 132 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hscx_l2l1() 137 modehscx(bcs, st->l1.mode, st->l1.bc); in hscx_l2l1() 148 modehscx(bcs, 0, st->l1.bc); in hscx_l2l1() 150 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in hscx_l2l1() 206 bcs->channel = st->l1.bc; in setstack_hscx() 207 if (open_hscxstate(st->l1.hardware, bcs)) in setstack_hscx() 209 st->l1.bcs = bcs; in setstack_hscx()
|
D | jade.c | 133 struct BCState *bcs = st->l1.bcs; in jade_l2l1() 164 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in jade_l2l1() 165 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in jade_l2l1() 167 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in jade_l2l1() 172 modejade(bcs, st->l1.mode, st->l1.bc); in jade_l2l1() 183 modejade(bcs, 0, st->l1.bc); in jade_l2l1() 185 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in jade_l2l1() 242 bcs->channel = st->l1.bc; in setstack_jade() 243 if (open_jadestate(st->l1.hardware, bcs)) in setstack_jade() 245 st->l1.bcs = bcs; in setstack_jade()
|
D | ipacx.c | 97 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in dch_l2l1() 142 clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in dch_l2l1() 143 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in dch_l2l1() 145 set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in dch_l2l1() 214 st->l1.l1l2(st, PH_PAUSE | INDICATION, NULL); // flow control on in dbusy_timer_handler() 415 st->l1.l1hw = dch_l2l1; in dch_setstack() 448 struct BCState *bcs = st->l1.bcs; in bch_l2l1() 479 clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in bch_l2l1() 480 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in bch_l2l1() 482 set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in bch_l2l1() [all …]
|
D | w6692.c | 114 stptr->l1.l1l2(stptr, PH_PAUSE | CONFIRM, NULL); in W6692_bh() 561 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in W6692_l1hw() 618 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in W6692_l1hw() 619 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in W6692_l1hw() 621 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in W6692_l1hw() 675 st->l1.l1hw = W6692_l1hw; in setstack_W6692() 701 stptr->l1.l1l2(stptr, PH_PAUSE | INDICATION, NULL); in dbusy_timer_handler() 759 struct BCState *bcs = st->l1.bcs; in W6692_l2l1() 789 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in W6692_l2l1() 790 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in W6692_l2l1() [all …]
|
D | tei.c | 90 struct PStack *ptr = *(st->l1.stlistp); in findtei() 170 cs = (struct IsdnCardState *) st->l1.hardware; in tei_id_assign() 244 cs = (struct IsdnCardState *) st->l1.hardware; in tei_id_remove() 280 cs = (struct IsdnCardState *) st->l1.hardware; in tei_id_req_tout() 303 cs = (struct IsdnCardState *) st->l1.hardware; in tei_id_ver_tout() 376 cs = (struct IsdnCardState *) st->l1.hardware; in tei_l2tei() 400 VHiSax_putstatus(st->l1.hardware, "tei ", fmt, args); in tei_debug() 409 st->l1.l1tei = tei_l1l2; in setstack_tei()
|
D | hfc_2bs0.c | 455 struct BCState *bcs = st->l1.bcs; in hfc_l2l1() 484 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hfc_l2l1() 485 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hfc_l2l1() 487 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hfc_l2l1() 492 mode_hfc(bcs, st->l1.mode, st->l1.bc); in hfc_l2l1() 503 mode_hfc(bcs, 0, st->l1.bc); in hfc_l2l1() 505 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in hfc_l2l1() 544 bcs->channel = st->l1.bc; in setstack_hfc() 545 if (open_hfcstate(st->l1.hardware, bcs)) in setstack_hfc() 547 st->l1.bcs = bcs; in setstack_hfc()
|
D | hfc_2bds0.c | 455 struct BCState *bcs = st->l1.bcs; in hfc_l2l1() 484 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hfc_l2l1() 485 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hfc_l2l1() 487 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hfc_l2l1() 492 mode_2bs0(bcs, st->l1.mode, st->l1.bc); in hfc_l2l1() 503 mode_2bs0(bcs, 0, st->l1.bc); in hfc_l2l1() 505 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in hfc_l2l1() 542 bcs->channel = st->l1.bc; in setstack_2b() 543 if (open_hfcstate(st->l1.hardware, bcs)) in setstack_2b() 545 st->l1.bcs = bcs; in setstack_2b() [all …]
|
D | hfc_sx.c | 562 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in dch_nt_l2l1() 568 st->l1.l1hw(st, pr, arg); in dch_nt_l2l1() 571 st->l1.l1l2(st, PH_ACTIVATE | CONFIRM, NULL); in dch_nt_l2l1() 580 st->l1.l1hw(st, HW_TESTLOOP | REQUEST, arg); in dch_nt_l2l1() 873 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in HFCSX_l1hw() 938 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in HFCSX_l1hw() 939 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in HFCSX_l1hw() 941 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in HFCSX_l1hw() 1009 st->l1.l1hw = HFCSX_l1hw; in setstack_hfcsx() 1143 struct BCState *bcs = st->l1.bcs; in hfcsx_l2l1() [all …]
|
D | config.c | 1668 st->l1.l1l2(st, pr, NULL); in hisax_bh() 1719 if (test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags)) { in hisax_d_l1l2() 1720 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hisax_d_l1l2() 1745 st->l1.l1l2(st, pr, NULL); in hisax_b_l1l2() 1748 st->l1.l1l2(st, pr, NULL); in hisax_b_l1l2() 1772 if (test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags)) { in hisax_b_l1l2() 1773 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hisax_b_l1l2() 1784 struct IsdnCardState *cs = st->l1.hardware; in hisax_d_l2l1() 1804 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hisax_d_l2l1() 1806 set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hisax_d_l2l1() [all …]
|
D | callc.c | 878 struct IsdnCardState *cs = st->l1.hardware; in selectfreechannel() 927 struct IsdnCardState *cs = st->l1.hardware; in dchan_l3l4() 1019 (*stp)->l1.l1l2 = dummy_pstack; in init_PStack() 1020 (*stp)->l1.l1hw = dummy_pstack; in init_PStack() 1021 (*stp)->l1.l1tei = dummy_pstack; in init_PStack() 1100 chanp->b_st->l1.delay = DEFAULT_B_DELAY; in init_chan() 1155 HiSax_rmlist(st->l1.hardware, st); in release_d_st() 1269 st->l1.hardware = cs; in init_b_st() 1271 st->l1.bc = chanp->chan & 1; in init_b_st() 1273 st->l1.bc = chanp->proc->para.bchannel - 1; in init_b_st() [all …]
|
D | elsa_ser.c | 550 struct BCState *bcs = st->l1.bcs; in modem_l2l1() 567 st->l1.l1l2(st, PH_ACTIVATE | CONFIRM, NULL); in modem_l2l1() 568 set_arcofi(bcs->cs, st->l1.bc); in modem_l2l1() 574 bcs->cs->dc.isac.arcofi_bc = st->l1.bc; in modem_l2l1() 588 bcs->channel = st->l1.bc; in setstack_elsa() 589 switch (st->l1.mode) { in setstack_elsa() 592 if (open_hscxstate(st->l1.hardware, bcs)) in setstack_elsa() 612 st->l1.bcs = bcs; in setstack_elsa()
|
D | netjet.c | 795 struct BCState *bcs = st->l1.bcs; in tiger_l2l1() 822 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in tiger_l2l1() 823 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in tiger_l2l1() 825 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in tiger_l2l1() 830 mode_tiger(bcs, st->l1.mode, st->l1.bc); in tiger_l2l1() 833 bcs->cs->cardmsg(bcs->cs, MDL_BC_ASSIGN, (void *)(&st->l1.bc)); in tiger_l2l1() 838 bcs->cs->cardmsg(bcs->cs, MDL_BC_RELEASE, (void *)(&st->l1.bc)); in tiger_l2l1() 845 mode_tiger(bcs, 0, st->l1.bc); in tiger_l2l1() 847 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in tiger_l2l1() 900 bcs->channel = st->l1.bc; in setstack_tiger() [all …]
|
D | avm_pci.c | 484 struct BCState *bcs = st->l1.bcs; in hdlc_l2l1() 515 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hdlc_l2l1() 516 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hdlc_l2l1() 518 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hdlc_l2l1() 523 modehdlc(bcs, st->l1.mode, st->l1.bc); in hdlc_l2l1() 534 modehdlc(bcs, 0, st->l1.bc); in hdlc_l2l1() 536 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in hdlc_l2l1() 591 bcs->channel = st->l1.bc; in setstack_hdlc() 592 if (open_hdlcstate(st->l1.hardware, bcs)) in setstack_hdlc() 594 st->l1.bcs = bcs; in setstack_hdlc()
|
D | amd7930_fn.c | 247 stptr->l1.l1l2(stptr, PH_PAUSE | CONFIRM, NULL); in Amd7930_bh() 560 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in Amd7930_l1hw() 621 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in Amd7930_l1hw() 622 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in Amd7930_l1hw() 624 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in Amd7930_l1hw() 676 st->l1.l1hw = Amd7930_l1hw; in setstack_Amd7930() 716 stptr->l1.l1l2(stptr, PH_PAUSE | INDICATION, NULL); in dbusy_timer_handler()
|
D | hfc_pci.c | 736 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in dch_nt_l2l1() 742 st->l1.l1hw(st, pr, arg); in dch_nt_l2l1() 745 st->l1.l1l2(st, PH_ACTIVATE | CONFIRM, NULL); in dch_nt_l2l1() 754 st->l1.l1hw(st, HW_TESTLOOP | REQUEST, arg); in dch_nt_l2l1() 1109 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in HFCPCI_l1hw() 1173 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in HFCPCI_l1hw() 1174 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in HFCPCI_l1hw() 1176 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in HFCPCI_l1hw() 1246 st->l1.l1hw = HFCPCI_l1hw; in setstack_hfcpci() 1391 struct BCState *bcs = st->l1.bcs; in hfcpci_l2l1() [all …]
|
D | lmgr.c | 36 HiSax_putstatus(st->l1.hardware, "manager: MDL_ERROR", in hisax_manager()
|
D | isac.c | 95 stptr->l1.l1l2(stptr, PH_PAUSE | CONFIRM, NULL); in isac_bh() 440 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in ISAC_l1hw() 496 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in ISAC_l1hw() 497 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in ISAC_l1hw() 499 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in ISAC_l1hw() 569 st->l1.l1hw = ISAC_l1hw; in setstack_isac() 597 stptr->l1.l1l2(stptr, PH_PAUSE | INDICATION, NULL); in dbusy_timer_handler()
|
D | icc.c | 92 stptr->l1.l1l2(stptr, PH_PAUSE | CONFIRM, NULL); in icc_bh() 437 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in ICC_l1hw() 494 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in ICC_l1hw() 495 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in ICC_l1hw() 497 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in ICC_l1hw() 571 st->l1.l1hw = ICC_l1hw; in setstack_icc() 598 stptr->l1.l1l2(stptr, PH_PAUSE | INDICATION, NULL); in dbusy_timer_handler()
|
D | isdnl3.h | 26 #define l3_debug(st, fmt, args...) HiSax_putstatus(st->l1.hardware, "l3 ", fmt, ## args)
|
D | isar.c | 1593 struct BCState *bcs = st->l1.bcs; in isar_l2l1() 1629 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in isar_l2l1() 1630 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in isar_l2l1() 1632 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in isar_l2l1() 1642 switch (st->l1.mode) { in isar_l2l1() 1645 ret = modeisar(bcs, st->l1.mode, st->l1.bc); in isar_l2l1() 1654 ret = modeisar(bcs, st->l1.mode, st->l1.bc); in isar_l2l1() 1669 switch (st->l1.mode) { in isar_l2l1() 1682 modeisar(bcs, 0, st->l1.bc); in isar_l2l1() 1684 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in isar_l2l1() [all …]
|
D | isdnl2.c | 222 st->l1.bcs->tx_cnt += skb->len; in enqueue_super() 953 st->l1.bcs->tx_cnt += l2->windowar[p1]->len + l2headersize(l2, 0); in invoke_retransmission() 1032 st->l1.bcs->tx_cnt += skb->len + l2headersize(&st->l2, 0); in l2_feed_i_if_reest() 1046 st->l1.bcs->tx_cnt += skb->len + l2headersize(&st->l2, 0); in l2_feed_i_pull() 1058 st->l1.bcs->tx_cnt += skb->len + l2headersize(&st->l2, 0); in l2_feed_iqueue() 1770 VHiSax_putstatus(st->l1.hardware, st->l2.debug_id, fmt, args); in l2m_debug() 1778 st->l1.l1l2 = isdnl2_l1l2; in setstack_isdnl2()
|
D | isdnl3.c | 76 VHiSax_putstatus(st->l1.hardware, st->l3.debug_id, fmt, args); in l3m_debug() 222 HiSax_putstatus(st->l1.hardware, "L3", "no D protocol"); in no_l3_proto()
|
D | l3ni1.c | 138 cs = pc->st->l1.hardware; in l3ni1_dummy_return_result() 171 cs = pc->st->l1.hardware; in l3ni1_dummy_error_return() 205 cs = st->l1.hardware; in l3ni1_dummy_invoke() 1797 cs = pc->st->l1.hardware; in l3ni1_deliver_display() 2112 struct IsdnCardState *cs = pc->st->l1.hardware; in l3ni1_io_timer()
|
D | l3dss1.c | 139 cs = pc->st->l1.hardware; in l3dss1_dummy_return_result() 172 cs = pc->st->l1.hardware; in l3dss1_dummy_error_return() 206 cs = st->l1.hardware; in l3dss1_dummy_invoke() 1941 cs = pc->st->l1.hardware; in l3dss1_deliver_display() 2252 struct IsdnCardState *cs = pc->st->l1.hardware; in l3dss1_io_timer()
|
D | hisax.h | 321 struct Layer1 l1; member
|
/linux-4.1.27/security/selinux/ss/ |
D | mls_types.h | 29 static inline int mls_level_eq(struct mls_level *l1, struct mls_level *l2) in mls_level_eq() argument 31 return ((l1->sens == l2->sens) && in mls_level_eq() 32 ebitmap_cmp(&l1->cat, &l2->cat)); in mls_level_eq() 35 static inline int mls_level_dom(struct mls_level *l1, struct mls_level *l2) in mls_level_dom() argument 37 return ((l1->sens >= l2->sens) && in mls_level_dom() 38 ebitmap_contains(&l1->cat, &l2->cat, 0)); in mls_level_dom() 41 #define mls_level_incomp(l1, l2) \ argument 42 (!mls_level_dom((l1), (l2)) && !mls_level_dom((l2), (l1))) 44 #define mls_level_between(l1, l2, l3) \ argument 45 (mls_level_dom((l1), (l2)) && mls_level_dom((l3), (l1)))
|
D | services.c | 279 struct mls_level *l1, *l2; in constraint_expr_eval() local 337 l1 = &(scontext->range.level[0]); in constraint_expr_eval() 341 l1 = &(scontext->range.level[0]); in constraint_expr_eval() 345 l1 = &(scontext->range.level[1]); in constraint_expr_eval() 349 l1 = &(scontext->range.level[1]); in constraint_expr_eval() 353 l1 = &(scontext->range.level[0]); in constraint_expr_eval() 357 l1 = &(tcontext->range.level[0]); in constraint_expr_eval() 363 s[++sp] = mls_level_eq(l1, l2); in constraint_expr_eval() 366 s[++sp] = !mls_level_eq(l1, l2); in constraint_expr_eval() 369 s[++sp] = mls_level_dom(l1, l2); in constraint_expr_eval() [all …]
|
/linux-4.1.27/scripts/rt-tester/ |
D | check-all.sh | 9 testit t2-l1-2rt-sameprio.tst 10 testit t2-l1-pi.tst 11 testit t2-l1-signal.tst 13 testit t3-l1-pi-1rt.tst 14 testit t3-l1-pi-2rt.tst 15 testit t3-l1-pi-3rt.tst 16 testit t3-l1-pi-signal.tst 17 testit t3-l1-pi-steal.tst
|
/linux-4.1.27/arch/sparc/kernel/ |
D | rtrap_64.S | 46 andn %l1, %o0, %l1 60 ldx [%sp + PTREGS_OFF + PT_V9_TSTATE], %l1 62 and %l1, %l4, %l4 64 andn %l1, %l4, %l1 70 rtrap_nmi: ldx [%sp + PTREGS_OFF + PT_V9_TSTATE], %l1 72 and %l1, %l4, %l4 73 andn %l1, %l4, %l1 83 ldx [%sp + PTREGS_OFF + PT_V9_TSTATE], %l1 86 and %l1, %l4, %l4 87 andn %l1, %l4, %l1 [all …]
|
D | head_64.S | 164 mov (1b - prom_peer_name), %l1 165 sub %l0, %l1, %l1 169 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "peer" 179 mov (1b - prom_root_node), %l1 180 sub %l0, %l1, %l1 181 stw %l4, [%l1] 183 mov (1b - prom_getprop_name), %l1 186 sub %l0, %l1, %l1 193 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop" 207 mov (1b - prom_finddev_name), %l1 [all …]
|
D | head_32.S | 123 mov %o1, %l1 ! stash away debug_vec too 314 sll %g1, 0x8, %g1 ! make phys addr for l1 tbl 338 sll %g1, 0x8, %g1 ! make phys addr for l1 tbl 361 mov %l1, %o1 ! and debug_vec 372 add %g7, 0x1c, %l1 373 ld [%l1], %l0 383 ld [%l1], %l0 ! 'compatible' tells 404 ldub [%o2], %l1 405 cmp %l1, 'l' 410 ldub [%o2 + 0x4], %l1 [all …]
|
D | entry.S | 160 jmp %l1 435 ld [%l1], %l5 446 mov %l1, %o1 466 mov %l1, %o1 486 ld [%l1], %o1 498 ld [%l1], %o1 514 mov %l1, %o1 526 cmp %l1, %l5 530 cmp %l1, %l5 553 mov %l1, %o1 [all …]
|
D | hvtramp.S | 55 mov 0, %l1 69 add %l1, 1, %l1 70 cmp %l1, %l2
|
D | syscalls.S | 120 ldx [%sp + PTREGS_OFF + PT_V9_G1], %l1 121 call %l1 237 ldx [%sp + PTREGS_OFF + PT_V9_TNPC], %l1 ! pc = npc 245 add %l1, 0x4, %l2 ! npc = npc+4 246 stx %l1, [%sp + PTREGS_OFF + PT_V9_TPC] 256 ldx [%sp + PTREGS_OFF + PT_V9_TNPC], %l1 ! pc = npc 268 stx %l1, [%sp + PTREGS_OFF + PT_V9_TPC]
|
D | winfixup.S | 57 stx %l1, [%g3 + TI_REG_WINDOW + 0x08] 74 stw %l1, [%g3 + TI_REG_WINDOW + 0x04]
|
D | wuf.S | 21 #define t_pc l1
|
D | rtrap_32.S | 18 #define t_pc l1
|
D | etrap_32.S | 20 #define t_pc l1 /* Set by caller */
|
D | wof.S | 34 #define t_pc l1 /* PC for trap return T */
|
D | etrap_64.S | 148 LOAD_PER_CPU_BASE(%g5, %g6, %g4, %g3, %l1)
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | vmlinux.lds.S | 49 *(.l1.text) 73 *(.l1.bss) 76 *(.l1.bss.B) 95 *(.l1.data) 98 *(.l1.data.B) 174 *(.l1.text.head) 175 *(.l1.text) 190 *(.l1.data) 198 *(.l1.bss) 210 *(.l1.data.B) [all …]
|
D | entry.S | 16 .section .l1.text
|
D | signal.c | 67 RESTORE(l0); RESTORE(l1); RESTORE(l2); RESTORE(l3); in rt_restore_sigcontext() 128 SETUP(l0); SETUP(l1); SETUP(l2); SETUP(l3); in rt_setup_sigcontext()
|
D | kgdb.c | 45 gdb_regs[BFIN_L1] = regs->l1; in pt_regs_to_gdb_regs() 121 regs->l1 = gdb_regs[BFIN_L1]; in gdb_regs_to_pt_regs()
|
D | asm-offsets.c | 82 DEFINE(PT_L1, offsetof(struct pt_regs, l1)); in main()
|
D | trace.c | 974 fp->b1, fp->l1, fp->m1, fp->i1); in show_regs()
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | mmu_context.h | 69 int l1; in switch_mm() local 76 for (l1 = MIN_KERNEL_SEG; l1 <= max_kernel_seg; l1++) in switch_mm() 77 next->pgd[l1] = init_mm.pgd[l1]; in switch_mm()
|
/linux-4.1.27/drivers/scsi/arm/ |
D | eesox.c | 238 unsigned long l1, l2; in eesoxscsi_buffer_in() local 240 l1 = readl(reg_dmadata) & mask; in eesoxscsi_buffer_in() 241 l1 |= readl(reg_dmadata) << 16; in eesoxscsi_buffer_in() 244 *(u32 *)buf = l1; in eesoxscsi_buffer_in() 253 unsigned long l1; in eesoxscsi_buffer_in() local 255 l1 = readl(reg_dmadata) & mask; in eesoxscsi_buffer_in() 256 l1 |= readl(reg_dmadata) << 16; in eesoxscsi_buffer_in() 258 *(u32 *)buf = l1; in eesoxscsi_buffer_in() 317 unsigned long l1, l2; in eesoxscsi_buffer_out() local 319 l1 = *(u32 *)buf; in eesoxscsi_buffer_out() [all …]
|
/linux-4.1.27/arch/sparc/lib/ |
D | xor.S | 384 xor %l3, %l1, %l3 424 xor %l1, %i5, %l1 426 xor %o3, %l1, %o3 442 xor %l1, %i5, %l1 444 xor %o3, %l1, %o3 482 xor %l1, %g3, %l1 484 stxa %l1, [%i0 + 0x08] %asi 495 xor %l1, %g3, %l1 497 stxa %l1, [%i0 + 0x18] %asi 508 xor %l1, %g3, %l1 [all …]
|
D | mcount.S | 59 mov %g3, %l1 85 mov %g3, %l1 111 mov %l1, %o2
|
D | udivdi3.S | 121 mov %o1,%l1 253 mov %o1,%l1 257 mov %l1,%i1
|
D | divdi3.S | 139 mov %o1,%l1 265 mov %o1,%l1 269 mov %l1,%i1
|
/linux-4.1.27/arch/sparc/prom/ |
D | cif.S | 19 mov %g5, %l1 24 mov %l1, %g5 42 mov %o0, %l1 46 restore %l1, 0, %o0
|
/linux-4.1.27/fs/hpfs/ |
D | name.c | 75 const unsigned char *n1, unsigned l1, in hpfs_compare_names() argument 78 unsigned l = l1 < l2 ? l1 : l2; in hpfs_compare_names() 87 if (l1 < l2) return -1; in hpfs_compare_names() 88 if (l1 > l2) return 1; in hpfs_compare_names()
|
/linux-4.1.27/drivers/media/platform/davinci/ |
D | vpif.c | 60 .l1 = 1, 77 .l1 = 1, 94 .l1 = 1, 111 .l1 = 1, 128 .l1 = 1, 148 .l1 = 1, 168 .l1 = 1, 187 .l1 = 1, 207 .l1 = 1, 289 value = (config->l1 & vpifregs[config_channel_id].len_mask); in vpif_set_mode_info()
|
D | vpif.h | 629 u16 l1, l3, l5, l7, l9, l11; /* Other parameter configurations */ member
|
D | vpif_display.c | 966 std_info->l1 = 1; in vpif_s_dv_timings()
|
D | vpif_capture.c | 1167 std_info->l1 = 1; in vpif_s_dv_timings()
|
/linux-4.1.27/arch/x86/boot/ |
D | string.c | 144 size_t l1, l2; in strstr() local 149 l1 = strlen(s1); in strstr() 150 while (l1 >= l2) { in strstr() 151 l1--; in strstr()
|
/linux-4.1.27/arch/c6x/lib/ |
D | negll.S | 25 mvk .l1 0,A0 26 subu .l1 A0,A4,A3:A2 27 sub .l1 A0,A5,A0 29 add .l1 A5,A0,A5
|
D | divremi.S | 23 || cmpgt .l1 0, A4, A1 28 [A1] neg .l1 A4, A4 37 neg .l1 A4, A4 44 sub .l1 A5, A6, A5
|
D | llshru.S | 28 cmplt .l1 0,A0,A2 31 [!A2] neg .l1 A0,A4 35 || [!A2] mvk .l1 0,A5
|
D | llshl.S | 28 cmplt .l1 0,A0,A2 30 [!A2] neg .l1 A0,A5 34 || [!A2] mvk .l1 0,A4
|
D | remi.S | 41 || cmpgt .l1 0, A4, A1 46 [A1] neg .l1 A4, A4 55 neg .l1 A4, A4 62 sub .l1 A5, A6, A4
|
D | divi.S | 41 || cmpgt .l1 0, A4, A1 44 [A1] neg .l1 A4, A4 49 neg .l1 A4, A4
|
D | llshr.S | 28 cmplt .l1 0,A0,A2 31 [!A2] neg .l1 A0,A4
|
D | divremu.S | 79 sub .l1 A1, A6, A6 83 || sub .l1 A6, 1, A6 84 or .l1 A2, A4, A4
|
D | divu.S | 91 sub .l1 A1, A6, A6 94 || sub .l1 A6, 1, A6 95 or .l1 A2, A4, A4
|
/linux-4.1.27/tools/vm/ |
D | page_owner_sort.c | 46 const struct block_list *l1 = p1, *l2 = p2; in compare_txt() local 48 return strcmp(l1->txt, l2->txt); in compare_txt() 53 const struct block_list *l1 = p1, *l2 = p2; in compare_num() local 55 return l2->num - l1->num; in compare_num()
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | context.S | 38 [--sp] = l1; 85 l1 = r0; define 110 [--sp] = l1; 145 l1 = r0; define 169 [--sp] = l1; 220 l1 = r0; define 258 l1 = [sp++]; define 328 l1 = [sp++]; define
|
D | dpmc.h | 87 [--sp] = l1; 155 l1 = [sp++];
|
/linux-4.1.27/arch/sparc/power/ |
D | hibernate_asm.S | 74 ldxa [%l0 ] %asi, %l1 /* address */ 78 sub %l1, %g7, %l1 83 ldxa [%l1 + %l3] ASI_PHYS_USE_EC, %g2
|
/linux-4.1.27/drivers/iommu/ |
D | shmobile-iommu.c | 41 struct shmobile_iommu_domain_pgtable l1, l2[L1_LEN]; member 102 ret = pgtable_alloc(&sh_domain->l1, l1cache, L1_SIZE); in shmobile_iommu_domain_alloc() 124 pgtable_free(&sh_domain->l1, l1cache, L1_SIZE); in shmobile_iommu_domain_free() 142 ipmmu_tlb_set(archdata->ipmmu, sh_domain->l1.handle, L1_SIZE, in shmobile_iommu_attach_device() 198 pgtable_write(&sh_domain->l1, l1index, 1, in l2alloc() 213 pgtable_write(&sh_domain->l1, l1index, 1, 0); in l2free() 251 pgtable_write(&sh_domain->l1, l1index, 1, paddr | 0xc02); in shmobile_iommu_map() 318 l1entry = pgtable_read(&sh_domain->l1, l1index); in shmobile_iommu_iova_to_phys()
|
D | amd_iommu_init.c | 250 static u32 iommu_read_l1(struct amd_iommu *iommu, u16 l1, u8 address) in iommu_read_l1() argument 254 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16)); in iommu_read_l1() 259 static void iommu_write_l1(struct amd_iommu *iommu, u16 l1, u8 address, u32 val) in iommu_write_l1() argument 261 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16 | 1 << 31)); in iommu_write_l1() 263 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16)); in iommu_write_l1()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap_btree.c | 102 __uint64_t l1, in __xfs_bmbt_get_all() argument 112 (((xfs_fsblock_t)l1) >> 21); in __xfs_bmbt_get_all() 113 s->br_blockcount = (xfs_filblks_t)(l1 & xfs_mask64lo(21)); in __xfs_bmbt_get_all() 128 __xfs_bmbt_get_all(r->l0, r->l1, s); in xfs_bmbt_get_all() 138 return (xfs_filblks_t)(r->l1 & xfs_mask64lo(21)); in xfs_bmbt_get_blockcount() 149 (((xfs_fsblock_t)r->l1) >> 21); in xfs_bmbt_get_startblock() 181 return (xfs_filblks_t)(be64_to_cpu(r->l1) & xfs_mask64lo(21)); in xfs_bmbt_disk_get_blockcount() 218 r->l1 = ((xfs_bmbt_rec_base_t)startblock << 21) | in xfs_bmbt_set_allf() 258 r->l1 = cpu_to_be64( in xfs_bmbt_disk_set_allf() 285 r->l1 = (r->l1 & (xfs_bmbt_rec_base_t)xfs_mask64hi(43)) | in xfs_bmbt_set_blockcount() [all …]
|
D | xfs_inode_fork.c | 59 rec.l1 = get_unaligned(&ep->l1); in xfs_validate_extents() 339 ep->l1 = get_unaligned_be64(&dp->l1); in xfs_iformat_extents() 772 put_unaligned_be64(ep->l1, &dp->l1); in xfs_iextents_copy()
|
D | xfs_format.h | 1298 __be64 l0, l1; member 1305 __uint64_t l0, l1; member
|
D | xfs_bmap.c | 832 arp->l1 = cpu_to_be64(ep->l1); in xfs_bmap_extents_to_btree() 1335 trp->l1 = be64_to_cpu(frp->l1); in xfs_bmap_read_extents()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | ttable.h | 19 clr %l0; clr %l1; clr %l2; clr %l3; \ 177 ldx [%sp + PTREGS_OFF + PT_V9_TNPC], %l1; \ 178 add %l1, 4, %l2; \ 179 stx %l1, [%sp + PTREGS_OFF + PT_V9_TPC]; \ 236 stx %l1, [%sp + STACK_BIAS + 0x08]; \ 257 stx %l1, [%sp + STACK_BIAS + 0x08]; \ 284 stxa %l1, [%g1 + %g3] ASI; \ 315 stxa %l1, [%sp + STACK_BIAS + 0x08] %asi; \ 349 stx %l1, [%g3 + TI_REG_WINDOW + 0x08]; \ 380 stwa %l1, [%sp + %g3] ASI; \ [all …]
|
/linux-4.1.27/drivers/dma/ |
D | ste_dma40_ll.c | 30 u32 l1 = 0; /* src */ in d40_log_cfg() local 35 l1 |= BIT(D40_MEM_LCSP1_SCFG_INCR_POS); in d40_log_cfg() 45 l1 |= BIT(D40_MEM_LCSP1_SCFG_MST_POS); in d40_log_cfg() 57 l1 |= BIT(D40_MEM_LCSP1_SCFG_EIM_POS); in d40_log_cfg() 58 l1 |= cfg->src_info.psize << D40_MEM_LCSP1_SCFG_PSIZE_POS; in d40_log_cfg() 59 l1 |= d40_width_to_bits(cfg->src_info.data_width) in d40_log_cfg() 62 *lcsp1 = l1; in d40_log_cfg()
|
/linux-4.1.27/arch/microblaze/lib/ |
D | mulsi3.S | 26 bri l1 29 l1: label
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | cache.S | 66 .section .l1.text 97 .section .l1.text
|
D | interrupt.S | 25 .section .l1.text 52 [--sp] = l1; 102 l1 = r1; define
|
D | dpmc_modes.S | 12 .section .l1.text
|
D | entry.S | 30 .section .l1.text 1173 .section .l1.data.B 1227 .section .l1.data
|
/linux-4.1.27/arch/s390/lib/ |
D | string.c | 246 int l1, l2; in strstr() local 251 l1 = __strend(s1) - s1; in strstr() 252 while (l1-- >= l2) { in strstr()
|
/linux-4.1.27/kernel/sched/ |
D | sched.h | 1564 static inline void double_lock(spinlock_t *l1, spinlock_t *l2) in double_lock() argument 1566 if (l1 > l2) in double_lock() 1567 swap(l1, l2); in double_lock() 1569 spin_lock(l1); in double_lock() 1573 static inline void double_lock_irq(spinlock_t *l1, spinlock_t *l2) in double_lock_irq() argument 1575 if (l1 > l2) in double_lock_irq() 1576 swap(l1, l2); in double_lock_irq() 1578 spin_lock_irq(l1); in double_lock_irq() 1582 static inline void double_raw_lock(raw_spinlock_t *l1, raw_spinlock_t *l2) in double_raw_lock() argument 1584 if (l1 > l2) in double_raw_lock() [all …]
|
/linux-4.1.27/scripts/coccinelle/api/ |
D | memdup_user.cocci | 19 identifier l1,l2; 28 <+... when != goto l1;
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_minidump.c | 594 struct __cache *l1 = &entry->region.cache; in qlcnic_dump_l1_cache() local 596 val = l1->init_tag_val; in qlcnic_dump_l1_cache() 598 for (i = 0; i < l1->no_ops; i++) { in qlcnic_dump_l1_cache() 599 qlcnic_ind_wr(adapter, l1->addr, val); in qlcnic_dump_l1_cache() 600 qlcnic_ind_wr(adapter, l1->ctrl_addr, LSW(l1->ctrl_val)); in qlcnic_dump_l1_cache() 601 addr = l1->read_addr; in qlcnic_dump_l1_cache() 602 cnt = l1->read_addr_num; in qlcnic_dump_l1_cache() 606 addr += l1->read_addr_stride; in qlcnic_dump_l1_cache() 609 val += l1->stride; in qlcnic_dump_l1_cache() 611 return l1->no_ops * l1->read_addr_num * sizeof(u32); in qlcnic_dump_l1_cache()
|
/linux-4.1.27/drivers/pci/pcie/ |
D | aspm.c | 38 u32 l1; /* L1 latency (nsec) */ member 334 latency = max_t(u32, link->latency_up.l1, link->latency_dw.l1); in pcie_aspm_check_latency() 336 (latency + l1_switch_latency > acceptable->l1)) in pcie_aspm_check_latency() 386 link->latency_up.l1 = calc_l1_latency(upreg.latency_encoding_l1); in pcie_aspm_cap_init() 387 link->latency_dw.l1 = calc_l1_latency(dwreg.latency_encoding_l1); in pcie_aspm_cap_init() 421 acceptable->l1 = calc_l1_acceptable(encoding); in pcie_aspm_cap_init()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | intel_cacheinfo.c | 233 union l1_cache *l1 = &l1d; in amd_cpuid4() local 244 l1 = &l1i; in amd_cpuid4() 246 if (!l1->val) in amd_cpuid4() 248 assoc = assocs[l1->assoc]; in amd_cpuid4() 249 line_size = l1->line_size; in amd_cpuid4() 250 lines_per_tag = l1->lines_per_tag; in amd_cpuid4() 251 size_in_kb = l1->size_in_kb; in amd_cpuid4()
|
D | intel.c | 418 unsigned int l1; in init_intel() local 419 rdmsr(MSR_IA32_MISC_ENABLE, l1, l2); in init_intel() 420 if (!(l1 & (1<<11))) in init_intel() 422 if (!(l1 & (1<<12))) in init_intel()
|
/linux-4.1.27/lib/ |
D | string.c | 722 size_t l1, l2; in strstr() local 727 l1 = strlen(s1); in strstr() 728 while (l1 >= l2) { in strstr() 729 l1--; in strstr()
|
D | bch.c | 563 int n = 0, i, l0, l1, l2; in find_poly_deg2_roots() local 569 l1 = bch->a_log_tab[poly->c[1]]; in find_poly_deg2_roots() 573 u = a_pow(bch, l0+l2+2*(GF_N(bch)-l1)); in find_poly_deg2_roots() 590 roots[n++] = modulo(bch, 2*GF_N(bch)-l1- in find_poly_deg2_roots() 592 roots[n++] = modulo(bch, 2*GF_N(bch)-l1- in find_poly_deg2_roots()
|
D | btree.c | 103 static int longcmp(const unsigned long *l1, const unsigned long *l2, size_t n) in longcmp() argument 108 if (l1[i] < l2[i]) in longcmp() 110 if (l1[i] > l2[i]) in longcmp()
|
/linux-4.1.27/arch/sh/boot/compressed/ |
D | head_32.S | 69 l1: label 72 bf l1
|
/linux-4.1.27/arch/blackfin/lib/ |
D | strcpy.S | 17 .section .l1.text
|
D | strcmp.S | 19 .section .l1.text
|
D | strncmp.S | 17 .section .l1.text
|
D | umulsi3_highpart.S | 12 .section .l1.text
|
D | smulsi3_highpart.S | 12 .section .l1.text
|
D | modsi3.S | 18 .section .l1.text
|
D | umodsi3.S | 10 .section .l1.text
|
D | strncpy.S | 19 .section .l1.text
|
D | muldi3.S | 12 .section .l1.text
|
D | memset.S | 12 .section .l1.text
|
D | memcpy.S | 24 .section .l1.text
|
D | divsi3.S | 30 .section .l1.text
|
D | udivsi3.S | 12 .section .l1.text
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm7038-l1-intc.txt | 25 - compatible: should be "brcm,bcm7038-l1-intc" 44 compatible = "brcm,bcm7038-l1-intc";
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | w6692.c | 214 l1_event(dch->l1, HW_RESET_IND); in W6692_ph_bh() 218 l1_event(dch->l1, HW_DEACT_CNF); in W6692_ph_bh() 222 l1_event(dch->l1, HW_DEACT_IND); in W6692_ph_bh() 226 l1_event(dch->l1, HW_POWERUP_IND); in W6692_ph_bh() 231 l1_event(dch->l1, ANYSIGNAL); in W6692_ph_bh() 234 l1_event(dch->l1, LOSTFRAMING); in W6692_ph_bh() 239 l1_event(dch->l1, INFO2); in W6692_ph_bh() 243 l1_event(dch->l1, INFO4_P8); in W6692_ph_bh() 247 l1_event(dch->l1, INFO4_P10); in W6692_ph_bh() 1034 ret = l1_event(card->dch.l1, HW_TIMER3_VALUE | (cq->p1 & 0xff)); in channel_ctrl() [all …]
|
D | mISDNipac.c | 76 l1_event(dch->l1, HW_RESET_IND); in isac_ph_state_bh() 80 l1_event(dch->l1, HW_DEACT_CNF); in isac_ph_state_bh() 84 l1_event(dch->l1, HW_DEACT_IND); in isac_ph_state_bh() 88 l1_event(dch->l1, HW_POWERUP_IND); in isac_ph_state_bh() 93 l1_event(dch->l1, ANYSIGNAL); in isac_ph_state_bh() 96 l1_event(dch->l1, LOSTFRAMING); in isac_ph_state_bh() 101 l1_event(dch->l1, INFO2); in isac_ph_state_bh() 105 l1_event(dch->l1, INFO4_P8); in isac_ph_state_bh() 109 l1_event(dch->l1, INFO4_P10); in isac_ph_state_bh() 592 ret = l1_event(dch->l1, hh->prim); in isac_l1hw() [all …]
|
D | hfcpci.c | 929 l1_event(dch->l1, HW_RESET_IND); in ph_state_te() 932 l1_event(dch->l1, HW_DEACT_IND); in ph_state_te() 936 l1_event(dch->l1, ANYSIGNAL); in ph_state_te() 939 l1_event(dch->l1, INFO2); in ph_state_te() 942 l1_event(dch->l1, INFO4_P8); in ph_state_te() 1085 l1_event(dch->l1, HW_POWERUP_IND); in hfc_l1callback() 1627 ret = l1_event(dch->l1, hh->prim); in hfcpci_l2l1D() 1657 ret = l1_event(dch->l1, hh->prim); in hfcpci_l2l1D() 1877 ret = l1_event(hc->dch.l1, HW_TIMER3_VALUE | (cq->p1 & 0xff)); in channel_ctrl() 1917 l1_event(hc->dch.l1, CLOSE_CHANNEL); in open_dchannel() [all …]
|
D | hfcsusb.c | 329 ret = l1_event(dch->l1, hh->prim); in hfcusb_l2l1D() 360 ret = l1_event(dch->l1, hh->prim); in hfcusb_l2l1D() 598 l1_event(dch->l1, HW_RESET_IND); in ph_state_te() 601 l1_event(dch->l1, HW_DEACT_IND); in ph_state_te() 605 l1_event(dch->l1, ANYSIGNAL); in ph_state_te() 608 l1_event(dch->l1, INFO2); in ph_state_te() 611 l1_event(dch->l1, INFO4_P8); in ph_state_te() 1757 l1_event(hw->dch.l1, CLOSE_CHANNEL); in release_hw()
|
D | hfcmulti.c | 3262 l1_event(dch->l1, HW_POWERUP_IND); in hfcm_l1callback() 3399 ret = l1_event(dch->l1, hh->prim); in handle_dmsg() 3445 ret = l1_event(dch->l1, hh->prim); in handle_dmsg() 3791 l1_event(dch->l1, HW_RESET_IND); in ph_state_change() 3794 l1_event(dch->l1, HW_DEACT_IND); in ph_state_change() 3798 l1_event(dch->l1, ANYSIGNAL); in ph_state_change() 3801 l1_event(dch->l1, INFO2); in ph_state_change() 3804 l1_event(dch->l1, INFO4_P8); in ph_state_change() 4079 l1_event(dch->l1, CLOSE_CHANNEL); in open_dchannel() 4174 ret = l1_event(dch->l1, HW_TIMER3_VALUE | (cq->p1 & 0xff)); in channel_dctrl() [all …]
|
/linux-4.1.27/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pic.c | 295 static int mpc52xx_is_extirq(int l1, int l2) in mpc52xx_is_extirq() argument 297 return ((l1 == 0) && (l2 == 0)) || in mpc52xx_is_extirq() 298 ((l1 == 1) && (l2 >= 1) && (l2 <= 3)); in mpc52xx_is_extirq()
|
/linux-4.1.27/fs/cifs/ |
D | dir.c | 877 int i, l1, l2; in cifs_ci_compare() local 888 for (i = 0; i < len; i += l1) { in cifs_ci_compare() 890 l1 = codepage->char2uni(&str[i], len - i, &c1); in cifs_ci_compare() 897 if (unlikely(l1 < 0 && l2 < 0)) { in cifs_ci_compare() 900 l1 = 1; in cifs_ci_compare() 908 if (l1 != l2) in cifs_ci_compare()
|
/linux-4.1.27/tools/perf/util/ |
D | help.c | 253 int l1 = (*c1)->len; in levenshtein_compare() local 255 return l1 != l2 ? l1 - l2 : strcmp(s1, s2); in levenshtein_compare()
|
D | parse-events.l | 210 L1-dcache|l1-d|l1d|L1-data | 211 L1-icache|l1-i|l1i|L1-instruction |
|
/linux-4.1.27/Documentation/video4linux/ |
D | extract_xc3028.pl | 77 my $l1 = ($val >> 8) & 0xff; 80 syswrite(OUTFILE, chr($l0).chr($l1).chr($l2).chr($l3)); 94 my $l1 = ($lsb_val >> 8) & 0xff; 98 chr($l0).chr($l1).chr($l2).chr($l3).
|
/linux-4.1.27/arch/blackfin/include/uapi/asm/ |
D | ptrace.h | 59 long l1; member
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | qcom-rpm.txt | 145 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15, 150 l0, l1, l2, l3, l4, l5, l6, s0, s1, s2, s3, s4, lvs0, lvs1, lvs2, lvs3, 154 s1, s2, s3, s4, s7, s8, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
|
/linux-4.1.27/fs/nfs/ |
D | pnfs.c | 477 pnfs_lseg_range_contained(const struct pnfs_layout_range *l1, in pnfs_lseg_range_contained() argument 480 u64 start1 = l1->offset; in pnfs_lseg_range_contained() 481 u64 end1 = end_offset(start1, l1->length); in pnfs_lseg_range_contained() 496 pnfs_lseg_range_intersecting(const struct pnfs_layout_range *l1, in pnfs_lseg_range_intersecting() argument 499 u64 start1 = l1->offset; in pnfs_lseg_range_intersecting() 500 u64 end1 = end_offset(start1, l1->length); in pnfs_lseg_range_intersecting() 1189 pnfs_lseg_range_cmp(const struct pnfs_layout_range *l1, in pnfs_lseg_range_cmp() argument 1195 d = l1->offset - l2->offset; in pnfs_lseg_range_cmp() 1200 d = l2->length - l1->length; in pnfs_lseg_range_cmp() 1205 return (int)(l1->iomode == IOMODE_READ) - (int)(l2->iomode == IOMODE_READ); in pnfs_lseg_range_cmp()
|
D | pagelist.c | 913 static bool nfs_match_lock_context(const struct nfs_lock_context *l1, in nfs_match_lock_context() argument 916 return l1->lockowner.l_owner == l2->lockowner.l_owner in nfs_match_lock_context() 917 && l1->lockowner.l_pid == l2->lockowner.l_pid; in nfs_match_lock_context()
|
/linux-4.1.27/Documentation/misc-devices/ |
D | isl29003 | 54 2: difference between diodes (l1 - l2, signed 15bit)
|
/linux-4.1.27/include/linux/ |
D | mISDNhw.h | 93 void *l1; member
|
/linux-4.1.27/arch/blackfin/mach-bf609/ |
D | dpm.S | 9 .section .l1.text
|
/linux-4.1.27/arch/mips/boot/dts/brcm/ |
D | bcm7125.dtsi | 53 compatible = "brcm,bcm7038-l1-intc";
|
D | bcm7360.dtsi | 47 compatible = "brcm,bcm7038-l1-intc";
|
D | bcm7358.dtsi | 47 compatible = "brcm,bcm7038-l1-intc";
|
D | bcm7362.dtsi | 53 compatible = "brcm,bcm7038-l1-intc";
|
D | bcm7420.dtsi | 53 compatible = "brcm,bcm7038-l1-intc";
|
D | bcm7425.dtsi | 53 compatible = "brcm,bcm7038-l1-intc";
|
D | bcm7346.dtsi | 53 compatible = "brcm,bcm7038-l1-intc";
|
/linux-4.1.27/arch/blackfin/mach-bf561/ |
D | secondary.S | 20 .section .l1.text.head
|
/linux-4.1.27/drivers/irqchip/ |
D | Makefile | 43 obj-$(CONFIG_BCM7038_L1_IRQ) += irq-bcm7038-l1.o
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | dwc3.txt | 38 - snps,is-utmi-l1-suspend: true when DWC3 asserts output signal
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | tps65090.txt | 48 vsys-l1-supply = <&some_reg>;
|
/linux-4.1.27/arch/x86/crypto/ |
D | camellia-aesni-avx-asm_64.S | 297 #define fls16(l, l0, l1, l2, l3, l4, l5, l6, l7, r, t0, t1, t2, t3, tt0, \ argument 315 vpand l1, t1, t1; \ 411 vpxor l1, t1, l1; \ 412 vmovdqu l1, 1 * 16(l); \
|
D | camellia-aesni-avx2-asm_64.S | 336 #define fls32(l, l0, l1, l2, l3, l4, l5, l6, l7, r, t0, t1, t2, t3, tt0, \ argument 354 vpand l1, t1, t1; \ 450 vpxor l1, t1, l1; \ 451 vmovdqu l1, 1 * 32(l); \
|
/linux-4.1.27/drivers/scsi/ |
D | gdth_ioctl.h | 162 u32 l1, l2, l3, l4; member
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-omap.c | 1245 u32 l1 = 0, l2 = 0; in omap_gpio_runtime_suspend() local 1285 l1 = bank->context.fallingdetect; in omap_gpio_runtime_suspend() 1288 l1 &= ~bank->enabled_non_wakeup_gpios; in omap_gpio_runtime_suspend() 1291 writel_relaxed(l1, bank->base + bank->regs->fallingdetect); in omap_gpio_runtime_suspend()
|
/linux-4.1.27/kernel/ |
D | cgroup.c | 596 struct list_head *l1, *l2; in compare_css_sets() local 612 l1 = &cset->cgrp_links; in compare_css_sets() 618 l1 = l1->next; in compare_css_sets() 621 if (l1 == &cset->cgrp_links) { in compare_css_sets() 628 link1 = list_entry(l1, struct cgrp_cset_link, cgrp_link); in compare_css_sets()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 1387 int l1 = le16_to_cpu(rx_desc->wb.upper.length[0]); in e1000_clean_rx_irq_ps() local 1394 if (l1 && (l1 <= copybreak) && in e1000_clean_rx_irq_ps() 1395 ((length + l1) <= adapter->rx_ps_bsize0)) { in e1000_clean_rx_irq_ps() 1409 memcpy(skb_tail_pointer(skb), vaddr, l1); in e1000_clean_rx_irq_ps() 1419 l1 -= 4; in e1000_clean_rx_irq_ps() 1422 skb_put(skb, l1); in e1000_clean_rx_irq_ps()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | exynos5250-snow.dts | 122 vsys-l1-supply = <&vbat>;
|
D | exynos5420-peach-pit.dts | 982 vsys-l1-supply = <&vbat>;
|
D | exynos5800-peach-pi.dts | 945 vsys-l1-supply = <&vbat>;
|
D | tegra114-dalmore.dts | 826 vsys-l1-supply = <&vdd_ac_bat_reg>;
|
/linux-4.1.27/Documentation/isdn/ |
D | README.HiSax | 380 0x1000 D-Channel l1 state debugging 381 0x2000 B-Channel l1 state debugging
|
/linux-4.1.27/arch/sparc/mm/ |
D | ultra.S | 548 ldx [%sp + PTREGS_OFF + PT_V9_TSTATE], %l1
|
/linux-4.1.27/drivers/usb/host/ |
D | xhci.c | 4123 int l1; in xhci_calculate_usb2_hw_lpm_params() local 4130 l1 = udev->l1_params.timeout / 256; in xhci_calculate_usb2_hw_lpm_params() 4138 return PORT_BESLD(besld) | PORT_L1_TIMEOUT(l1) | PORT_HIRDM(hirdm); in xhci_calculate_usb2_hw_lpm_params()
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 399 l1: jeq #0x800, l2, l5 419 breakpoint at: l1: jeq #0x800, l2, l5
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_receiver.c | 2032 static inline int overlaps(sector_t s1, int l1, sector_t s2, int l2) in overlaps() argument 2034 return !((s1 + (l1>>9) <= s2) || (s1 >= s2 + (l2>>9))); in overlaps()
|
/linux-4.1.27/drivers/md/ |
D | md.c | 2826 static int overlaps(sector_t s1, sector_t l1, sector_t s2, sector_t l2) in overlaps() argument 2829 if (s1+l1 <= s2) in overlaps()
|