Searched refs:cxusb_bluebird_gpio_rw (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/usb/dvb-usb/ |
H A D | cxusb.c | 130 static int cxusb_bluebird_gpio_rw(struct dvb_usb_device *d, u8 changemask, in cxusb_bluebird_gpio_rw() function 148 cxusb_bluebird_gpio_rw(d, pin, low ? 0 : pin); in cxusb_bluebird_gpio_pulse() 150 cxusb_bluebird_gpio_rw(d, pin, low ? pin : 0); in cxusb_bluebird_gpio_pulse() 155 cxusb_bluebird_gpio_rw(d, 0x40, onoff ? 0 : 0x40); in cxusb_nano2_led() 1004 cxusb_bluebird_gpio_rw(adap->dev, 0x04, 0); in cxusb_dualdig4_frontend_attach() 1217 cxusb_bluebird_gpio_rw(adap->dev, 0x04, 0); in cxusb_nano2_frontend_attach()
|