Home
last modified time | relevance | path

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

/linux/drivers/s390/char/ !
H A Dtape_proc.c50 device = tape_find_device(n); in tape_proc_show()
H A Dtape.h267 extern struct tape_device *tape_find_device(int devindex);
H A Dtape_char.c276 device = tape_find_device(minor / TAPE_MINORS_PER_DEV); in tapechar_open()
H A Dtape_core.c544 tape_find_device(int devindex) in tape_find_device() function