Searched refs:turn_off_led (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/mfd/ |
D | rtl8411.c | 299 .turn_off_led = rtl8411_turn_off_led, 315 .turn_off_led = rtl8411_turn_off_led, 331 .turn_off_led = rtl8411_turn_off_led,
|
D | rts5227.c | 234 .turn_off_led = rts5227_turn_off_led, 358 .turn_off_led = rts5227_turn_off_led,
|
D | rts5249.c | 293 .turn_off_led = rtsx_base_turn_off_led, 469 .turn_off_led = rtsx_base_turn_off_led, 572 .turn_off_led = rtsx_base_turn_off_led,
|
D | rts5209.c | 196 .turn_off_led = rts5209_turn_off_led,
|
D | rts5229.c | 178 .turn_off_led = rts5229_turn_off_led,
|
D | rtsx_pcr.c | 961 if (pcr->ops->turn_off_led) in rtsx_pci_idle_work() 962 pcr->ops->turn_off_led(pcr); in rtsx_pci_idle_work() 973 if (pcr->ops->turn_off_led) in rtsx_pci_power_off() 974 pcr->ops->turn_off_led(pcr); in rtsx_pci_power_off()
|
/linux-4.4.14/drivers/staging/rts5208/ |
D | rtsx_card.c | 613 turn_off_led(chip, LED_GPIO); in rtsx_init_cards() 1129 void turn_off_led(struct rtsx_chip *chip, u8 gpio) in turn_off_led() function
|
D | rtsx_card.h | 1019 void turn_off_led(struct rtsx_chip *chip, u8 gpio);
|
D | rtsx_chip.c | 1267 turn_off_led(chip, LED_GPIO); in rtsx_manage_idle() 2221 turn_off_led(chip, LED_GPIO); in rtsx_do_before_power_down()
|
D | rtsx_scsi.c | 1576 turn_off_led(chip, LED_GPIO); in set_variable()
|
/linux-4.4.14/include/linux/mfd/ |
D | rtsx_pci.h | 865 int (*turn_off_led)(struct rtsx_pcr *pcr); member
|