Searched refs:idstring (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/Documentation/isdn/ |
D | README.act2000 | 47 act2000=b,p,i[,idstring] 55 The idstring is an arbitrary string used for referencing the card 79 act_bus=b act_port=p act_irq=i act_id=idstring 81 where b, p, i and idstring have the same meanings as the parameters 96 actctrl -d idstring load /etc/isdn/bip11.btl 98 where idstring is the Name of the card, given during insmod-time or
|
D | README.icn | 81 idstring must start with a character! There is no way for the driver 103 portbase=p membase=m icn_id=idstring [icn_id2=idstring2] 109 idstring must start with a character! There is no way for the driver
|
D | README.HiSax | 109 protocol=D_channel_protocol id=idstring 265 idstring = Driver ID for accessing the particular card with utility
|
/linux-2.6.39/drivers/mtd/maps/ |
D | bcm963xx-flash.c | 158 static char idstring[8] = "CFE1CFE1"; in bcm963xx_detect_cfe() local 167 return strncmp(idstring, buf, 8); in bcm963xx_detect_cfe()
|
/linux-2.6.39/drivers/net/wan/ |
D | cosa.c | 1018 char idstring[COSA_MAX_ID_STRING]; in cosa_reset() local 1023 if (cosa_reset_and_read_id(cosa, idstring) < 0) { in cosa_reset() 1028 idstring); in cosa_reset() 1528 static int cosa_reset_and_read_id(struct cosa_data *cosa, char *idstring) in cosa_reset_and_read_id() argument 1558 idstring[id++] = curr; in cosa_reset_and_read_id() 1563 idstring[id] = '\0'; in cosa_reset_and_read_id()
|
/linux-2.6.39/drivers/media/dvb/ttusb-dec/ |
D | ttusb_dec.c | 1284 char idstring[21]; in ttusb_dec_boot_dsp() local 1325 memcpy(idstring, &firmware[36], 20); in ttusb_dec_boot_dsp() 1326 idstring[20] = '\0'; in ttusb_dec_boot_dsp() 1327 printk(KERN_INFO "ttusb_dec: found DSP code \"%s\".\n", idstring); in ttusb_dec_boot_dsp()
|