Searched refs:stop_unit (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | silence.c | 47 char stop_unit; member 171 &silence->stop_unit); in sox_silence_getopts() 175 silence->stop_unit = '%'; in sox_silence_getopts() 204 if ((silence->stop_unit != '%') && (silence->stop_unit != 'd')) in sox_silence_getopts() 209 if ((silence->stop_unit == '%') && ((silence->stop_threshold < 0.0) || in sox_silence_getopts() 215 if ((silence->stop_unit == 'd') && (silence->stop_threshold >= 0.0)) in sox_silence_getopts() 477 silence->stop_unit); in sox_silence_flow()
|
| /OK3568_Linux_fs/kernel/drivers/s390/block/ |
| H A D | dasd_eckd.c | 2426 count = rpt * (fdata->stop_unit - fdata->start_unit + 1); in dasd_eckd_build_check_tcw() 2447 rc = prepare_itcw(itcw, fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_check_tcw() 2513 count = rpt * (fdata->stop_unit - fdata->start_unit + 1); in dasd_eckd_build_check() 2536 prefix_LRE(ccw++, data, fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_check() 2540 define_extent(ccw++, data, fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_check() 2603 nr_tracks = fdata->stop_unit - fdata->start_unit + 1; in dasd_eckd_build_format() 2682 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format() 2691 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format() 2709 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format() 2715 fdata->start_unit, fdata->stop_unit, in dasd_eckd_build_format() [all …]
|
| H A D | dasd_ioctl.c | 217 fdata->stop_unit, fdata->blksize, fdata->intensity); in dasd_format()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/ |
| H A D | dasd.h | 180 unsigned int stop_unit; /* to track */ member
|