Searched refs:DP_AUX_MAX_PAYLOAD_BYTES (Results 1 – 3 of 3) sorted by relevance
156 uint8_t buf[DP_AUX_MAX_PAYLOAD_BYTES]; in auxdev_read_iter()198 uint8_t buf[DP_AUX_MAX_PAYLOAD_BYTES]; in auxdev_write_iter()
922 static int dp_aux_i2c_transfer_size __read_mostly = DP_AUX_MAX_PAYLOAD_BYTES;936 dp_aux_i2c_transfer_size = clamp(dp_aux_i2c_transfer_size, 1, DP_AUX_MAX_PAYLOAD_BYTES); in drm_dp_i2c_xfer()
45 #define DP_AUX_MAX_PAYLOAD_BYTES 16 macro