Searched refs:NCR_700_Host_Parameters (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | 53c700.h | 54 struct NCR_700_Host_Parameters; 58 struct NCR_700_Host_Parameters *, struct device *); 195 struct NCR_700_Host_Parameters { struct 483 const struct NCR_700_Host_Parameters *hostdata in NCR_700_readb() 484 = (struct NCR_700_Host_Parameters *)host->hostdata[0]; in NCR_700_readb() 492 const struct NCR_700_Host_Parameters *hostdata in NCR_700_readl() 493 = (struct NCR_700_Host_Parameters *)host->hostdata[0]; in NCR_700_readl() 507 const struct NCR_700_Host_Parameters *hostdata in NCR_700_writeb() 508 = (struct NCR_700_Host_Parameters *)host->hostdata[0]; in NCR_700_writeb() 516 const struct NCR_700_Host_Parameters *hostdata in NCR_700_writel() [all …]
|
D | 53c700.c | 231 NCR_700_offset_period_to_sxfer(struct NCR_700_Host_Parameters *hostdata, in NCR_700_offset_period_to_sxfer() 263 struct NCR_700_Host_Parameters *hostdata = in NCR_700_get_SXFER() 264 (struct NCR_700_Host_Parameters *)SDp->host->hostdata[0]; in NCR_700_get_SXFER() 271 static inline dma_addr_t virt_to_dma(struct NCR_700_Host_Parameters *h, void *p) in virt_to_dma() 276 static inline void dma_sync_to_dev(struct NCR_700_Host_Parameters *h, in dma_sync_to_dev() 284 static inline void dma_sync_from_dev(struct NCR_700_Host_Parameters *h, in dma_sync_from_dev() 294 struct NCR_700_Host_Parameters *hostdata, struct device *dev) in NCR_700_detect() 419 struct NCR_700_Host_Parameters *hostdata = in NCR_700_release() 420 (struct NCR_700_Host_Parameters *)host->hostdata[0]; in NCR_700_release() 452 struct NCR_700_Host_Parameters *hostdata = in NCR_700_data_residual() [all …]
|
D | sni_53c710.c | 57 struct NCR_700_Host_Parameters *hostdata; in snirm710_probe() 110 struct NCR_700_Host_Parameters *hostdata = in snirm710_driver_remove() 111 (struct NCR_700_Host_Parameters *)host->hostdata[0]; in snirm710_driver_remove()
|
D | bvme6000_scsi.c | 42 struct NCR_700_Host_Parameters *hostdata; in bvme6000_probe() 47 hostdata = kzalloc(sizeof(struct NCR_700_Host_Parameters), GFP_KERNEL); in bvme6000_probe() 96 struct NCR_700_Host_Parameters *hostdata = shost_priv(host); in bvme6000_device_remove()
|
D | mvme16x_scsi.c | 41 struct NCR_700_Host_Parameters *hostdata; in mvme16x_probe() 52 hostdata = kzalloc(sizeof(struct NCR_700_Host_Parameters), GFP_KERNEL); in mvme16x_probe() 109 struct NCR_700_Host_Parameters *hostdata = shost_priv(host); in mvme16x_device_remove()
|
D | a4000t.c | 39 struct NCR_700_Host_Parameters *hostdata; in amiga_a4000t_scsi_probe() 50 hostdata = kzalloc(sizeof(struct NCR_700_Host_Parameters), in amiga_a4000t_scsi_probe() 101 struct NCR_700_Host_Parameters *hostdata = shost_priv(host); in amiga_a4000t_scsi_remove()
|
D | sim710.c | 89 struct NCR_700_Host_Parameters *hostdata = in sim710_probe_common() 90 kzalloc(sizeof(struct NCR_700_Host_Parameters), GFP_KERNEL); in sim710_probe_common() 146 struct NCR_700_Host_Parameters *hostdata = in sim710_device_remove() 147 (struct NCR_700_Host_Parameters *)host->hostdata[0]; in sim710_device_remove()
|
D | lasi700.c | 88 struct NCR_700_Host_Parameters *hostdata; in lasi700_probe() 141 struct NCR_700_Host_Parameters *hostdata = in lasi700_driver_remove() 142 (struct NCR_700_Host_Parameters *)host->hostdata[0]; in lasi700_driver_remove()
|
D | zorro7xx.c | 79 struct NCR_700_Host_Parameters *hostdata; in zorro7xx_init_one() 98 hostdata = kzalloc(sizeof(struct NCR_700_Host_Parameters), GFP_KERNEL); in zorro7xx_init_one() 157 struct NCR_700_Host_Parameters *hostdata = shost_priv(host); in zorro7xx_remove_one()
|
/linux-6.1.9/Documentation/scsi/ |
D | 53c700.rst | 74 NCR_700_Host_Parameters sized memory area and clear it (so that the 82 In the release routine, you must free the NCR_700_Host_Parameters that 100 Settable NCR_700_Host_Parameters
|