Searched refs:action_ptr (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/misc/ti-st/
H A Dst_kim.c296 unsigned char *action_ptr = NULL; download_firmware() local
332 action_ptr = &(((struct bts_action *)ptr)->data[0]); download_firmware()
334 (((struct hci_command *)action_ptr)->opcode == download_firmware()
380 ((struct bts_action_send *)action_ptr)->data, download_firmware()
413 action_ptr = &(((struct bts_action *)ptr)->data[0]); download_firmware()
414 mdelay(((struct bts_action_delay *)action_ptr)->msec); download_firmware()
/linux-4.1.27/kernel/irq/
H A Dmanage.c1327 struct irqaction *action, **action_ptr; __free_irq() local
1341 action_ptr = &desc->action; __free_irq()
1343 action = *action_ptr; __free_irq()
1354 action_ptr = &action->next; __free_irq()
1358 *action_ptr = action->next; __free_irq()

Completed in 167 milliseconds