Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/char/
H A Dtape_proc.c51 device = tape_find_device(n); in tape_proc_show()
H A Dtape.h272 extern struct tape_device *tape_find_device(int devindex);
H A Dtape_char.c284 device = tape_find_device(minor / TAPE_MINORS_PER_DEV); in tapechar_open()
H A Dtape_core.c545 tape_find_device(int devindex) in tape_find_device() function