Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/dvb-usb/
Dm920x.c55 static inline int m920x_write(struct usb_device *udev, u8 request, in m920x_write() function
72 ret = m920x_write(udev, request, seq->data, seq->address); in m920x_write_seq()
280 if ((ret = m920x_write(d->udev, M9206_I2C, in m920x_i2c_xfer()
302 if ((ret = m920x_write(d->udev, M9206_I2C, msg[i].buf[j], stop)) != 0) in m920x_i2c_xfer()
336 if ((ret = m920x_write(d->udev, M9206_FILTER, pid, (type << 8) | (idx * 4) )) != 0) in m920x_set_filter()
339 if ((ret = m920x_write(d->udev, M9206_FILTER, 0, (type << 8) | (idx * 4) )) != 0) in m920x_set_filter()
460 (void) m920x_write(udev, M9206_CORE, 0x01, M9206_FW_GO); in m920x_firmware_download()