Searched defs:ledtrig_tty_data (Results 1 – 1 of 1) sorted by relevance
13 struct ledtrig_tty_data { struct14 struct led_classdev *led_cdev;15 struct delayed_work dwork;16 struct completion sysfs;17 const char *ttyname;18 struct tty_struct *tty;19 int rx, tx;20 bool mode_rx;21 bool mode_tx;22 bool mode_cts;[all …]