Home
last modified time | relevance | path

Searched refs:__fdomain_16x0_detect (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dfdomain.h23 extern struct Scsi_Host *__fdomain_16x0_detect(struct scsi_host_template *tpnt );
Dfdomain.c895 struct Scsi_Host *__fdomain_16x0_detect(struct scsi_host_template *tpnt ) in __fdomain_16x0_detect() function
1010 return (__fdomain_16x0_detect(tpnt) != NULL); in fdomain_16x0_detect()
/linux-4.4.14/drivers/scsi/pcmcia/
Dfdomain_stub.c140 host = __fdomain_16x0_detect(&fdomain_driver_template); in fdomain_config()