Searched refs:bts_action (Results 1 – 3 of 3) sorted by relevance
266 nxt_action = cur_action + sizeof(struct bts_action) + in skip_change_remote_baud()267 ((struct bts_action *) cur_action)->size; in skip_change_remote_baud()269 if (((struct bts_action *) nxt_action)->type != ACTION_WAIT_EVENT) { in skip_change_remote_baud()272 *ptr = *ptr + sizeof(struct bts_action) + in skip_change_remote_baud()273 ((struct bts_action *)cur_action)->size; in skip_change_remote_baud()274 *len = *len - (sizeof(struct bts_action) + in skip_change_remote_baud()275 ((struct bts_action *)cur_action)->size); in skip_change_remote_baud()321 ((struct bts_action *)ptr)->size, in download_firmware()322 ((struct bts_action *)ptr)->type); in download_firmware()324 switch (((struct bts_action *)ptr)->type) { in download_firmware()[all …]
318 struct bts_action { struct
1242 struct bts_action *action; in fm_download_firmware()1274 action = (struct bts_action *)fw_data; in fm_download_firmware()1291 fw_data += (sizeof(struct bts_action) + (action->size)); in fm_download_firmware()1292 fw_len -= (sizeof(struct bts_action) + (action->size)); in fm_download_firmware()