Searched refs:spi_populate_sync_msg (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/include/scsi/ | 
| D | scsi_transport_spi.h | 144 int spi_populate_sync_msg(unsigned char *msg, int period, int offset);
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | esp_scsi.c | 803 				spi_populate_sync_msg(&esp->msg_out[0],  in esp_maybe_execute_command()1472 				spi_populate_sync_msg(&esp->msg_out[0],  in esp_msgin_reject()
 1539 		spi_populate_sync_msg(&esp->msg_out[0],  in esp_msgin_sdtr()
 1580 			spi_populate_sync_msg(&esp->msg_out[0],  in esp_msgin_wdtr()
 
 | 
| D | scsi_transport_spi.c | 1182 int spi_populate_sync_msg(unsigned char *msg, int period, int offset)  in spi_populate_sync_msg()  function1191 EXPORT_SYMBOL_GPL(spi_populate_sync_msg);
 
 | 
| D | 53c700.c | 1424 		count += spi_populate_sync_msg(&hostdata->msgout[count],  in NCR_700_start_command()
 | 
| D | ncr53c8xx.c | 4078 		msglen += spi_populate_sync_msg(msgptr + msglen,  in ncr_prepare_nego()6957 		spi_populate_sync_msg(np->msgout, per, ofs);  in ncr_int_sir()
 
 | 
| D | aha152x.c | 1532 		MSGOLEN += spi_populate_sync_msg(&MSGO(MSGOLEN), 50, 8);  in seldo_run()
 | 
| /Linux-v5.4/drivers/scsi/sym53c8xx_2/ | 
| D | sym_hipd.c | 1434 		msglen += spi_populate_sync_msg(msgptr + msglen, goal->period,4008 	spi_populate_sync_msg(np->msgout, per, ofs);
 4291 			spi_populate_sync_msg(np->msgout, tp->tgoal.period,
 
 | 
| /Linux-v5.4/drivers/scsi/aic7xxx/ | 
| D | aic7xxx_core.c | 3058 	ahc->msgout_index += spi_populate_sync_msg(  in ahc_construct_sdtr()
 | 
| D | aic79xx_core.c | 4617 	ahd->msgout_index += spi_populate_sync_msg(  in ahd_construct_sdtr()
 |