Home
last modified time | relevance | path

Searched refs:MODULE_SCSI_DEV (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dhosts.h553 #define MODULE_SCSI_DEV 4 macro
Dsr.c963 return scsi_register_module(MODULE_SCSI_DEV, &sr_template); in init_sr()
968 scsi_unregister_module(MODULE_SCSI_DEV, &sr_template); in exit_sr()
Dsd.c1457 return scsi_register_module(MODULE_SCSI_DEV, &sd_template); in init_sd()
1464 scsi_unregister_module(MODULE_SCSI_DEV, &sd_template); in exit_sd()
Dscsi.c2472 case MODULE_SCSI_DEV: in scsi_register_module()
2502 case MODULE_SCSI_DEV: in scsi_unregister_module()
Dsg.c1565 return scsi_register_module(MODULE_SCSI_DEV, &sg_template); in init_sg()
1573 scsi_unregister_module(MODULE_SCSI_DEV, &sg_template); in exit_sg()
Dst.c4048 return scsi_register_module(MODULE_SCSI_DEV, &st_template); in init_st()
4055 scsi_unregister_module(MODULE_SCSI_DEV, &st_template); in exit_st()
Dosst.c5856 return scsi_register_module(MODULE_SCSI_DEV, &osst_template);
5863 scsi_unregister_module(MODULE_SCSI_DEV, &osst_template);