Searched refs:bts_action (Results 1 – 3 of 3) sorted by relevance
271 nxt_action = cur_action + sizeof(struct bts_action) + in skip_change_remote_baud()272 ((struct bts_action *) cur_action)->size; in skip_change_remote_baud()274 if (((struct bts_action *) nxt_action)->type != ACTION_WAIT_EVENT) { in skip_change_remote_baud()277 *ptr = *ptr + sizeof(struct bts_action) + in skip_change_remote_baud()278 ((struct bts_action *)cur_action)->size; in skip_change_remote_baud()279 *len = *len - (sizeof(struct bts_action) + in skip_change_remote_baud()280 ((struct bts_action *)cur_action)->size); in skip_change_remote_baud()326 ((struct bts_action *)ptr)->size, in download_firmware()327 ((struct bts_action *)ptr)->type); in download_firmware()329 switch (((struct bts_action *)ptr)->type) { in download_firmware()[all …]
318 struct bts_action { struct
1245 struct bts_action *action; in fm_download_firmware()1277 action = (struct bts_action *)fw_data; in fm_download_firmware()1294 fw_data += (sizeof(struct bts_action) + (action->size)); in fm_download_firmware()1295 fw_len -= (sizeof(struct bts_action) + (action->size)); in fm_download_firmware()