Searched refs:msg_bytes (Results 1 – 5 of 5) sorted by relevance
/linux/sound/soc/sof/ |
A D | ipc.c | 41 size_t msg_bytes; member 303 msg->msg_size = msg_bytes; in sof_ipc_tx_message_unlocked() 308 if (msg_bytes) in sof_ipc_tx_message_unlocked() 361 void *msg_data, size_t msg_bytes, in sof_ipc_tx_message_no_pm() argument 366 if (msg_bytes > SOF_IPC_MSG_MAX_SIZE || in sof_ipc_tx_message_no_pm() 677 size_t msg_bytes; in sof_set_get_large_ctrl_data() local 698 msg_bytes = sparams->msg_bytes; in sof_set_get_large_ctrl_data() 709 send_bytes = min(msg_bytes, pl_size); in sof_set_get_large_ctrl_data() 713 msg_bytes -= send_bytes; in sof_set_get_large_ctrl_data() 714 partdata->elems_remaining = msg_bytes; in sof_set_get_large_ctrl_data() [all …]
|
A D | sof-priv.h | 524 void *msg_data, size_t msg_bytes, void *reply_data, 527 void *msg_data, size_t msg_bytes,
|
/linux/drivers/gpu/drm/gma500/ |
A D | cdv_intel_dp.c | 677 int msg_bytes; in cdv_intel_dp_aux_native_write() local 687 msg_bytes = send_bytes + 4; in cdv_intel_dp_aux_native_write() 689 ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes, &ack, 1); in cdv_intel_dp_aux_native_write() 717 int msg_bytes; in cdv_intel_dp_aux_native_read() local 728 msg_bytes = 4; in cdv_intel_dp_aux_native_read() 732 ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes, in cdv_intel_dp_aux_native_read() 763 int msg_bytes; in cdv_intel_dp_i2c_aux_ch() local 783 msg_bytes = 5; in cdv_intel_dp_i2c_aux_ch() 788 msg_bytes = 4; in cdv_intel_dp_i2c_aux_ch() 792 msg_bytes = 3; in cdv_intel_dp_i2c_aux_ch() [all …]
|
/linux/include/linux/ |
A D | ipc_namespace.h | 38 atomic_t msg_bytes; member
|
/linux/ipc/ |
A D | msg.c | 291 atomic_sub(msq->q_cbytes, &ns->msg_bytes); in freeque() 501 msginfo->msgtql = atomic_read(&ns->msg_bytes); in msgctl_info() 938 atomic_add(msgsz, &ns->msg_bytes); in do_msgsnd() 1162 atomic_sub(msg->m_ts, &ns->msg_bytes); in do_msgrcv() 1306 atomic_set(&ns->msg_bytes, 0); in msg_init_ns()
|
Completed in 23 milliseconds