Home
last modified time | relevance | path

Searched refs:button_state (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/sound/pci/hda/
Dhda_jack.c338 state = jack->button_state; in snd_hda_jack_report_sync()
342 if (jack->button_state) { in snd_hda_jack_report_sync()
344 state & ~jack->button_state); in snd_hda_jack_report_sync()
345 jack->button_state = 0; /* button released */ in snd_hda_jack_report_sync()
420 jack->button_state = 0; in snd_hda_jack_add_kctl()
Dhda_jack.h42 int button_state; member
Dpatch_realtek.c5671 jack->jack->button_state = report; in alc_headset_btn_callback()
/Linux-v5.4/drivers/media/usb/gspca/
Dkonica.c340 u8 button_state = st & 0x40 ? 1 : 0; in sd_isoc_irq() local
341 if (sd->snapshot_pressed != button_state) { in sd_isoc_irq()
344 button_state); in sd_isoc_irq()
346 sd->snapshot_pressed = button_state; in sd_isoc_irq()
Dse401.c54 u8 button_state; member
605 if (sd->button_state != state) { in sd_int_pkt_scan()
608 sd->button_state = state; in sd_int_pkt_scan()
Dxirlink_cit.c51 u8 button_state; member
2758 if (sd->button_state) { in sd_stop0()
2761 sd->button_state = 0; in sd_stop0()
2931 if (sd->button_state != new_button_state) { in cit_check_button()
2935 sd->button_state = new_button_state; in cit_check_button()