Lines Matching defs:action
13 * 4) Handling FM Interrupt packet and taking appropriate action.
134 /* Interrupt process post action */
164 fm_irq_send_intmsk_cmd, /* Interrupt process post action */
537 * recovery action here. FM interrupts are disabled in the beginning of
552 /* Stop recovery action (interrupt reenable process) and
556 fmerr("Recovery action failed duringirq processing, max retry reached\n");
1234 struct bts_action *action;
1265 action = (struct bts_action *)fw_data;
1267 switch (action->type) {
1269 ret = fmc_send_cmd(fmdev, 0, 0, action->data,
1270 action->size, NULL, NULL);
1277 delay = (struct bts_action_delay *)action->data;
1282 fw_data += (sizeof(struct bts_action) + (action->size));
1283 fw_len -= (sizeof(struct bts_action) + (action->size));