Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dm920x.c52 static inline int m920x_write(struct usb_device *udev, u8 request, in m920x_write() function
65 ret = m920x_write(udev, request, seq->data, seq->address); in m920x_write_seq()
270 if ((ret = m920x_write(d->udev, M9206_I2C, in m920x_i2c_xfer()
303 if ((ret = m920x_write(d->udev, M9206_I2C, msg[i].buf[j], stop)) != 0) in m920x_i2c_xfer()
337 if ((ret = m920x_write(d->udev, M9206_FILTER, pid, (type << 8) | (idx * 4) )) != 0) in m920x_set_filter()
340 if ((ret = m920x_write(d->udev, M9206_FILTER, 0, (type << 8) | (idx * 4) )) != 0) in m920x_set_filter()
461 (void) m920x_write(udev, M9206_CORE, 0x01, M9206_FW_GO); in m920x_firmware_download()