Lines Matching refs:header
116 SST_FILL_DEFAULT_DESTINATION(cmd.header.dst); in sst_send_slot_map()
117 cmd.header.command_id = SBA_SET_SSP_SLOT_MAP; in sst_send_slot_map()
118 cmd.header.length = sizeof(struct sst_param_sba_ssp_slot_map) in sst_send_slot_map()
131 sizeof(cmd.header) + cmd.header.length); in sst_send_slot_map()
414 cmd.header.command_id = MMX_SET_GAIN; in sst_send_gain_cmd()
415 SST_FILL_DEFAULT_DESTINATION(cmd.header.dst); in sst_send_gain_cmd()
430 cmd.header.length = sizeof(struct sst_cmd_set_gain_dual) in sst_send_gain_cmd()
436 sizeof(cmd.header) + cmd.header.length); in sst_send_gain_cmd()
669 SST_FILL_DEFAULT_DESTINATION(cmd.header.dst); in sst_swm_mixer_event()
671 cmd.header.command_id = SBA_SET_SWM; in sst_swm_mixer_event()
676 cmd.header.length = offsetof(struct sst_cmd_set_swm, input) in sst_swm_mixer_event()
682 sizeof(cmd.header) + cmd.header.length); in sst_swm_mixer_event()
750 cmd.header.command_id = SBA_VB_START; in sst_handle_vb_timer()
752 cmd.header.command_id = SBA_IDLE; in sst_handle_vb_timer()
755 SST_FILL_DEFAULT_DESTINATION(cmd.header.dst); in sst_handle_vb_timer()
756 cmd.header.length = 0; in sst_handle_vb_timer()
778 sizeof(cmd.header) + cmd.header.length); in sst_handle_vb_timer()
959 SST_FILL_DEFAULT_DESTINATION(drv->ssp_cmd.header.dst); in send_ssp_cmd()
960 drv->ssp_cmd.header.command_id = SBA_HW_SET_SSP; in send_ssp_cmd()
961 drv->ssp_cmd.header.length = sizeof(struct sst_cmd_sba_hw_set_ssp) in send_ssp_cmd()
974 sizeof(drv->ssp_cmd.header) + drv->ssp_cmd.header.length); in send_ssp_cmd()
1015 SST_FILL_DESTINATION(2, cmd.header.dst, in sst_set_media_path()
1019 cmd.header.command_id = MMX_SET_MEDIA_PATH; in sst_set_media_path()
1020 cmd.header.length = sizeof(struct sst_cmd_set_media_path) in sst_set_media_path()
1025 sizeof(cmd.header) + cmd.header.length); in sst_set_media_path()
1049 SST_FILL_DESTINATION(2, cmd.header.dst, in sst_set_media_loop()
1052 cmd.header.command_id = SBA_SET_MEDIA_LOOP_MAP; in sst_set_media_loop()
1053 cmd.header.length = sizeof(struct sst_cmd_sba_set_media_loop_map) in sst_set_media_loop()
1063 sizeof(cmd.header) + cmd.header.length); in sst_set_media_loop()