Searched refs:hs_extmute (Results 1 - 2 of 2) sorted by path

/linux-master/include/linux/mfd/
H A Dtwl.h676 unsigned int hs_extmute:1; member in struct:twl4030_codec_data
/linux-master/sound/soc/codecs/
H A Dtwl4030.c41 unsigned int hs_extmute:1; member in struct:twl4030_board_params
213 if (!of_property_read_u32(node, "ti,hs_extmute", &value))
214 board_params->hs_extmute = value;
218 board_params->hs_extmute = 1;
254 if (board_params && board_params->hs_extmute) {
264 "hs_extmute");
267 "Failed to get hs_extmute GPIO\n");
716 if (board_params && board_params->hs_extmute) {
752 if (board_params && board_params->hs_extmute) {
2181 if (board_params && board_params->hs_extmute
[all...]

Completed in 200 milliseconds