Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dtwl4030.c41 unsigned int hs_extmute:1; member
213 if (!of_property_read_u32(node, "ti,hs_extmute", &value)) in twl4030_get_board_param_values()
214 board_params->hs_extmute = value; in twl4030_get_board_param_values()
218 board_params->hs_extmute = 1; in twl4030_get_board_param_values()
254 if (board_params && board_params->hs_extmute) { in twl4030_init_chip()
264 "hs_extmute"); in twl4030_init_chip()
267 "Failed to get hs_extmute GPIO\n"); in twl4030_init_chip()
716 if (board_params && board_params->hs_extmute) { in headset_ramp()
752 if (board_params && board_params->hs_extmute) { in headset_ramp()
2181 if (board_params && board_params->hs_extmute in twl4030_soc_remove()
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dtwl4030.c207 if (!of_property_read_u32(node, "ti,hs_extmute", &value)) in twl4030_setup_pdata_of()
208 pdata->hs_extmute = value; in twl4030_setup_pdata_of()
213 pdata->hs_extmute = 1; in twl4030_setup_pdata_of()
248 if (pdata && pdata->hs_extmute) { in twl4030_init_chip()
258 "hs_extmute"); in twl4030_init_chip()
261 "Failed to get hs_extmute GPIO\n"); in twl4030_init_chip()
708 if (pdata && pdata->hs_extmute) { in headset_ramp()
744 if (pdata && pdata->hs_extmute) { in headset_ramp()
2175 if (pdata && pdata->hs_extmute && gpio_is_valid(pdata->hs_extmute_gpio)) in twl4030_soc_remove()
/kernel/linux/linux-5.10/include/linux/mfd/
H A Dtwl.h678 unsigned int hs_extmute:1; member
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dtwl.h675 unsigned int hs_extmute:1; member

Completed in 9 milliseconds