Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/gspca/
H A Dxirlink_cit.c2926 int new_button_state; in cit_check_button() local
2939 new_button_state = !gspca_dev->usb_buf[0]; in cit_check_button()
2944 if (new_button_state) in cit_check_button()
2947 if (sd->button_state != new_button_state) { in cit_check_button()
2949 new_button_state); in cit_check_button()
2951 sd->button_state = new_button_state; in cit_check_button()