Home
last modified time | relevance | path

Searched refs:gci_gpio_head (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dsiutils_priv.h148 gci_gpio_item_t *gci_gpio_head; /**< gci gpio interrupts head */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dsiutils_priv.h165 gci_gpio_item_t *gci_gpio_head; /**< gci gpio interrupts head */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dsiutils_priv.h165 gci_gpio_item_t *gci_gpio_head; /**< gci gpio interrupts head */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dsiutils_priv.h165 gci_gpio_item_t *gci_gpio_head; /**< gci gpio interrupts head */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dsiutils_priv.h216 gci_gpio_item_t *gci_gpio_head; /**< gci gpio interrupts head */ member
H A Dsiutils.c1575 ASSERT(sii->gci_gpio_head != NULL); in si_gci_gpioint_handler_unregister()
1577 if ((void*)sii->gci_gpio_head == gci_i) { in si_gci_gpioint_handler_unregister()
1578 sii->gci_gpio_head = sii->gci_gpio_head->next; in si_gci_gpioint_handler_unregister()
1582 p = sii->gci_gpio_head; in si_gci_gpioint_handler_unregister()
1628 if (sii->gci_gpio_head) in si_gci_gpioint_handler_register()
1629 gci_i->next = sii->gci_gpio_head; in si_gci_gpioint_handler_register()
1633 sii->gci_gpio_head = gci_i; in si_gci_gpioint_handler_register()
1671 gci_i = sii->gci_gpio_head; in si_gci_gpioint_handler_process()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dsiutils_priv.h216 gci_gpio_item_t *gci_gpio_head; /**< gci gpio interrupts head */ member
H A Dsiutils.c1575 ASSERT(sii->gci_gpio_head != NULL); in si_gci_gpioint_handler_unregister()
1577 if ((void*)sii->gci_gpio_head == gci_i) { in si_gci_gpioint_handler_unregister()
1578 sii->gci_gpio_head = sii->gci_gpio_head->next; in si_gci_gpioint_handler_unregister()
1582 p = sii->gci_gpio_head; in si_gci_gpioint_handler_unregister()
1628 if (sii->gci_gpio_head) in si_gci_gpioint_handler_register()
1629 gci_i->next = sii->gci_gpio_head; in si_gci_gpioint_handler_register()
1633 sii->gci_gpio_head = gci_i; in si_gci_gpioint_handler_register()
1671 gci_i = sii->gci_gpio_head; in si_gci_gpioint_handler_process()