Searched refs:bts_action (Results 1 – 3 of 3) sorted by relevance
244 nxt_action = cur_action + sizeof(struct bts_action) + in skip_change_remote_baud()245 ((struct bts_action *) cur_action)->size; in skip_change_remote_baud()247 if (((struct bts_action *) nxt_action)->type != ACTION_WAIT_EVENT) { in skip_change_remote_baud()250 *ptr = *ptr + sizeof(struct bts_action) + in skip_change_remote_baud()251 ((struct bts_action *)cur_action)->size; in skip_change_remote_baud()252 *len = *len - (sizeof(struct bts_action) + in skip_change_remote_baud()253 ((struct bts_action *)cur_action)->size); in skip_change_remote_baud()299 ((struct bts_action *)ptr)->size, in download_firmware()300 ((struct bts_action *)ptr)->type); in download_firmware()302 switch (((struct bts_action *)ptr)->type) { in download_firmware()[all …]
314 struct bts_action { struct
1241 struct bts_action *action; in fm_download_firmware()1273 action = (struct bts_action *)fw_data; in fm_download_firmware()1290 fw_data += (sizeof(struct bts_action) + (action->size)); in fm_download_firmware()1291 fw_len -= (sizeof(struct bts_action) + (action->size)); in fm_download_firmware()