Searched refs:devtype (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcciss_scsi.h66 int devtype; member in struct:cciss_scsi_dev_t
H A Dcciss_scsi.c279 unsigned char *scsi3addr, int devtype)
294 sd->devtype = devtype;
302 ctlr, scsi_device_type(sd->devtype), hostno,
320 ctlr, scsi_device_type(sd.devtype), hostno,
360 if (sd[j].devtype == csd->devtype)
371 ctlr, scsi_device_type(csd->devtype), hostno,
381 scsi_device_type(csd->devtype));
382 csd->devtype
278 cciss_scsi_add_entry(int ctlr, int hostno, unsigned char *scsi3addr, int devtype) argument
966 int devtype; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dserial.c90 char devtype[MAX_PROP_LEN]; local
102 if ((getprop(devp, "device_type", devtype, sizeof(devtype)) > 0)
103 && !strcmp(devtype, "serial"))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Datp870u.h53 unsigned char devtype; member in struct:atp_unit::atp_id
H A Datp870u.c1511 dev->id[0][i].devtype = mbuf[0];
1673 if ((dev->id[0][i].devtype == 0x00) || (dev->id[0][i].devtype == 0x07) || ((dev->id[0][i].devtype == 0x05) && ((n & 0x10) != 0))) {
2030 dev->id[0][i].devtype = mbuf[0];
2348 if ((dev->id[0][i].devtype == 0x00) || (dev->id[0][i].devtype == 0x07) || ((dev->id[0][i].devtype == 0x05) && ((n & 0x10) != 0))) {
2596 atp_dev->id[c][k].devtype = 0x7f;
3450 dev->id[c][i].devtype
[all...]
H A Dgdth.h387 unchar devtype; /* SCSI devicetype */ member in struct:__anon6507
905 ushort devtype; /* further information */ member in struct:__anon6552::__anon6553
H A Dgdth_proc.c363 pdi->devtype = 0xff;
366 if (pdi->devtype == 0) {
H A Dgdth.c2328 TRACE2(("gdth_search_dr() cache drive %d devtype %d\n",
2330 ha->hdr[hdrive].devtype = (ushort)ha->info;
2570 if ( (nscp->cmnd[4]&1) && !(ha->hdr[t].devtype&1) ) {
2579 nscp->cmnd[3] = (ha->hdr[t].devtype&1) ? 1:0;
2732 TRACE2(("Inquiry hdrive %d devtype %d\n",
2733 t,ha->hdr[t].devtype));
2734 inq.type_qual = (ha->hdr[t].devtype&4) ? TYPE_ROM:TYPE_DISK;
2738 if ((ha->hdr[t].devtype & 1) ||
2764 mpd.hd.dev_par = (ha->hdr[t].devtype&2) ? 0x80:0;
5341 /* devtype, cluste
[all...]
H A Dadvansys.c278 #define ASC_INQ_DVC_TYPE_MOD(inq) ((inq)->devtype & 0x7f)
279 #define ASC_INQ_REMOVABLE(inq) ((inq)->devtype & 0x80)
299 uchar devtype; member in struct:__anon6364
2646 #define ADV_INQ_DVC_TYPE_MOD(inq) ((inq)->devtype & 0x7f)
2647 #define ADV_INQ_REMOVABLE(inq) ((inq)->devtype & 0x80)
2668 uchar devtype; /* device type modifier (for SCSI I) [0:6] */ member in struct:__anon6370
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dparide.h22 Values for devtype:
42 int devtype; /* device type: PI_PD etc. */ member in struct:pi_adapter
69 int devtype, /* device type: PI_PD, PI_PCD, etc ... */
H A Dparide.c349 int devtype, int verbose, char *device)
388 pi->devtype = devtype;
347 pi_init(PIA * pi, int autoprobe, int port, int mode, int unit, int protocol, int delay, char *scratch, int devtype, int verbose, char *device) argument
H A Dbpck.c243 if (pi->devtype == PI_PCD) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm.c953 int devtype = -1; local
959 devtype = SNDRV_DEVICE_TYPE_PCM_PLAYBACK;
963 devtype = SNDRV_DEVICE_TYPE_PCM_CAPTURE;
973 err = snd_register_device_for_dev(devtype, pcm->card,
982 snd_add_device_sysfs_file(devtype, pcm->card, pcm->device,
1000 int cidx, devtype; local
1015 devtype = -1;
1018 devtype = SNDRV_DEVICE_TYPE_PCM_PLAYBACK;
1021 devtype = SNDRV_DEVICE_TYPE_PCM_CAPTURE;
1024 snd_unregister_device(devtype, pc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Dlart.c313 __u32 manufacturer,devtype; local
321 devtype = FLASH_TO_DATA (read32 (ADDR_TO_FLASH_U2 (0x00000001)));
326 return (manufacturer == FLASH_MANUFACTURER && (devtype == FLASH_DEVICE_16mbit_TOP || FLASH_DEVICE_16mbit_BOTTOM));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Dlinit.c280 * @devtype: index into lookup table
285 struct aac_driver_ident* aac_get_driver_ident(int devtype) argument
287 return &aac_drivers[devtype];
H A Daacraid.h1820 struct aac_driver_ident* aac_get_driver_ident(int devtype);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dtorture.c1073 const char *myshare, const char *devtype,
1080 status = cli_send_tconX(cli, myshare, devtype,
1091 myshare, devtype, cli->dev, return_devtype);
1097 myshare, devtype);
1105 myshare, devtype);
1072 tcon_devtest(struct cli_state *cli, const char *myshare, const char *devtype, const char *return_devtype, NTSTATUS expected_error) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Ddevice.c540 static DEVICE_ATTR(devtype, 0444, devtype_show, NULL);

Completed in 381 milliseconds