Home
last modified time | relevance | path

Searched refs:btn_type (Results 1 – 25 of 48) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/codecs/
H A Drt711-sdca.c202 btn_type |= SND_JACK_BTN_2; in rt711_sdca_button_detect()
205 btn_type |= SND_JACK_BTN_3; in rt711_sdca_button_detect()
208 btn_type |= SND_JACK_BTN_0; in rt711_sdca_button_detect()
211 btn_type |= SND_JACK_BTN_1; in rt711_sdca_button_detect()
217 btn_type |= SND_JACK_BTN_2; in rt711_sdca_button_detect()
242 return btn_type; in rt711_sdca_button_detect()
292 int btn_type = 0, ret; in rt711_sdca_jack_detect_handler() local
312 btn_type = 0; in rt711_sdca_jack_detect_handler()
327 if (btn_type) { in rt711_sdca_jack_detect_handler()
343 int btn_type = 0, ret, idx; in rt711_sdca_btn_check_handler() local
[all …]
H A Drt700.c79 btn_type |= SND_JACK_BTN_0; in rt700_button_detect()
82 btn_type |= SND_JACK_BTN_3; in rt700_button_detect()
89 btn_type |= SND_JACK_BTN_1; in rt700_button_detect()
94 btn_type |= SND_JACK_BTN_2; in rt700_button_detect()
98 btn_type |= SND_JACK_BTN_3; in rt700_button_detect()
102 return btn_type; in rt700_button_detect()
159 int btn_type = 0, ret; in rt700_jack_detect_handler() local
201 if (btn_type) { in rt700_jack_detect_handler()
222 int btn_type = 0, ret; in rt700_btn_check_handler() local
246 btn_type = 0; in rt700_btn_check_handler()
[all …]
H A Drt711.c157 btn_type |= SND_JACK_BTN_0; in rt711_button_detect()
160 btn_type |= SND_JACK_BTN_3; in rt711_button_detect()
167 btn_type |= SND_JACK_BTN_1; in rt711_button_detect()
172 btn_type |= SND_JACK_BTN_2; in rt711_button_detect()
176 btn_type |= SND_JACK_BTN_3; in rt711_button_detect()
180 return btn_type; in rt711_button_detect()
239 int btn_type = 0, ret; in rt711_jack_detect_handler() local
281 if (btn_type) { in rt711_jack_detect_handler()
302 int btn_type = 0, ret; in rt711_btn_check_handler() local
327 btn_type = 0; in rt711_btn_check_handler()
[all …]
H A Dmt6359-accdet.c267 priv->btn_type = 0; in mt6359_accdet_recover_jd_setting()
330 report = priv->jack_type | priv->btn_type; in mt6359_accdet_jack_report()
339 priv->btn_type = SND_JACK_BTN_1; in check_button()
342 priv->btn_type = SND_JACK_BTN_2; in check_button()
345 priv->btn_type = SND_JACK_BTN_3; in check_button()
347 priv->btn_type = SND_JACK_BTN_0; in check_button()
351 priv->btn_type = SND_JACK_BTN_1; in check_button()
354 priv->btn_type = SND_JACK_BTN_2; in check_button()
356 priv->btn_type = SND_JACK_BTN_0; in check_button()
363 priv->btn_type = priv->jack_type & ~MT6359_ACCDET_BTN_MASK; in is_key_pressed()
[all …]
H A Drt5668.c848 int btn_type, val; in rt5668_button_detect() local
851 btn_type = val & 0xfff0; in rt5668_button_detect()
853 pr_debug("%s btn_type=%x\n", __func__, btn_type); in rt5668_button_detect()
855 return btn_type; in rt5668_button_detect()
1023 int val, btn_type; in rt5668_jack_detect_handler() local
1044 btn_type = rt5668_button_detect(rt5668->component); in rt5668_jack_detect_handler()
1052 switch (btn_type) { in rt5668_jack_detect_handler()
1076 btn_type = 0; in rt5668_jack_detect_handler()
1079 btn_type); in rt5668_jack_detect_handler()
H A Dmt6359-accdet.h115 unsigned int btn_type; member
H A Drt5670.c499 int btn_type, val; in rt5670_button_detect() local
502 btn_type = val & 0xff80; in rt5670_button_detect()
504 if (btn_type != 0) { in rt5670_button_detect()
510 return btn_type; in rt5670_button_detect()
518 int val, btn_type, report = jack->status; in rt5670_irq_detection() local
535 btn_type = 0; in rt5670_irq_detection()
539 btn_type = rt5670_button_detect(rt5670->component); in rt5670_irq_detection()
540 switch (btn_type) { in rt5670_irq_detection()
553 btn_type); in rt5670_irq_detection()
557 if (btn_type == 0)/* button release */ in rt5670_irq_detection()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/codecs/
H A Drt711-sdca.c202 btn_type |= SND_JACK_BTN_2; in rt711_sdca_button_detect()
205 btn_type |= SND_JACK_BTN_3; in rt711_sdca_button_detect()
208 btn_type |= SND_JACK_BTN_0; in rt711_sdca_button_detect()
211 btn_type |= SND_JACK_BTN_1; in rt711_sdca_button_detect()
217 btn_type |= SND_JACK_BTN_2; in rt711_sdca_button_detect()
242 return btn_type; in rt711_sdca_button_detect()
292 int btn_type = 0, ret; in rt711_sdca_jack_detect_handler() local
312 btn_type = 0; in rt711_sdca_jack_detect_handler()
327 if (btn_type) { in rt711_sdca_jack_detect_handler()
343 int btn_type = 0, ret, idx; in rt711_sdca_btn_check_handler() local
[all …]
H A Drt700.c79 btn_type |= SND_JACK_BTN_0; in rt700_button_detect()
82 btn_type |= SND_JACK_BTN_3; in rt700_button_detect()
89 btn_type |= SND_JACK_BTN_1; in rt700_button_detect()
94 btn_type |= SND_JACK_BTN_2; in rt700_button_detect()
98 btn_type |= SND_JACK_BTN_3; in rt700_button_detect()
102 return btn_type; in rt700_button_detect()
159 int btn_type = 0, ret; in rt700_jack_detect_handler() local
201 if (btn_type) { in rt700_jack_detect_handler()
222 int btn_type = 0, ret; in rt700_btn_check_handler() local
246 btn_type = 0; in rt700_btn_check_handler()
[all …]
H A Drt711.c157 btn_type |= SND_JACK_BTN_0; in rt711_button_detect()
160 btn_type |= SND_JACK_BTN_3; in rt711_button_detect()
167 btn_type |= SND_JACK_BTN_1; in rt711_button_detect()
172 btn_type |= SND_JACK_BTN_2; in rt711_button_detect()
176 btn_type |= SND_JACK_BTN_3; in rt711_button_detect()
180 return btn_type; in rt711_button_detect()
239 int btn_type = 0, ret; in rt711_jack_detect_handler() local
281 if (btn_type) { in rt711_jack_detect_handler()
302 int btn_type = 0, ret; in rt711_btn_check_handler() local
327 btn_type = 0; in rt711_btn_check_handler()
[all …]
H A Dmt6359-accdet.c267 priv->btn_type = 0; in mt6359_accdet_recover_jd_setting()
330 report = priv->jack_type | priv->btn_type; in mt6359_accdet_jack_report()
339 priv->btn_type = SND_JACK_BTN_1; in check_button()
342 priv->btn_type = SND_JACK_BTN_2; in check_button()
345 priv->btn_type = SND_JACK_BTN_3; in check_button()
347 priv->btn_type = SND_JACK_BTN_0; in check_button()
351 priv->btn_type = SND_JACK_BTN_1; in check_button()
354 priv->btn_type = SND_JACK_BTN_2; in check_button()
356 priv->btn_type = SND_JACK_BTN_0; in check_button()
363 priv->btn_type = priv->jack_type & ~MT6359_ACCDET_BTN_MASK; in is_key_pressed()
[all …]
H A Drt5668.c848 int btn_type, val; in rt5668_button_detect() local
851 btn_type = val & 0xfff0; in rt5668_button_detect()
853 pr_debug("%s btn_type=%x\n", __func__, btn_type); in rt5668_button_detect()
855 return btn_type; in rt5668_button_detect()
1023 int val, btn_type; in rt5668_jack_detect_handler() local
1044 btn_type = rt5668_button_detect(rt5668->component); in rt5668_jack_detect_handler()
1052 switch (btn_type) { in rt5668_jack_detect_handler()
1076 btn_type = 0; in rt5668_jack_detect_handler()
1079 btn_type); in rt5668_jack_detect_handler()
H A Dmt6359-accdet.h115 unsigned int btn_type; member
H A Drt5670.c499 int btn_type, val; in rt5670_button_detect() local
502 btn_type = val & 0xff80; in rt5670_button_detect()
504 if (btn_type != 0) { in rt5670_button_detect()
510 return btn_type; in rt5670_button_detect()
518 int val, btn_type, report = jack->status; in rt5670_irq_detection() local
535 btn_type = 0; in rt5670_irq_detection()
539 btn_type = rt5670_button_detect(rt5670->component); in rt5670_irq_detection()
540 switch (btn_type) { in rt5670_irq_detection()
553 btn_type); in rt5670_irq_detection()
557 if (btn_type == 0)/* button release */ in rt5670_irq_detection()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/codecs/
H A Drt711-sdca.c202 btn_type |= SND_JACK_BTN_2; in rt711_sdca_button_detect()
205 btn_type |= SND_JACK_BTN_3; in rt711_sdca_button_detect()
208 btn_type |= SND_JACK_BTN_0; in rt711_sdca_button_detect()
211 btn_type |= SND_JACK_BTN_1; in rt711_sdca_button_detect()
217 btn_type |= SND_JACK_BTN_2; in rt711_sdca_button_detect()
242 return btn_type; in rt711_sdca_button_detect()
292 int btn_type = 0, ret; in rt711_sdca_jack_detect_handler() local
312 btn_type = 0; in rt711_sdca_jack_detect_handler()
327 if (btn_type) { in rt711_sdca_jack_detect_handler()
343 int btn_type = 0, ret, idx; in rt711_sdca_btn_check_handler() local
[all …]
H A Drt700.c79 btn_type |= SND_JACK_BTN_0; in rt700_button_detect()
82 btn_type |= SND_JACK_BTN_3; in rt700_button_detect()
89 btn_type |= SND_JACK_BTN_1; in rt700_button_detect()
94 btn_type |= SND_JACK_BTN_2; in rt700_button_detect()
98 btn_type |= SND_JACK_BTN_3; in rt700_button_detect()
102 return btn_type; in rt700_button_detect()
159 int btn_type = 0, ret; in rt700_jack_detect_handler() local
201 if (btn_type) { in rt700_jack_detect_handler()
222 int btn_type = 0, ret; in rt700_btn_check_handler() local
246 btn_type = 0; in rt700_btn_check_handler()
[all …]
H A Drt711.c157 btn_type |= SND_JACK_BTN_0; in rt711_button_detect()
160 btn_type |= SND_JACK_BTN_3; in rt711_button_detect()
167 btn_type |= SND_JACK_BTN_1; in rt711_button_detect()
172 btn_type |= SND_JACK_BTN_2; in rt711_button_detect()
176 btn_type |= SND_JACK_BTN_3; in rt711_button_detect()
180 return btn_type; in rt711_button_detect()
239 int btn_type = 0, ret; in rt711_jack_detect_handler() local
281 if (btn_type) { in rt711_jack_detect_handler()
302 int btn_type = 0, ret; in rt711_btn_check_handler() local
327 btn_type = 0; in rt711_btn_check_handler()
[all …]
H A Dmt6359-accdet.c267 priv->btn_type = 0; in mt6359_accdet_recover_jd_setting()
330 report = priv->jack_type | priv->btn_type; in mt6359_accdet_jack_report()
339 priv->btn_type = SND_JACK_BTN_1; in check_button()
342 priv->btn_type = SND_JACK_BTN_2; in check_button()
345 priv->btn_type = SND_JACK_BTN_3; in check_button()
347 priv->btn_type = SND_JACK_BTN_0; in check_button()
351 priv->btn_type = SND_JACK_BTN_1; in check_button()
354 priv->btn_type = SND_JACK_BTN_2; in check_button()
356 priv->btn_type = SND_JACK_BTN_0; in check_button()
363 priv->btn_type = priv->jack_type & ~MT6359_ACCDET_BTN_MASK; in is_key_pressed()
[all …]
H A Drt5668.c848 int btn_type, val; in rt5668_button_detect() local
851 btn_type = val & 0xfff0; in rt5668_button_detect()
853 pr_debug("%s btn_type=%x\n", __func__, btn_type); in rt5668_button_detect()
855 return btn_type; in rt5668_button_detect()
1023 int val, btn_type; in rt5668_jack_detect_handler() local
1044 btn_type = rt5668_button_detect(rt5668->component); in rt5668_jack_detect_handler()
1052 switch (btn_type) { in rt5668_jack_detect_handler()
1076 btn_type = 0; in rt5668_jack_detect_handler()
1079 btn_type); in rt5668_jack_detect_handler()
H A Dmt6359-accdet.h115 unsigned int btn_type; member
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtdgtbtn.c122 switch (pTdgtBtn->btn_type) {
243 switch (pTdgtBtn->btn_type) {
268 switch (pTdgtBtn->btn_type) {
284 switch (pTdgtBtn->btn_type) {
297 switch (pTdgtBtn->btn_type) {
327 switch (pTdgtBtn->btn_type) {
480 switch (pTdgtBtn->btn_type) {
491 v_pad, btn_type, btn_style, state, font_style, str, pmosi) in CreateTdgtBtn() argument
520 switch (btn_type) {
533 pTdgtBtn->btn_type = btn_type;
[all …]
H A Dtdgtbtn.e35 int btn_type; /* TGMUTYPE_TEXT, TGMUTYPE_COLOR, or TGMUTYPE_BITMAP */
60 int v_pad, int btn_type, int btn_style,
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dsample_library_editor_plugin.cpp109 String btn_type; in _button_pressed() local
112 btn_type = TTR("Stop"); in _button_pressed()
121 btn_type = TTR("Stop"); in _button_pressed()
125 btn_type = TTR("Play"); in _button_pressed()
129 ti->set_button(p_column, 0, get_icon(btn_type, "EditorIcons")); in _button_pressed()
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dsample_library_editor_plugin.cpp109 String btn_type; in _button_pressed() local
112 btn_type = TTR("Stop"); in _button_pressed()
121 btn_type = TTR("Stop"); in _button_pressed()
125 btn_type = TTR("Play"); in _button_pressed()
129 ti->set_button(p_column, 0, get_icon(btn_type, "EditorIcons")); in _button_pressed()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAdminPlugin/modules/integration/templates/
H A DIntButton.int1 <button type="btn_type" id="btn_id" class="btn_class" onclick="btn_onclick">btn_text</button>

12