Home
last modified time | relevance | path

Searched refs:OLPC_GPIO_MIC_AC (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/sound/pci/cs5535audio/
Dcs5535audio_olpc.c44 gpio_set_value(OLPC_GPIO_MIC_AC, on); in olpc_analog_input()
76 v->value.integer.value[0] = gpio_get_value(OLPC_GPIO_MIC_AC); in olpc_dc_get()
155 if (gpio_request(OLPC_GPIO_MIC_AC, DRV_NAME)) { in olpc_quirks()
159 gpio_direction_output(OLPC_GPIO_MIC_AC, 0); in olpc_quirks()
178 gpio_free(OLPC_GPIO_MIC_AC); in olpc_quirks()
190 gpio_free(OLPC_GPIO_MIC_AC); in olpc_quirks_cleanup()
/linux-3.4.99/arch/x86/include/asm/
Dolpc.h138 #define OLPC_GPIO_MIC_AC 1 macro