Searched refs:OPERA_READ_MSG (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/media/usb/dvb-usb/ | 
| D | opera1.c | 18 #define OPERA_READ_MSG 0  macro 58 	unsigned int pipe = (flags == OPERA_READ_MSG) ?  in opera1_xilinx_rw() 60 	u8 request_type = (flags == OPERA_READ_MSG) ? USB_DIR_IN : USB_DIR_OUT;  in opera1_xilinx_rw() 82 	if (flags == OPERA_READ_MSG)  in opera1_xilinx_rw() 128 		addr&0x01?OPERA_READ_MSG:OPERA_WRITE_MSG);  in opera1_usb_i2c_msgxfer() 442 	opera1_xilinx_rw(d->udev, 0xb1, 0xa1, mac, 6, OPERA_READ_MSG);  in opera1_read_mac_address() 461 		opera1_xilinx_rw(dev, 0xbc, 0x00, &testval, 1, OPERA_READ_MSG);  in opera1_xilinx_load_firmware()
  |