Home
last modified time | relevance | path

Searched refs:turn_off_led (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/cardreader/
H A Drtl8411.c289 .turn_off_led = rtl8411_turn_off_led,
305 .turn_off_led = rtl8411_turn_off_led,
321 .turn_off_led = rtl8411_turn_off_led,
H A Drts5227.c294 .turn_off_led = rts5227_turn_off_led,
469 .turn_off_led = rts5227_turn_off_led,
H A Drts5249.c480 .turn_off_led = rtsx_base_turn_off_led,
704 .turn_off_led = rtsx_base_turn_off_led,
820 .turn_off_led = rtsx_base_turn_off_led,
H A Drts5229.c167 .turn_off_led = rts5229_turn_off_led,
H A Drts5209.c185 .turn_off_led = rts5209_turn_off_led,
H A Drtsx_pcr.c1091 if (pcr->ops->turn_off_led) in rtsx_pci_idle_work()
1092 pcr->ops->turn_off_led(pcr); in rtsx_pci_idle_work()
1115 if (pcr->ops->turn_off_led) in rtsx_pci_power_off()
1116 pcr->ops->turn_off_led(pcr); in rtsx_pci_power_off()
H A Drts5260.c601 .turn_off_led = rts5260_turn_off_led,
H A Drts5228.c556 .turn_off_led = rts5228_turn_off_led,
H A Drts5261.c583 .turn_off_led = rts5261_turn_off_led,
/OK3568_Linux_fs/kernel/drivers/staging/rts5208/
H A Drtsx_card.c604 turn_off_led(chip, LED_GPIO); in rtsx_init_cards()
1064 void turn_off_led(struct rtsx_chip *chip, u8 gpio) in turn_off_led() function
H A Drtsx_card.h1007 void turn_off_led(struct rtsx_chip *chip, u8 gpio);
H A Drtsx_chip.c1079 turn_off_led(chip, LED_GPIO); in rtsx_manage_idle()
1925 turn_off_led(chip, LED_GPIO); in rtsx_do_before_power_down()
H A Drtsx_scsi.c1445 turn_off_led(chip, LED_GPIO); in set_variable()
/OK3568_Linux_fs/kernel/include/linux/
H A Drtsx_pci.h1061 int (*turn_off_led)(struct rtsx_pcr *pcr); member