Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dftape-vendors.h34 no_wake_up, enumerator
50 { no_wake_up, "None" }, \
86 { 0x001c1, 82, no_wake_up, "Wangtek 3040F" }, \
87 { 0x001c8, 64, no_wake_up, "Wangtek 3080F" }, \
89 { 0x001ca, 67, no_wake_up, "Wangtek 3080F (new)" }, \
97 { 0x08880, 64, no_wake_up, "Iomega 250, Ditto 800" }, \
103 { 0x00021, 70, no_wake_up, "AIWA CT-803" }, \
104 { 0x004c0, 80, no_wake_up, "AIWA TD-S1600" }, \
109 { UNKNOWN_VENDOR, 0, no_wake_up, "unknown" } \
/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-proc.c78 ((ft_drive_type.wake_up == no_wake_up) in get_tapedrive_info()
Dftape-io.c920 case no_wake_up: in ftape_wakeup_drive()
948 case no_wake_up: /* no wakeup / no sleep ! */ in ftape_put_drive_to_sleep()
Dftape-ctl.c273 for (method=no_wake_up; method < NR_ITEMS(methods); ++method) { in ftape_activate_drive()