Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb-i2c.c37 d->state |= DVB_USB_STATE_I2C; in dvb_usb_i2c_init()
45 if (d->state & DVB_USB_STATE_I2C) in dvb_usb_i2c_exit()
47 d->state &= ~DVB_USB_STATE_I2C; in dvb_usb_i2c_exit()
H A Ddvb-usb.h470 #define DVB_USB_STATE_I2C 0x001 macro