Searched refs:handle_led (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/isdn/hisax/ |
D | hfc_usb.c | 300 handle_led(hfcusb_data *hfc, int event) in handle_led() function 355 handle_led(hfc, LED_S0_OFF); in l1_timer_expire_t3() 372 handle_led(hfc, LED_S0_OFF); in l1_timer_expire_t4() 404 handle_led(hfc, LED_S0_ON); in s0_state_handler() 420 handle_led(hfc, LED_S0_OFF); in s0_state_handler() 983 handle_led(hfc, LED_B2_OFF); in setup_bchannel() 985 handle_led(hfc, LED_B1_OFF); in setup_bchannel() 988 handle_led(hfc, LED_B2_ON); in setup_bchannel() 990 handle_led(hfc, LED_B1_ON); in setup_bchannel() 1250 handle_led(hfc, LED_POWER_ON); in hfc_usb_init() [all …]
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 153 handle_led(struct hfcsusb *hw, int event) in handle_led() function 563 handle_led(hw, LED_POWER_ON); in hfc_dctrl() 615 handle_led(hw, LED_S0_ON); in ph_state_te() 617 handle_led(hw, LED_S0_OFF); in ph_state_te() 645 handle_led(hw, LED_S0_OFF); in ph_state_nt() 666 handle_led(hw, LED_S0_ON); in ph_state_nt() 757 handle_led(hw, (bch->nr == 1) ? LED_B1_ON : LED_B2_ON); in hfcsusb_setup_bch() 759 handle_led(hw, (bch->nr == 1) ? LED_B1_OFF : in hfcsusb_setup_bch() 1600 handle_led(hw, LED_POWER_ON); in reset_hfcsusb() 2121 handle_led(hw, LED_POWER_OFF); in hfcsusb_disconnect()
|