Searched refs:OPERA_READ_MSG (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | opera1.c | 15 #define OPERA_READ_MSG 0 macro 55 unsigned int pipe = (flags == OPERA_READ_MSG) ? in opera1_xilinx_rw() 57 u8 request_type = (flags == OPERA_READ_MSG) ? USB_DIR_IN : USB_DIR_OUT; in opera1_xilinx_rw() 79 if (flags == OPERA_READ_MSG) in opera1_xilinx_rw() 125 addr&0x01?OPERA_READ_MSG:OPERA_WRITE_MSG); in opera1_usb_i2c_msgxfer() 447 ret = opera1_xilinx_rw(d->udev, 0xb1, 0xa1, mac, 6, OPERA_READ_MSG); in opera1_read_mac_address() 467 opera1_xilinx_rw(dev, 0xbc, 0x00, &testval, 1, OPERA_READ_MSG); in opera1_xilinx_load_firmware()
|