Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dsd.c112 static int sd_remove(struct device *);
620 .remove = sd_remove,
3384 * Also think about sd_probe() and sd_remove() running coincidentally.
3523 * sd_remove - called whenever a scsi disk (previously recognized by
3533 static int sd_remove(struct device *dev) in sd_remove() function
3664 if (!sdkp) /* E.g.: runtime suspend following sd_remove() */ in sd_suspend_common()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dsd.c3645 * Also think about sd_probe() and sd_remove() running coincidentally.
3786 * sd_remove - called whenever a scsi disk (previously recognized by
3796 static int sd_remove(struct device *dev) in sd_remove() function
3902 if (!sdkp) /* E.g.: runtime suspend following sd_remove() */ in sd_suspend_common()
4028 .remove = sd_remove,

Completed in 10 milliseconds