bts_action        556 drivers/bluetooth/hci_ll.c 			   ((struct bts_action *)ptr)->size,
bts_action        557 drivers/bluetooth/hci_ll.c 			   ((struct bts_action *)ptr)->type);
bts_action        559 drivers/bluetooth/hci_ll.c 		action_ptr = &(((struct bts_action *)ptr)->data[0]);
bts_action        561 drivers/bluetooth/hci_ll.c 		switch (((struct bts_action *)ptr)->type) {
bts_action        578 drivers/bluetooth/hci_ll.c 		len -= (sizeof(struct bts_action) +
bts_action        579 drivers/bluetooth/hci_ll.c 			((struct bts_action *)ptr)->size);
bts_action        580 drivers/bluetooth/hci_ll.c 		ptr += sizeof(struct bts_action) +
bts_action        581 drivers/bluetooth/hci_ll.c 			((struct bts_action *)ptr)->size;
bts_action       1229 drivers/media/radio/wl128x/fmdrv_common.c 	struct bts_action *action;
bts_action       1261 drivers/media/radio/wl128x/fmdrv_common.c 		action = (struct bts_action *)fw_data;
bts_action       1279 drivers/media/radio/wl128x/fmdrv_common.c 		fw_data += (sizeof(struct bts_action) + (action->size));
bts_action       1280 drivers/media/radio/wl128x/fmdrv_common.c 		fw_len -= (sizeof(struct bts_action) + (action->size));
bts_action        251 drivers/misc/ti-st/st_kim.c 	nxt_action = cur_action + sizeof(struct bts_action) +
bts_action        252 drivers/misc/ti-st/st_kim.c 		((struct bts_action *) cur_action)->size;
bts_action        254 drivers/misc/ti-st/st_kim.c 	if (((struct bts_action *) nxt_action)->type != ACTION_WAIT_EVENT) {
bts_action        257 drivers/misc/ti-st/st_kim.c 		*ptr = *ptr + sizeof(struct bts_action) +
bts_action        258 drivers/misc/ti-st/st_kim.c 			((struct bts_action *)cur_action)->size;
bts_action        259 drivers/misc/ti-st/st_kim.c 		*len = *len - (sizeof(struct bts_action) +
bts_action        260 drivers/misc/ti-st/st_kim.c 				((struct bts_action *)cur_action)->size);
bts_action        306 drivers/misc/ti-st/st_kim.c 			   ((struct bts_action *)ptr)->size,
bts_action        307 drivers/misc/ti-st/st_kim.c 			   ((struct bts_action *)ptr)->type);
bts_action        309 drivers/misc/ti-st/st_kim.c 		switch (((struct bts_action *)ptr)->type) {
bts_action        312 drivers/misc/ti-st/st_kim.c 			action_ptr = &(((struct bts_action *)ptr)->data[0]);
bts_action        327 drivers/misc/ti-st/st_kim.c 			cmd_size = ((struct bts_action *)ptr)->size;
bts_action        361 drivers/misc/ti-st/st_kim.c 					   ((struct bts_action *)ptr)->size);
bts_action        393 drivers/misc/ti-st/st_kim.c 			action_ptr = &(((struct bts_action *)ptr)->data[0]);
bts_action        398 drivers/misc/ti-st/st_kim.c 		    len - (sizeof(struct bts_action) +
bts_action        399 drivers/misc/ti-st/st_kim.c 			   ((struct bts_action *)ptr)->size);
bts_action        401 drivers/misc/ti-st/st_kim.c 		    ptr + sizeof(struct bts_action) +
bts_action        402 drivers/misc/ti-st/st_kim.c 		    ((struct bts_action *)ptr)->size;