Lines Matching refs:wake_events

1409 BCMPOSTTRAPFN(si_gci_config_wake_pin)(si_t *sih, uint8 gpio_n, uint8 wake_events, bool gci_gpio)  in BCMPOSTTRAPFN()
1422 si_gci_gpio_intmask(sih, gpio_n, wake_events, wake_events); in BCMPOSTTRAPFN()
1423 si_gci_gpio_wakemask(sih, gpio_n, wake_events, wake_events); in BCMPOSTTRAPFN()
1445 uint8 wake_events; in si_gci_free_wake_pin() local
1450 wake_events = si_gci_gpio_intmask(sih, gpio_n, 0, 0); in si_gci_free_wake_pin()
1451 si_gci_gpio_intmask(sih, gpio_n, wake_events, 0); in si_gci_free_wake_pin()
1452 wake_events = si_gci_gpio_wakemask(sih, gpio_n, 0, 0); in si_gci_free_wake_pin()
1453 si_gci_gpio_wakemask(sih, gpio_n, wake_events, 0); in si_gci_free_wake_pin()
6930 si_gci_shif_config_wake_pin(si_t *sih, uint8 gpio_n, uint8 wake_events, in si_gci_shif_config_wake_pin() argument
6949 si_gci_gpio_intmask(sih, gpio_n, wake_events, wake_events); in si_gci_shif_config_wake_pin()
6950 si_gci_gpio_wakemask(sih, gpio_n, wake_events, wake_events); in si_gci_shif_config_wake_pin()
6982 si_gci_gpio_intmask(sih, gpio_n, wake_events, wake_events); in si_gci_shif_config_wake_pin()
6983 si_gci_gpio_wakemask(sih, gpio_n, wake_events, wake_events); in si_gci_shif_config_wake_pin()
7008 si_shif_int_enable(si_t *sih, uint8 gpio_n, uint8 wake_events, bool enable) in si_shif_int_enable() argument
7011 si_gci_gpio_intmask(sih, gpio_n, wake_events, wake_events); in si_shif_int_enable()
7012 si_gci_gpio_wakemask(sih, gpio_n, wake_events, wake_events); in si_shif_int_enable()
7014 si_gci_gpio_intmask(sih, gpio_n, wake_events, 0); in si_shif_int_enable()
7015 si_gci_gpio_wakemask(sih, gpio_n, wake_events, 0); in si_shif_int_enable()