Searched refs:hpf (Results 1 – 2 of 2) sorted by relevance
359 enum adxl355_hpf_3db hpf) in adxl355_set_hpf_3db() argument365 if (data->hpf_3db == hpf) { in adxl355_set_hpf_3db()376 FIELD_PREP(ADXL355_FILTER_HPF_MSK, hpf)); in adxl355_set_hpf_3db()380 data->hpf_3db = hpf; in adxl355_set_hpf_3db()
1631 int hpf; in dasd_hpf_show() local1640 hpf = device->discipline->hpf_enabled(device); in dasd_hpf_show()1642 return sysfs_emit(buf, "%d\n", hpf); in dasd_hpf_show()1645 static DEVICE_ATTR(hpf, 0444, dasd_hpf_show, NULL);