Home
last modified time | relevance | path

Searched refs:bts_action (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/misc/ti-st/
Dst_kim.c244 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 …]
/linux-3.4.99/include/linux/
Dti_wilink_st.h314 struct bts_action { struct
/linux-3.4.99/drivers/media/radio/wl128x/
Dfmdrv_common.c1241 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()