Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/gspca/
Dxirlink_cit.c2920 int new_button_state; in cit_check_button() local
2933 new_button_state = !gspca_dev->usb_buf[0]; in cit_check_button()
2938 if (new_button_state) in cit_check_button()
2941 if (sd->button_state != new_button_state) { in cit_check_button()
2943 new_button_state); in cit_check_button()
2945 sd->button_state = new_button_state; in cit_check_button()