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

/linux-4.4.14/drivers/media/usb/gspca/
H A Dkonica.c346 u8 button_state = st & 0x40 ? 1 : 0; sd_isoc_irq() local
347 if (sd->snapshot_pressed != button_state) { sd_isoc_irq()
350 button_state); sd_isoc_irq()
352 sd->snapshot_pressed = button_state; sd_isoc_irq()
H A Dse401.c68 u8 button_state; member in struct:sd
614 if (sd->button_state != state) { sd_int_pkt_scan()
617 sd->button_state = state; sd_int_pkt_scan()
H A Dxirlink_cit.c65 u8 button_state; member in struct:sd
2770 if (sd->button_state) { sd_stop0()
2773 sd->button_state = 0; sd_stop0()
2943 if (sd->button_state != new_button_state) { cit_check_button()
2947 sd->button_state = new_button_state; cit_check_button()

Completed in 152 milliseconds