Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/usb/gspca/
Dxirlink_cit.c2910 int new_button_state; in cit_check_button() local
2923 new_button_state = !gspca_dev->usb_buf[0]; in cit_check_button()
2928 if (new_button_state) in cit_check_button()
2931 if (sd->button_state != new_button_state) { in cit_check_button()
2933 new_button_state); in cit_check_button()
2935 sd->button_state = new_button_state; in cit_check_button()