Home
last modified time | relevance | path

Searched refs:OLPC_GPIO_MIC_AC (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/cs5535audio/
H A Dcs5535audio_olpc.c41 gpio_set_value(OLPC_GPIO_MIC_AC, on); in olpc_analog_input()
73 v->value.integer.value[0] = gpio_get_value(OLPC_GPIO_MIC_AC); in olpc_dc_get()
152 if (gpio_request(OLPC_GPIO_MIC_AC, DRV_NAME)) { in olpc_quirks()
156 gpio_direction_output(OLPC_GPIO_MIC_AC, 0); in olpc_quirks()
175 gpio_free(OLPC_GPIO_MIC_AC); in olpc_quirks()
187 gpio_free(OLPC_GPIO_MIC_AC); in olpc_quirks_cleanup()
/kernel/linux/linux-6.6/sound/pci/cs5535audio/
H A Dcs5535audio_olpc.c41 gpio_set_value(OLPC_GPIO_MIC_AC, on); in olpc_analog_input()
73 v->value.integer.value[0] = gpio_get_value(OLPC_GPIO_MIC_AC); in olpc_dc_get()
152 if (gpio_request(OLPC_GPIO_MIC_AC, DRV_NAME)) { in olpc_quirks()
156 gpio_direction_output(OLPC_GPIO_MIC_AC, 0); in olpc_quirks()
186 gpio_free(OLPC_GPIO_MIC_AC); in olpc_quirks_cleanup()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dolpc.h89 #define OLPC_GPIO_MIC_AC 1 macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dolpc.h89 #define OLPC_GPIO_MIC_AC 1 macro

Completed in 2 milliseconds