Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/gspca/
Dxirlink_cit.c2916 int new_button_state; in cit_check_button() local
2929 new_button_state = !gspca_dev->usb_buf[0]; in cit_check_button()
2934 if (new_button_state) in cit_check_button()
2937 if (sd->button_state != new_button_state) { in cit_check_button()
2939 new_button_state); in cit_check_button()
2941 sd->button_state = new_button_state; in cit_check_button()