Home
last modified time | relevance | path

Searched refs:QAIC_MANAGE_MAX_MSG_LENGTH (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/accel/qaic/
H A Dqaic_control.c648 if (size_add(msg_hdr_len, sizeof(*out_trans)) > QAIC_MANAGE_MAX_MSG_LENGTH) in encode_activate()
732 if (size_add(msg_hdr_len, in_trans->hdr.len) > QAIC_MANAGE_MAX_MSG_LENGTH) in encode_status()
841 if (user_msg->len + len > QAIC_MANAGE_MAX_MSG_LENGTH) in decode_passthrough()
863 if (user_msg->len + len > QAIC_MANAGE_MAX_MSG_LENGTH) in decode_activate()
939 if (user_msg->len + len > QAIC_MANAGE_MAX_MSG_LENGTH) in decode_status()
970 msg_hdr_len > QAIC_MANAGE_MAX_MSG_LENGTH) in decode_message()
1055 * The max size of response from device is QAIC_MANAGE_MAX_MSG_LENGTH. in msg_xfer()
1057 out_buf = kmalloc(QAIC_MANAGE_MAX_MSG_LENGTH, GFP_KERNEL); in msg_xfer()
1064 QAIC_MANAGE_MAX_MSG_LENGTH, MHI_EOT); in msg_xfer()
1251 if (user_msg->len > QAIC_MANAGE_MAX_MSG_LENGTH || in qaic_manage()
[all...]
/kernel/linux/linux-6.6/include/uapi/drm/
H A Dqaic_accel.h17 #define QAIC_MANAGE_MAX_MSG_LENGTH SZ_4K macro

Completed in 4 milliseconds