Searched refs:tape_state_set (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_core.c181 tape_state_set(struct tape_device *device, enum tape_state newstate) function
352 tape_state_set(device, TS_UNUSED);
457 tape_state_set(device, TS_INIT);
630 tape_state_set(device, TS_NOT_OPER);
641 tape_state_set(device, TS_NOT_OPER);
655 tape_state_set(device, TS_NOT_OPER);
1222 tape_state_set(device, TS_IN_USE);
1237 tape_state_set(device, TS_UNUSED);
1327 EXPORT_SYMBOL(tape_state_set); variable
H A Dtape_block.c372 tape_state_set(device, TS_BLKUSE);
396 tape_state_set(device, TS_IN_USE);
H A Dtape.h288 extern void tape_state_set(struct tape_device *, enum tape_state);

Completed in 63 milliseconds