Lines Matching refs:DEVICE_ATTR
321 static DEVICE_ATTR(microvolts, 0444, regulator_uV_show, NULL);
330 static DEVICE_ATTR(microamps, 0444, regulator_uA_show, NULL);
363 static DEVICE_ATTR(opmode, 0444, regulator_opmode_show, NULL);
387 static DEVICE_ATTR(state, 0444, regulator_state_show, NULL);
434 static DEVICE_ATTR(status, 0444, regulator_status_show, NULL);
446 static DEVICE_ATTR(min_microamps, 0444, regulator_min_uA_show, NULL);
458 static DEVICE_ATTR(max_microamps, 0444, regulator_max_uA_show, NULL);
470 static DEVICE_ATTR(min_microvolts, 0444, regulator_min_uV_show, NULL);
482 static DEVICE_ATTR(max_microvolts, 0444, regulator_max_uV_show, NULL);
497 static DEVICE_ATTR(requested_microamps, 0444, regulator_total_uA_show, NULL);
529 static DEVICE_ATTR(suspend_mem_microvolts, 0444,
539 static DEVICE_ATTR(suspend_disk_microvolts, 0444,
549 static DEVICE_ATTR(suspend_standby_microvolts, 0444,
560 static DEVICE_ATTR(suspend_mem_mode, 0444,
571 static DEVICE_ATTR(suspend_disk_mode, 0444,
582 static DEVICE_ATTR(suspend_standby_mode, 0444,
593 static DEVICE_ATTR(suspend_mem_state, 0444,
604 static DEVICE_ATTR(suspend_disk_state, 0444,
615 static DEVICE_ATTR(suspend_standby_state, 0444,
637 static DEVICE_ATTR(bypass, 0444,