Searched refs:button_state (Results 1 – 3 of 3) sorted by relevance
346 u8 button_state = st & 0x40 ? 1 : 0; in sd_isoc_irq() local347 if (sd->snapshot_pressed != button_state) { in sd_isoc_irq()350 button_state); in sd_isoc_irq()352 sd->snapshot_pressed = button_state; in sd_isoc_irq()
68 u8 button_state; member614 if (sd->button_state != state) { in sd_int_pkt_scan()617 sd->button_state = state; in sd_int_pkt_scan()
65 u8 button_state; member2764 if (sd->button_state) { in sd_stop0()2767 sd->button_state = 0; in sd_stop0()2937 if (sd->button_state != new_button_state) { in cit_check_button()2941 sd->button_state = new_button_state; in cit_check_button()