Lines Matching refs:header
117 SST_FILL_DEFAULT_DESTINATION(cmd.header.dst); in sst_send_slot_map()
118 cmd.header.command_id = SBA_SET_SSP_SLOT_MAP; in sst_send_slot_map()
119 cmd.header.length = sizeof(struct sst_param_sba_ssp_slot_map) in sst_send_slot_map()
132 sizeof(cmd.header) + cmd.header.length); in sst_send_slot_map()
407 cmd.header.command_id = MMX_SET_GAIN; in sst_send_gain_cmd()
408 SST_FILL_DEFAULT_DESTINATION(cmd.header.dst); in sst_send_gain_cmd()
423 cmd.header.length = sizeof(struct sst_cmd_set_gain_dual) in sst_send_gain_cmd()
429 sizeof(cmd.header) + cmd.header.length); in sst_send_gain_cmd()
658 SST_FILL_DEFAULT_DESTINATION(cmd.header.dst); in sst_swm_mixer_event()
660 cmd.header.command_id = SBA_SET_SWM; in sst_swm_mixer_event()
665 cmd.header.length = offsetof(struct sst_cmd_set_swm, input) in sst_swm_mixer_event()
671 sizeof(cmd.header) + cmd.header.length); in sst_swm_mixer_event()
736 cmd.header.command_id = SBA_VB_START; in sst_handle_vb_timer()
738 cmd.header.command_id = SBA_IDLE; in sst_handle_vb_timer()
741 SST_FILL_DEFAULT_DESTINATION(cmd.header.dst); in sst_handle_vb_timer()
742 cmd.header.length = 0; in sst_handle_vb_timer()
764 sizeof(cmd.header) + cmd.header.length); in sst_handle_vb_timer()
938 SST_FILL_DEFAULT_DESTINATION(drv->ssp_cmd.header.dst); in send_ssp_cmd()
939 drv->ssp_cmd.header.command_id = SBA_HW_SET_SSP; in send_ssp_cmd()
940 drv->ssp_cmd.header.length = sizeof(struct sst_cmd_sba_hw_set_ssp) in send_ssp_cmd()
953 sizeof(drv->ssp_cmd.header) + drv->ssp_cmd.header.length); in send_ssp_cmd()
992 SST_FILL_DESTINATION(2, cmd.header.dst, in sst_set_media_path()
996 cmd.header.command_id = MMX_SET_MEDIA_PATH; in sst_set_media_path()
997 cmd.header.length = sizeof(struct sst_cmd_set_media_path) in sst_set_media_path()
1002 sizeof(cmd.header) + cmd.header.length); in sst_set_media_path()
1026 SST_FILL_DESTINATION(2, cmd.header.dst, in sst_set_media_loop()
1029 cmd.header.command_id = SBA_SET_MEDIA_LOOP_MAP; in sst_set_media_loop()
1030 cmd.header.length = sizeof(struct sst_cmd_sba_set_media_loop_map) in sst_set_media_loop()
1040 sizeof(cmd.header) + cmd.header.length); in sst_set_media_loop()