Lines Matching refs:atp_unit
43 static void send_s870(struct atp_unit *dev,unsigned char c);
44 static void is885(struct atp_unit *dev, unsigned int wkport,unsigned char c);
61 struct atp_unit *dev = (struct atp_unit *)&host->hostdata; in atp870u_intr_handle()
612 struct atp_unit *dev; in atp870u_queuecommand_lck()
628 dev = (struct atp_unit *)&host->hostdata; in atp870u_queuecommand_lck()
707 static void send_s870(struct atp_unit *dev,unsigned char c) in DEF_SCSI_QCMD()
997 static unsigned char fun_scam(struct atp_unit *dev, unsigned short int *val) in fun_scam()
1046 struct atp_unit *dev = (struct atp_unit *)&host->hostdata; in tscam()
1291 static void is870(struct atp_unit *dev, unsigned int wkport) in is870()
1817 static void is880(struct atp_unit *dev, unsigned int wkport) in is880()
2513 struct atp_unit *atp_dev = (struct atp_unit *)&host->hostdata; in atp870u_free_tables()
2527 struct atp_unit *atp_dev = (struct atp_unit *)&host->hostdata; in atp870u_init_tables()
2571 struct atp_unit *atpdev, *p; in atp870u_probe()
2685 shpnt = scsi_host_alloc(&atp870u_template, sizeof(struct atp_unit)); in atp870u_probe()
2689 p = (struct atp_unit *)&shpnt->hostdata; in atp870u_probe()
2755 shpnt = scsi_host_alloc(&atp870u_template, sizeof(struct atp_unit)); in atp870u_probe()
2759 p = (struct atp_unit *)&shpnt->hostdata; in atp870u_probe()
2764 memcpy(p, atpdev, sizeof(struct atp_unit)); in atp870u_probe()
2940 shpnt = scsi_host_alloc(&atp870u_template, sizeof(struct atp_unit)); in atp870u_probe()
2944 p = (struct atp_unit *)&shpnt->hostdata; in atp870u_probe()
3059 struct atp_unit *dev; in atp870u_abort()
3063 dev = (struct atp_unit *)&host->hostdata; in atp870u_abort()
3134 struct atp_unit *devext = pci_get_drvdata(pdev); in atp870u_remove()
3216 static void is885(struct atp_unit *dev, unsigned int wkport,unsigned char c) in is885()