Home
last modified time | relevance | path

Searched refs:Id (Results 1 – 76 of 76) sorted by relevance

/linux-4.1.27/drivers/isdn/hardware/eicon/
Distream.c40 int Id,
47 int Id,
71 int Id, in diva_istream_write() argument
84 ULongToPtr(a->tx_stream[Id] + a->tx_pos[Id]), in diva_istream_write()
86 (void *)(a->tx_stream[Id] + a->tx_pos[Id]), in diva_istream_write()
99 ULongToPtr(a->tx_stream[Id] + a->tx_pos[Id] + 4), in diva_istream_write()
101 (void *)(a->tx_stream[Id] + a->tx_pos[Id] + 4), in diva_istream_write()
119 ULongToPtr(a->tx_stream[Id] + a->tx_pos[Id]), in diva_istream_write()
121 (void *)(a->tx_stream[Id] + a->tx_pos[Id]), in diva_istream_write()
126 a->tx_pos[Id] = 0; in diva_istream_write()
[all …]
Ddi.c65 byte Id, byte Ch, byte Rc, byte cb, byte type);
66 static void xdi_xlog_request(byte Adapter, byte Id,
69 byte Id,
90 byte Id; in pr_out() local
119 DBG_TRC((">A%d Id=0x%x Req=0x%x", ((ISDN_ADAPTER *)a->io)->ANum, this->Id, this->Req)) in pr_out()
122 dbug(dprintf("out:Req=%x,Id=%x,Ch=%x", this->Req, this->Id, this->ReqCh)); in pr_out()
127 if (!(a->tx_stream[this->Id] && in pr_out()
154 this->Id, in pr_out()
165 a->ram_out(a, &ReqOut->ReqId, this->Id); in pr_out()
168 if (this->Id & 0x1f) { in pr_out()
[all …]
Dmessage.c101 static void SendSSExtInd(APPL *, PLCI *plci, dword Id, byte **parms);
103 static void VSwitchReqInd(PLCI *plci, dword Id, byte **parms);
166 static byte SendMultiIE(PLCI *plci, dword Id, byte **parms, byte ie_type, dword info_mask, byte set…
177 static word adjust_b_process(dword Id, PLCI *plci, byte Rc);
178 static void adjust_b1_resource(dword Id, PLCI *plci, API_SAVE *bp_msg, word b1_facilities, word int…
179 static void adjust_b_restore(dword Id, PLCI *plci, byte Rc);
180 static void reset_b3_command(dword Id, PLCI *plci, byte Rc);
181 static void select_b_command(dword Id, PLCI *plci, byte Rc);
182 static void fax_connect_ack_command(dword Id, PLCI *plci, byte Rc);
183 static void fax_edata_ack_command(dword Id, PLCI *plci, byte Rc);
[all …]
Dcapifunc.c159 if (!a->Id) in find_free_id()
176 if (ControllerMap[card->Id] == controller) { in find_card_by_ctrl()
191 DBG_PRV1(("%d:xbuf_used(%d)", appl->Id, ref + 1)) in TransmitBufferSet()
206 DBG_PRV1(("%d:xbuf_free(%d)", appl->Id, ((dword)(long)p) + 1)) in TransmitBufferFree()
225 void sendf(APPL *appl, word command, dword Id, word Number, byte *format, ...) in sendf() argument
241 appl->Id, command, (byte *) format)) in sendf()
243 PUT_WORD(&msg.header.appl_id, appl->Id); in sendf()
249 PUT_DWORD(&msg.header.controller, Id); in sendf()
340 capi_ctr_handle_message(&card->capi_ctrl, appl->Id, dmb); in sendf()
428 clean_adapter(card->Id - 1, &free_mem_q); in divacapi_remove_card()
[all …]
Dum_idi.c194 e->e.Id = 0; in cleanup_entity()
539 if (!e->e.Id || !e->e.callback) { /* not assigned */ in process_idi_request()
547 e->e.Id = MAN_ID; in process_idi_request()
553 e->e.Id = DSIG_ID; in process_idi_request()
559 e->e.Id = NL_ID; in process_idi_request()
585 e->adapter->adapter_nr, e, e->e.Id, e->e.Req, in process_idi_request()
604 e->e.Id = 0; in process_idi_request()
627 e->adapter->adapter_nr, e, e->e.Id, rc, e->e.RcCh)); in process_idi_rc()
635 e->e.Id = 0; in process_idi_rc()
648 if ((e->e.Req == REMOVE) && e->e.Id && (rc == 0xff)) { in process_idi_rc()
[all …]
Didifunc.c51 int Id; member
101 card->Id = adapter_nr; in um_new_card()
125 diva_user_mode_idi_remove_adapter(card->Id); in um_remove_card()
129 DBG_LOG(("idi proc entry removed for card %d", card->Id)); in um_remove_card()
147 diva_user_mode_idi_remove_adapter(card->Id); in remove_all_idi_proc()
Ddivasync.h166 unsigned char Id; /* filled by XDI client */ member
172 int Id,
179 int Id,
186 int Id,
Ddi.h102 int Id,
109 int Id,
Dcapifunc.h27 int Id; member
Dcapimain.c87 seq_printf(m, "Id : %d\n", card->Id); in diva_ctl_proc_show()
Dpc_maint.h73 byte Id; member
Ddivacapi.h165 typedef void (*t_std_internal_command)(dword Id, PLCI *plci, byte Rc);
170 word Id; member
226 byte Id; member
350 byte Id; member
Ddi_defs.h78 byte Id; /* ID used by this entity */ member
Dio.c370 DBG_TRC(("xdi: Id 0x%x / Req 0x%x / Rc 0x%x", e->Id, e->Req, e->Rc)) in request()
380 if (!(e->Id & 0x1f)) in request()
408 DBG_FTL(("xdi: Id 0x%x busy --> Req 0x%x ignored", e->Id, e->Req)) in request()
Ddebug.c21 static void single_p(byte *P, word *PLength, byte Id);
1210 e->Id = MAN_ID; in SuperTraceASSIGN()
1356 static void single_p(byte *P, word *PLength, byte Id) { in single_p() argument
1357 P[(*PLength)++] = Id; in single_p()
Dmaintidi.c206 if (!pLib->e.Id) { /* Was never started/assigned */ in DivaSTraceLibraryStop()
/linux-4.1.27/Documentation/isdn/
DINTERFACE1 $Id: INTERFACE,v 1.15.8.2 2001/03/13 16:17:07 kai Exp $
86 int driver-Id
102 driver = driver Id.
119 driver = driver-Id
137 int driver-Id ***CHANGE0.7.4: New parameter.
166 int driver-Id.
169 ***CHANGEI1.14: The driver-Id and channel-number are new since this revision.
190 int driver-Id.
193 ***CHANGEI1.14: The driver-Id and channel-number are new since this revision.
203 status-info of /dev/isdninfo. Furthermore it is used as Id for binding
[all …]
DREADME.act20001 $Id: README.act2000,v 1.3 2000/08/06 09:22:51 armin Exp $
DINTERFACE.fax1 $Id: INTERFACE.fax,v 1.2 2000/08/06 09:22:50 armin Exp $
DREADME.audio1 $Id: README.audio,v 1.8 1999/07/11 17:17:29 armin Exp $
DREADME.icn1 $Id: README.icn,v 1.7 2000/08/06 09:22:51 armin Exp $
DREADME.hysdn1 $Id: README.hysdn,v 1.3.6.1 2001/02/10 14:41:19 kai Exp $
DREADME.HiSax331 Apr 13 21:01:59 kke01 kernel: HiSax: Card 1 Protocol EDSS1 Id=HiSax1 (0)
/linux-4.1.27/arch/metag/include/asm/
Dtbx.h43 #define TBID_IS_SEGSTR( Id ) (((Id) & (TBID_SEGTYPE_BITS>>1)) == 0) argument
106 #define TBID_IS_VIRTTHREAD( Id ) ((Id) < 0) argument
109 #define TBID_IS_REALTHREAD( Id ) ((Id) >= 0) argument
630 int Id; member
715 int Id; /* Id of the segment */ member
933 PTBISEG __TBIFindSeg( PTBISEG pStart, int Id );
936 PTBISEG __TBINewSeg( PTBISEG pFromSeg, int Id, unsigned int Bytes );
939 PTBISEG __TBIMakeNewSeg( int Id, unsigned int Bytes );
953 PTBI __TBI( int Id );
974 TBIRES __TBISyncTrigger( TBIRES State, int Id );
[all …]
/linux-4.1.27/arch/m32r/platforms/oaks32r/
Ddot.gdbinit.nommu2 # $Id: dot.gdbinit.oaks32r,v 1.4 2004/10/20 02:24:37 takata Exp $
6 # $ Id: gen_gdbinit.pl,v 1.12 2004/07/26 09:56:10 takata Exp $
/linux-4.1.27/arch/m32r/platforms/m32700ut/
Ddot.gdbinit_200MHz_16MB2 # $Id: dot.gdbinit_200MHz_16MB,v 1.2 2004/10/20 03:02:27 fujiwara Exp $
6 # $ Id: gen_gdbinit.pl,v 1.12 2004/07/26 09:56:10 takata Exp $
Ddot.gdbinit_400MHz_32MB2 # $Id: dot.gdbinit_400MHz_32MB,v 1.1 2004/10/21 01:41:27 fujiwara Exp $
6 # $ Id: gen_gdbinit.pl,v 1.12 2004/07/26 09:56:10 takata Exp $
Ddot.gdbinit_300MHz_32MB2 # $Id: dot.gdbinit_300MHz_32MB,v 1.2 2004/10/20 03:02:27 fujiwara Exp $
6 # $ Id: gen_gdbinit.pl,v 1.12 2004/07/26 09:56:10 takata Exp $
/linux-4.1.27/arch/m32r/platforms/mappi/
Ddot.gdbinit2 # $Id: dot.gdbinit.mappi,v 1.4 2004/10/20 02:24:37 takata Exp $
6 # $ Id: gen_gdbinit.pl,v 1.12 2004/07/26 09:56:10 takata Exp $
Ddot.gdbinit.nommu2 # $Id$
6 # $ Id: gen_gdbinit.pl,v 1.5 2004/01/23 08:23:25 takata Exp $
Ddot.gdbinit.smp2 # $Id$
/linux-4.1.27/Documentation/fb/
Dpvr2fb.txt1 $Id: pvr2fb.txt,v 1.1 2001/05/24 05:09:16 mrbrown Exp $
Dtgafb.txt1 $Id: tgafb.txt,v 1.1.2.2 2000/04/04 06:50:18 mato Exp $
/linux-4.1.27/Documentation/blackfin/
Dbfin-gpio-notes.txt6 * Created: $Id: bfin-gpio-note.txt 2008-11-24 16:42 grafyang $
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx_reg_print.c_shipped5 * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.seq#58 $
6 * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.reg#40 $
DKconfig.aic79xx3 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic79xx#4 $
DKconfig.aic7xxx3 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic7xxx#7 $
Daic79xx_reg_print.c_shipped5 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $
6 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $
Daic7xxx_reg.h_shipped5 * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.seq#58 $
6 * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.reg#40 $
Daic79xx_seq.h_shipped5 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $
6 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $
Daic7xxx_seq.h_shipped5 * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.seq#58 $
6 * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.reg#40 $
Daic79xx.reg42 VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $"
2736 * Initiator's Own Id.
2763 * Target Own Id
Daic79xx_reg.h_shipped5 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $
6 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $
Daic7xxx.reg42 VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic7xxx.reg#40 $"
Daic7xxx.seq43 VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic7xxx.seq#58 $"
Daic79xx.seq43 VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $"
/linux-4.1.27/drivers/staging/slicoss/
Dslichw.h701 u16 Id; /* 00 EEPROM/FLASH Magic code 'A5A5'*/ member
756 u16 Id; /* 00 EEPROM/FLASH Magic code 'A5A5' */ member
/linux-4.1.27/Documentation/filesystems/nfs/
Didmapper.txt5 Id mapper is used by NFS to translate user and group ids into names, and to
/linux-4.1.27/arch/m32r/platforms/mappi3/
Ddot.gdbinit2 # $Id: dot.gdbinit,v 1.1 2005/04/11 02:21:08 sakugawa Exp $
/linux-4.1.27/arch/m32r/platforms/mappi2/
Ddot.gdbinit.vdec22 # $Id: dot.gdbinit.vdec2,v 1.2 2004/11/11 02:03:15 takata Exp $
/linux-4.1.27/Documentation/scsi/
D53c700.txt39 the SCSI Id from the card bios or whether the chip is wired for
Daha152x.txt1 $Id: README.aha152x,v 1.2 1999/12/25 15:32:30 fischer Exp fischer $
Dosst.txt191 # $Id: README.osst.kernel,v 1.4 2000/12/20 14:13:15 garloff Exp $
Daic79xx.txt73 - Add 29320ALP and 39320B Id's.
Dscsi_fc_transport.txt36 port to appear on as multiple communication ports. Using the N_Port Id
Dtmscsim.txt443 $Id: README.tmscsim,v 2.25.2.7 2000/12/20 01:07:12 garloff Exp $
Dncr53c8xx.txt361 Chip Device id Revision Id
/linux-4.1.27/Documentation/networking/caif/
DLinux-CAIF.txt107 on Channel-Id and Physical-ID.
/linux-4.1.27/arch/m32r/platforms/opsput/
Ddot.gdbinit2 # $Id: dot.gdbinit,v 1.1 2004/07/27 06:54:20 sakugawa Exp $
/linux-4.1.27/Documentation/video4linux/
DREADME.cpia21 $Id: README,v 1.7 2005/08/29 23:39:57 sbertin Exp $
DREADME.pvrusb22 $Id$
/linux-4.1.27/drivers/usb/serial/
Dio_edgeport.c365 static int get_string_desc(struct usb_device *dev, int Id,
371 dev_dbg(&dev->dev, "%s - USB String ID = %d\n", __func__, Id);
373 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, &StringDesc,
381 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, pStringDesc,
/linux-4.1.27/Documentation/filesystems/
Dntfs.txt263 Device Boot Start End Blocks Id System
289 look at the Disk Id close to the top of the output for each (the PRIVATE HEADER
Dproc.txt1146 Host: scsi0 Channel: 00 Id: 00 Lun: 00
1149 Host: scsi0 Channel: 00 Id: 06 Lun: 00
/linux-4.1.27/Documentation/
Dcpu-hotplug.txt433 # $Id: cpu.agent
DDMA-API.txt188 Part Id - Streaming DMA mappings
DSubmittingPatches163 redirector with a Message-Id, to ensure that the links cannot become
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt23 $Id: README,v 1.15 1992/05/20 00:25:32 how E $
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_cnfg.h2059 U8 Id; /* 10h */ member
/linux-4.1.27/tools/power/cpupower/po/
Dde.po8 "Project-Id-Version: cpufrequtils 006\n"
Dcs.po10 "Project-Id-Version: cs\n"
Dit.po9 "Project-Id-Version: cpufrequtils 0.3\n"
Dfr.po9 "Project-Id-Version: cpufrequtils 0.1-pre2\n"
Dpt.po9 "Project-Id-Version: cpufrequtils 004\n"
/linux-4.1.27/arch/arm/boot/compressed/
Dhead.S1005 .word 0x000f0000 @ new CPU Id
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex2 \def\version{$Id: cdrom-standard.tex,v 1.9 1997/12/28 15:42:49 david Exp $}