Home
last modified time | relevance | path

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

/minix/minix/drivers/storage/mmc/
H A Dmmcblk.c42 static struct sd_slot *get_slot(devminor_t minor);
144 slot = get_slot(minor); in block_open()
217 slot = get_slot(minor); in block_close()
311 slot = get_slot(minor); in block_transfer()
448 slot = get_slot(minor); in block_ioctl()
490 slot = get_slot(minor); in block_part()
599 slot = get_slot(0); in block_signal_handler_cb()
614 get_slot(devminor_t minor) in get_slot() function