/linux-2.4.37.9/drivers/isdn/hisax/ |
D | st5481_init.c | 83 adapter->hisax_d_if.ifc.priv = adapter; in probe_st5481() 84 adapter->hisax_d_if.ifc.l2l1 = st5481_d_l2l1; in probe_st5481() 89 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i]; in probe_st5481() 90 adapter->bcs[i].b_if.ifc.l2l1 = st5481_b_l2l1; in probe_st5481()
|
D | st5481_b.c | 21 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; in B_L1L2() local 23 ifc->l1l2(ifc, pr, arg); in B_L1L2() 306 bcs->b_in.hisax_if = &bcs->b_if.ifc; in st5481_setup_b() 340 void st5481_b_l2l1(struct hisax_if *ifc, int pr, void *arg) in st5481_b_l2l1() argument 342 struct st5481_bcs *bcs = ifc->priv; in st5481_b_l2l1()
|
D | hisax_if.h | 45 struct hisax_if ifc; member 52 struct hisax_if ifc; member
|
D | hisax_fcpcipnp.c | 361 struct hisax_if *ifc = (struct hisax_if *) &bcs->b_if; in B_L1L2() local 364 ifc->l1l2(ifc, pr, arg); in B_L1L2() 604 static void fritz_b_l2l1(struct hisax_if *ifc, int pr, void *arg) in fritz_b_l2l1() argument 606 struct fritz_bcs *bcs = ifc->priv; in fritz_b_l2l1() 834 adapter->isac.hisax_d_if.ifc.priv = &adapter->isac; in new_adapter() 835 adapter->isac.hisax_d_if.ifc.l2l1 = isac_d_l2l1; in new_adapter() 840 adapter->bcs[i].b_if.ifc.priv = &adapter->bcs[i]; in new_adapter() 841 adapter->bcs[i].b_if.ifc.l2l1 = fritz_b_l2l1; in new_adapter()
|
D | config.c | 1759 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg); 1760 static void hisax_b_l1l2(struct hisax_if *ifc, int pr, void *arg); 1804 b_if[i]->ifc.l1l2 = hisax_b_l1l2; in hisax_register() 1808 hisax_d_if->ifc.l1l2 = hisax_d_l1l2; in hisax_register() 1860 struct hisax_if *ifc = (struct hisax_if *) d_if; in D_L2L1() local 1861 ifc->l2l1(ifc, pr, arg); in D_L2L1() 1866 struct hisax_if *ifc = (struct hisax_if *) b_if; in B_L2L1() local 1867 ifc->l2l1(ifc, pr, arg); in B_L2L1() 1870 static void hisax_d_l1l2(struct hisax_if *ifc, int pr, void *arg) in hisax_d_l1l2() argument 1872 struct hisax_d_if *d_if = (struct hisax_d_if *) ifc; in hisax_d_l1l2() [all …]
|
D | st5481_d.c | 58 struct hisax_if *ifc = (struct hisax_if *) &adapter->hisax_d_if; in D_L1L2() local 60 ifc->l1l2(ifc, pr, arg); in D_L1L2() 700 adapter->d_in.hisax_if = &adapter->hisax_d_if.ifc; in st5481_setup_d()
|
D | hisax_isac.c | 244 struct hisax_if *ifc = (struct hisax_if *) &isac->hisax_d_if; in D_L1L2() local 247 ifc->l1l2(ifc, pr, arg); in D_L1L2()
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | ioctl32.c | 148 struct ifconf ifc; in dev_ifconf() local 160 ifc.ifc_len = 0; in dev_ifconf() 161 ifc.ifc_buf = NULL; in dev_ifconf() 163 ifc.ifc_len = ((ifc32.ifc_len / sizeof (struct ifreq32))) * in dev_ifconf() 165 ifc.ifc_buf = kmalloc (ifc.ifc_len, GFP_KERNEL); in dev_ifconf() 166 if (!ifc.ifc_buf) in dev_ifconf() 169 ifr = ifc.ifc_req; in dev_ifconf() 181 err = sys_ioctl (fd, SIOCGIFCONF, (unsigned long)&ifc); in dev_ifconf() 186 ifr = ifc.ifc_req; in dev_ifconf() 188 len = ifc.ifc_len / sizeof (struct ifreq); in dev_ifconf() [all …]
|
/linux-2.4.37.9/drivers/usb/ |
D | auerisdn_b.c | 71 ahp->hisax_b_if[bc->channel].ifc.l1l2(&ahp-> in auerisdn_b_l1l2() 74 ifc, pr, arg); in auerisdn_b_l1l2() 484 void auerisdn_b_l2l1(struct hisax_if *ifc, int pr, void *arg, in auerisdn_b_l2l1() argument 495 ahp = (struct auerhisax *) ifc->priv; in auerisdn_b_l2l1() 550 ifc->l1l2(ifc, PH_DEACTIVATE | INDICATION, NULL); in auerisdn_b_l2l1() 561 ifc->l1l2(ifc, PH_DATA | CONFIRM, NULL); in auerisdn_b_l2l1()
|
D | auerisdn.c | 78 ahp->hisax_d_if.ifc.l1l2(&ahp->hisax_d_if.ifc, pr, arg); in auerisdn_d_l1l2() 1027 static void auerisdn_b0_l2l1_wrapper(struct hisax_if *ifc, int pr, in auerisdn_b0_l2l1_wrapper() argument 1030 auerisdn_b_l2l1(ifc, pr, arg, 0); in auerisdn_b0_l2l1_wrapper() 1034 static void auerisdn_b1_l2l1_wrapper(struct hisax_if *ifc, int pr, in auerisdn_b1_l2l1_wrapper() argument 1037 auerisdn_b_l2l1(ifc, pr, arg, 1); in auerisdn_b1_l2l1_wrapper() 1050 ahp->hisax_d_if.ifc.priv = ahp; in auerisdn_init() 1051 ahp->hisax_d_if.ifc.l2l1 = auerisdn_d_l2l1; in auerisdn_init() 1052 ahp->hisax_b_if[0].ifc.priv = ahp; in auerisdn_init() 1053 ahp->hisax_b_if[0].ifc.l2l1 = auerisdn_b0_l2l1_wrapper; in auerisdn_init() 1054 ahp->hisax_b_if[1].ifc.priv = ahp; in auerisdn_init() [all …]
|
D | auerisdn_b.h | 59 void auerisdn_b_l2l1(struct hisax_if *ifc, int pr, void *arg,
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | time.c | 357 unsigned short frqcr, ifc, pfc, bfc; in time_init() local 451 ifc = ((frqcr & 0x0070) >> 4)+1; in time_init() 460 ifc = ifc_table[tmp]; in time_init() 513 ifc = ifc_table[(frqcr>> 6) & 0x0007]; in time_init() 521 cpu_clock = master_clock / ifc; in time_init()
|
/linux-2.4.37.9/Documentation/networking/ |
D | ifenslave.c | 573 struct ifconf ifc; in if_print() local 578 ifc.ifc_len = sizeof(buff); in if_print() 579 ifc.ifc_buf = buff; in if_print() 580 if (ioctl(skfd, SIOCGIFCONF, &ifc) < 0) { in if_print() 585 ifr = ifc.ifc_req; in if_print() 586 for (i = ifc.ifc_len / sizeof(struct ifreq); --i >= 0; ifr++) { in if_print()
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | time.c | 490 unsigned long frqcr, ifc, pfc; in time_init() local 530 ifc = ifc_table[(frqcr>> 6) & 0x0007]; in time_init() 533 master_clock = cpu_clock * ifc; in time_init()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | ioctl32.c | 361 struct ifconf ifc; in dev_ifconf() local 373 ifc.ifc_len = 0; in dev_ifconf() 374 ifc.ifc_buf = NULL; in dev_ifconf() 376 ifc.ifc_len = ((ifc32.ifc_len / sizeof (struct ifreq32))) * in dev_ifconf() 378 ifc.ifc_buf = kmalloc (ifc.ifc_len, GFP_KERNEL); in dev_ifconf() 379 if (!ifc.ifc_buf) in dev_ifconf() 382 ifr = ifc.ifc_req; in dev_ifconf() 386 kfree (ifc.ifc_buf); in dev_ifconf() 392 err = sys_ioctl (fd, SIOCGIFCONF, (unsigned long)&ifc); in dev_ifconf() 397 ifr = ifc.ifc_req; in dev_ifconf() [all …]
|
/linux-2.4.37.9/Documentation/usb/ |
D | dc2xx.txt | 79 D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 84 I: If#= 0 Alt= 0 #EPs= 2 Cls=00(>ifc ) Sub=00 Prot=00 Driver=dc2xx
|
D | proc_usb_info.txt | 330 D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 336 D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 341 I: If#= 0 Alt= 0 #EPs= 3 Cls=00(>ifc ) Sub=00 Prot=00 Driver=serial 356 I: If#= 0 Alt= 0 #EPs= 3 Cls=00(>ifc ) Sub=00 Prot=00 Driver=serial
|
/linux-2.4.37.9/net/core/ |
D | dev.c | 1719 struct ifconf ifc; in dev_ifconf() local 1730 if (copy_from_user(&ifc, arg, sizeof(struct ifconf))) in dev_ifconf() 1733 pos = ifc.ifc_buf; in dev_ifconf() 1734 len = ifc.ifc_len; in dev_ifconf() 1761 ifc.ifc_len = total; in dev_ifconf() 1763 if (copy_to_user(arg, &ifc, sizeof(struct ifconf))) in dev_ifconf()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | ioctl32.c | 227 struct ifconf ifc; in dev_ifconf() local 239 ifc.ifc_len = 0; in dev_ifconf() 240 ifc.ifc_buf = NULL; in dev_ifconf() 242 ifc.ifc_len = ((ifc32.ifc_len / sizeof (struct ifreq32)) + 1) * in dev_ifconf() 244 ifc.ifc_buf = kmalloc (ifc.ifc_len, GFP_KERNEL); in dev_ifconf() 245 if (!ifc.ifc_buf) in dev_ifconf() 248 ifr = ifc.ifc_req; in dev_ifconf() 252 kfree (ifc.ifc_buf); in dev_ifconf() 257 err = sys_ioctl (fd, SIOCGIFCONF, (unsigned long)&ifc); in dev_ifconf() 260 ifr = ifc.ifc_req; in dev_ifconf() [all …]
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ia32_ioctl.c | 501 struct ifconf ifc; in dev_ifconf() local 513 ifc.ifc_len = 0; in dev_ifconf() 514 ifc.ifc_buf = NULL; in dev_ifconf() 516 ifc.ifc_len = ((ifc32.ifc_len / sizeof (struct ifreq32)) + 1) * in dev_ifconf() 518 ifc.ifc_buf = kmalloc (ifc.ifc_len, GFP_KERNEL); in dev_ifconf() 519 if (!ifc.ifc_buf) in dev_ifconf() 522 ifr = ifc.ifc_req; in dev_ifconf() 526 kfree (ifc.ifc_buf); in dev_ifconf() 533 err = sys_ioctl (fd, SIOCGIFCONF, (unsigned long)&ifc); in dev_ifconf() 536 ifr = ifc.ifc_req; in dev_ifconf() [all …]
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | ioctl32.c | 485 struct ifconf ifc; in dev_ifconf() local 497 ifc.ifc_len = 0; in dev_ifconf() 498 ifc.ifc_buf = NULL; in dev_ifconf() 500 ifc.ifc_len = ((ifc32.ifc_len / sizeof (struct ifreq32)) + 1) * in dev_ifconf() 502 ifc.ifc_buf = kmalloc (ifc.ifc_len, GFP_KERNEL); in dev_ifconf() 503 if (!ifc.ifc_buf) in dev_ifconf() 506 ifr = ifc.ifc_req; in dev_ifconf() 510 kfree (ifc.ifc_buf); in dev_ifconf() 515 err = sys_ioctl (fd, SIOCGIFCONF, (unsigned long)&ifc); in dev_ifconf() 518 ifr = ifc.ifc_req; in dev_ifconf() [all …]
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | ioctl32.c | 493 struct ifconf ifc; in dev_ifconf() local 505 ifc.ifc_len = 0; in dev_ifconf() 506 ifc.ifc_buf = NULL; in dev_ifconf() 508 ifc.ifc_len = ((ifc32.ifc_len / sizeof (struct ifreq32)) + 1) * in dev_ifconf() 510 ifc.ifc_buf = kmalloc (ifc.ifc_len, GFP_KERNEL); in dev_ifconf() 511 if (!ifc.ifc_buf) in dev_ifconf() 514 ifr = ifc.ifc_req; in dev_ifconf() 518 kfree (ifc.ifc_buf); in dev_ifconf() 523 err = sys_ioctl (fd, SIOCGIFCONF, (unsigned long)&ifc); in dev_ifconf() 526 ifr = ifc.ifc_req; in dev_ifconf() [all …]
|
/linux-2.4.37.9/drivers/char/ |
D | tpqic02.c | 2421 static int update_ifc_masks(int ifc) in update_ifc_masks() argument 2423 QIC02_TAPE_IFC = ifc; in update_ifc_masks()
|
/linux-2.4.37.9/drivers/scsi/ |
D | eata_dma.c | 417 inline int eata_send_immediate(u32 base, u32 addr, u8 ifc, u8 code, u8 code2) in eata_send_immediate() argument 448 outb(ifc, base + HA_WIFC); in eata_send_immediate()
|
/linux-2.4.37.9/drivers/net/wan/ |
D | comx-hw-munich.c | 212 ifc:1, sfe:1, fe2:1; member 1793 ccb->channel_spec[channel].ifc = 1; /* 1 .. 'Idle/Flag change' interrupt letiltva */ in MUNICH_open()
|