Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/dvb-usb/
Dcxusb.c102 static int cxusb_bluebird_gpio_rw(struct dvb_usb_device *d, u8 changemask, in cxusb_bluebird_gpio_rw() argument
108 o[0] = 0xff & ~changemask; /* mask of bits to keep */ in cxusb_bluebird_gpio_rw()
109 o[1] = newval & changemask; /* new values for bits */ in cxusb_bluebird_gpio_rw()
112 if (rc < 0 || (gpio_state & changemask) != (newval & changemask)) in cxusb_bluebird_gpio_rw()