Searched refs:turn_off_led (Results 1 – 14 of 14) sorted by relevance
/linux-5.19.10/drivers/misc/cardreader/ |
D | rtl8411.c | 289 .turn_off_led = rtl8411_turn_off_led, 305 .turn_off_led = rtl8411_turn_off_led, 321 .turn_off_led = rtl8411_turn_off_led,
|
D | rts5227.c | 318 .turn_off_led = rts5227_turn_off_led, 516 .turn_off_led = rts5227_turn_off_led,
|
D | rts5249.c | 521 .turn_off_led = rtsx_base_turn_off_led, 746 .turn_off_led = rtsx_base_turn_off_led, 864 .turn_off_led = rtsx_base_turn_off_led,
|
D | rts5209.c | 185 .turn_off_led = rts5209_turn_off_led,
|
D | rts5229.c | 167 .turn_off_led = rts5229_turn_off_led,
|
D | rtsx_pcr.c | 1073 if (pcr->ops->turn_off_led) in rtsx_pci_power_off() 1074 pcr->ops->turn_off_led(pcr); in rtsx_pci_power_off() 1737 if (pcr->ops->turn_off_led) in rtsx_pci_runtime_idle() 1738 pcr->ops->turn_off_led(pcr); in rtsx_pci_runtime_idle()
|
D | rts5260.c | 601 .turn_off_led = rts5260_turn_off_led,
|
D | rts5228.c | 573 .turn_off_led = rts5228_turn_off_led,
|
D | rts5261.c | 652 .turn_off_led = rts5261_turn_off_led,
|
/linux-5.19.10/drivers/staging/rts5208/ |
D | rtsx_card.c | 604 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
|
D | rtsx_card.h | 1007 void turn_off_led(struct rtsx_chip *chip, u8 gpio);
|
D | rtsx_chip.c | 1079 turn_off_led(chip, LED_GPIO); in rtsx_manage_idle() 1925 turn_off_led(chip, LED_GPIO); in rtsx_do_before_power_down()
|
D | rtsx_scsi.c | 1445 turn_off_led(chip, LED_GPIO); in set_variable()
|
/linux-5.19.10/include/linux/ |
D | rtsx_pci.h | 1091 int (*turn_off_led)(struct rtsx_pcr *pcr); member
|