Home
last modified time | relevance | path

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

/linux/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.c275 .turn_off_led = rts5227_turn_off_led,
473 .turn_off_led = rts5227_turn_off_led,
H A Drts5249.c478 .turn_off_led = rtsx_base_turn_off_led,
703 .turn_off_led = rtsx_base_turn_off_led,
821 .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.c1081 if (pcr->ops->turn_off_led) in rtsx_pci_power_off()
1082 pcr->ops->turn_off_led(pcr); in rtsx_pci_power_off()
1803 if (pcr->ops->turn_off_led) in rtsx_pci_runtime_idle()
1804 pcr->ops->turn_off_led(pcr); in rtsx_pci_runtime_idle()
H A Drts5260.c566 .turn_off_led = rts5260_turn_off_led,
H A Drts5228.c532 .turn_off_led = rts5228_turn_off_led,
H A Drts5261.c608 .turn_off_led = rts5261_turn_off_led,
H A Drts5264.c683 .turn_off_led = rts5264_turn_off_led,
/linux/include/linux/
H A Drtsx_pci.h1097 int (*turn_off_led)(struct rtsx_pcr *pcr); member