Searched refs:acoustic (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-disk.h13 ide_decl_devset(acoustic); variable
H A Dide-disk.c590 ide_devset_get(acoustic, acoustic);
600 drive->acoustic = arg;
633 ide_ext_devset_rw(acoustic, acoustic);
H A Dide-disk_proc.c163 IDE_PROC_DEVSET(acoustic, 0, 254),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhdreg.h346 #define HDIO_GET_ACOUSTIC 0x030f /* get acoustic value */
371 #define HDIO_SET_ACOUSTIC 0x032c /* change acoustic behavior */
586 unsigned short acoustic; /* (word 94) member in struct:hd_driveid
H A Dide.h521 u8 acoustic; /* acoustic management */ member in struct:ide_drive_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dhdparm.c106 static int set_acoustic = 0, get_acoustic = 0, acoustic = 0; variable
1462 " -M Get/set acoustic management (0-254, 128: quiet, 254: fast)\n"
1818 printf(" setting acoustic management to %d\n", acoustic);
1820 args[1] = acoustic;
1821 args[2] = acoustic ? 0x42 : 0xc2;
2224 printf(" acoustic = %2u (128=quiet ... 254=fast)\n", id[94] & 0xff);
2226 printf(" acoustic = not supported\n");
2793 case GET_SET_PARM('M',"acoustic-management",acoustic,
[all...]

Completed in 103 milliseconds