Searched refs:park (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-hcd.c100 /* initial park setting: slower than hw default */
101 static unsigned park = 0; variable
102 module_param (park, uint, S_IRUGO);
103 MODULE_PARM_DESC (park, "park setting; 1-3 back-to-back async packets");
627 /* HW default park == 3, on hardware that supports it (like
631 * With fast usb storage devices and NForce2, "park" seems to
634 if (park) {
635 park = min(park, (unsigne
[all...]
H A Doxu210hp-hcd.c130 (command & CMD_PARK) ? "park" : "(park)",
230 /* Initial park setting: slower than hw default */
231 static unsigned park; variable
232 module_param(park, uint, S_IRUGO);
233 MODULE_PARM_DESC(park, "park setting; 1-3 back-to-back async packets");
2617 /* HW default park == 3, on hardware that supports it (like
2621 * With fast usb storage devices and NForce2, "park" seems to
2624 if (park) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dehci-hcd.c100 /* initial park setting: slower than hw default */
101 static unsigned park = 0; variable
102 module_param (park, uint, S_IRUGO);
103 MODULE_PARM_DESC (park, "park setting; 1-3 back-to-back async packets");
627 /* HW default park == 3, on hardware that supports it (like
631 * With fast usb storage devices and NForce2, "park" seems to
634 if (park) {
635 park = min(park, (unsigne
[all...]
H A Doxu210hp-hcd.c130 (command & CMD_PARK) ? "park" : "(park)",
230 /* Initial park setting: slower than hw default */
231 static unsigned park; variable
232 module_param(park, uint, S_IRUGO);
233 MODULE_PARM_DESC(park, "park setting; 1-3 back-to-back async packets");
2617 /* HW default park == 3, on hardware that supports it (like
2621 * With fast usb storage devices and NForce2, "park" seems to
2624 if (park) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ide/
H A DMakefile8 ide-taskfile.o ide-pm.o ide-park.o ide-sysfs.o ide-devsets.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ide/
H A DMakefile8 ide-taskfile.o ide-pm.o ide-park.o ide-sysfs.o ide-devsets.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ata/
H A Dlibata-eh.c2839 * long as the timeout for a park request to *one* device on
2841 * up park requests to other devices on the same port or
2874 static void ata_eh_park_issue_cmd(struct ata_device *dev, int park) argument
2881 if (park) {
2896 if (park && (err_mask || tf.lbal != 0xc4)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ata/
H A Dlibata-eh.c2839 * long as the timeout for a park request to *one* device on
2841 * up park requests to other devices on the same port or
2874 static void ata_eh_park_issue_cmd(struct ata_device *dev, int park) argument
2881 if (park) {
2896 if (park && (err_mask || tf.lbal != 0xc4)) {

Completed in 252 milliseconds