Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_dp_iic_helper.c33 iic_dp_aux_transaction(device_t idev, int mode, uint8_t write_byte, in iic_dp_aux_transaction() function
69 ret = iic_dp_aux_transaction(idev, mode, 0, NULL); in iic_dp_aux_address()
90 (void)iic_dp_aux_transaction(idev, mode, 0, NULL); in iic_dp_aux_stop()
110 ret = iic_dp_aux_transaction(idev, MODE_I2C_WRITE, byte, NULL); in iic_dp_aux_put_byte()
129 ret = iic_dp_aux_transaction(idev, MODE_I2C_READ, 0, byte_ret); in iic_dp_aux_get_byte()