Searched refs:enable_high (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/regulator/
H A Dfixed.h29 * @enable_high: Polarity of enable GPIO
46 unsigned enable_high:1; member in struct:fixed_voltage_config
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Dfixed.c36 bool enable_high; member in struct:fixed_voltage_data
52 gpio_set_value_cansleep(data->gpio, data->enable_high);
64 gpio_set_value_cansleep(data->gpio, !data->enable_high);
134 drvdata->enable_high = config->enable_high;
153 config->enable_high : !config->enable_high;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Draumfeld.c854 .enable_high = 1,

Completed in 39 milliseconds