Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dsr.c89 static int sr_runtime_suspend(struct device *dev);
92 .runtime_suspend = sr_runtime_suspend,
146 static int sr_runtime_suspend(struct device *dev) in sr_runtime_suspend() function