Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/gspca/
Dkonica.c344 u8 button_state = st & 0x40 ? 1 : 0; in sd_isoc_irq() local
345 if (sd->snapshot_pressed != button_state) { in sd_isoc_irq()
348 button_state); in sd_isoc_irq()
350 sd->snapshot_pressed = button_state; in sd_isoc_irq()
Dse401.c64 u8 button_state; member
610 if (sd->button_state != state) { in sd_int_pkt_scan()
613 sd->button_state = state; in sd_int_pkt_scan()
Dxirlink_cit.c61 u8 button_state; member
2768 if (sd->button_state) { in sd_stop0()
2771 sd->button_state = 0; in sd_stop0()
2941 if (sd->button_state != new_button_state) { in cit_check_button()
2945 sd->button_state = new_button_state; in cit_check_button()