Searched refs:get_device_handler (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/device_handler/
H A Dscsi_dh.c39 static struct scsi_device_handler *get_device_handler(const char *name) function
214 if (!(scsi_dh = get_device_handler(buf)))
376 if (get_device_handler(scsi_dh->name))
400 if (!get_device_handler(scsi_dh->name))
499 return (get_device_handler(name) != NULL);
515 scsi_dh = get_device_handler(name);

Completed in 161 milliseconds