Searched refs:button_state (Results 1 – 3 of 3) sorted by relevance
344 u8 button_state = st & 0x40 ? 1 : 0; in sd_isoc_irq() local345 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()
64 u8 button_state; member610 if (sd->button_state != state) { in sd_int_pkt_scan()613 sd->button_state = state; in sd_int_pkt_scan()
61 u8 button_state; member2768 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()