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()
802 SST_FILL_DEFAULT_DESTINATION(cmd.header.dst); in send_ssp_cmd()
803 cmd.header.command_id = SBA_HW_SET_SSP; in send_ssp_cmd()
804 cmd.header.length = sizeof(struct sst_cmd_sba_hw_set_ssp) in send_ssp_cmd()
832 sizeof(cmd.header) + cmd.header.length); in send_ssp_cmd()
871 SST_FILL_DESTINATION(2, cmd.header.dst, in sst_set_media_path()
875 cmd.header.command_id = MMX_SET_MEDIA_PATH; in sst_set_media_path()
876 cmd.header.length = sizeof(struct sst_cmd_set_media_path) in sst_set_media_path()
881 sizeof(cmd.header) + cmd.header.length); in sst_set_media_path()
905 SST_FILL_DESTINATION(2, cmd.header.dst, in sst_set_media_loop()
908 cmd.header.command_id = SBA_SET_MEDIA_LOOP_MAP; in sst_set_media_loop()
909 cmd.header.length = sizeof(struct sst_cmd_sba_set_media_loop_map) in sst_set_media_loop()
919 sizeof(cmd.header) + cmd.header.length); in sst_set_media_loop()