Lines Matching defs:offset
192 static u8 rx_rd8(u8 offset) in rx_rd8()
201 static u8 cec_rd8(u8 offset) in cec_rd8()
210 static u8 sw_rd8(u8 offset) in sw_rd8()
436 u8 it66353_h2swwr(u8 offset, u8 wdata) in it66353_h2swwr()
442 u8 it66353_h2swrd(u8 offset) in it66353_h2swrd()
450 u8 it66353_h2swset(u8 offset, u8 mask, u8 wdata) in it66353_h2swset()
456 void it66353_h2swbrd(u8 offset, u8 length, u8 *rddata) in it66353_h2swbrd()
464 void it66353_h2swbwr(u8 offset, u8 length, u8 *rddata) in it66353_h2swbwr()
472 u8 it66353_h2rxedidwr(u8 offset, u8 *wrdata, u8 length) in it66353_h2rxedidwr()
485 static u8 it66353_h2rxedidrd(u8 offset, u8 *wrdata, u8 length) in it66353_h2rxedidrd()
492 u8 it66353_h2rxwr(u8 offset, u8 rdata) in it66353_h2rxwr()
498 u8 it66353_h2rxrd(u8 offset) in it66353_h2rxrd()
507 u8 it66353_h2rxset(u8 offset, u8 mask, u8 wdata) in it66353_h2rxset()
513 void it66353_h2rxbrd(u8 offset, u8 length, u8 *rddata) in it66353_h2rxbrd()
521 void it66353_h2rxbwr(u8 offset, u8 length, u8 *rddata) in it66353_h2rxbwr()
531 u8 it66353_cecwr(u8 offset, u8 wdata) in it66353_cecwr()
536 u8 cecrd(u8 offset) in cecrd()
545 u8 it66353_cecset(u8 offset, u8 mask, u8 rdata) in it66353_cecset()
550 void it66353_cecbrd(u8 offset, u8 length, u8 *rddata) in it66353_cecbrd()
558 void it66353_cecbwr(u8 offset, u8 length, u8 *rddata) in it66353_cecbwr()
617 static u8 _tx_scdc_write(u8 offset, u8 wdata) in _tx_scdc_write()
651 static u8 __maybe_unused _tx_scdc_read(u8 offset, u8 *data_buf) in _tx_scdc_read()
687 static u8 __maybe_unused _tx_hdcp_write(u8 offset, u8 data) in _tx_hdcp_write()
718 static u8 __maybe_unused _tx_hdcp_read(u8 offset, u8 *data_buf, u8 len) in _tx_hdcp_read()
3597 bool it66353_read_edid(u8 block, u8 offset, int length, u8 *edid_buffer) in it66353_read_edid()
3654 u8 offset; in it66353_read_one_block_edid() local
4203 static bool it66353_write_edid(u8 block, u8 offset, int length, u8 *data_buffer) in it66353_write_edid()
4253 u8 offset; in it66353_write_one_block_edid() local