Home
last modified time | relevance | path

Searched refs:print_state (Results 1 – 5 of 5) sorted by relevance

/drivers/switch/
Dswitch_class.c35 if (sdev->print_state) { in state_show()
36 int ret = sdev->print_state(sdev, buf); in state_show()
Dswitch_gpio.c92 switch_data->sdev.print_state = switch_gpio_print_state; in gpio_switch_probe()
/drivers/extcon/
Dextcon-gpio.c115 extcon_data->edev->print_state = extcon_gpio_print_state; in gpio_extcon_probe()
Dextcon-class.c111 if (edev->print_state) { in state_show()
112 int ret = edev->print_state(edev, buf); in state_show()
/drivers/tty/hvc/
Dhvsi.c124 static inline void print_state(struct hvsi_struct *hp) in print_state() function
145 print_state(hp); in __set_state()