Searched refs:cxusb_bluebird_gpio_rw (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | cxusb.c | 102 static int cxusb_bluebird_gpio_rw(struct dvb_usb_device *d, u8 changemask, in cxusb_bluebird_gpio_rw() function 120 cxusb_bluebird_gpio_rw(d, pin, low ? 0 : pin); in cxusb_bluebird_gpio_pulse() 122 cxusb_bluebird_gpio_rw(d, pin, low ? pin : 0); in cxusb_bluebird_gpio_pulse() 127 cxusb_bluebird_gpio_rw(d, 0x40, onoff ? 0 : 0x40); in cxusb_nano2_led() 970 cxusb_bluebird_gpio_rw(adap->dev, 0x04, 0); in cxusb_dualdig4_frontend_attach() 1177 cxusb_bluebird_gpio_rw(adap->dev, 0x04, 0); in cxusb_nano2_frontend_attach()
|