Lines Matching defs:nvt_dev
67 struct nvt_dev { struct
68 struct pnp_dev *pdev;
69 struct rc_dev *rdev;
71 spinlock_t nvt_lock;
74 u8 buf[RX_BUF_LEN];
75 unsigned int pkts;
77 struct {
84 } tx;
87 u8 cr_efir;
88 u8 cr_efdr;
91 unsigned long cir_addr;
92 unsigned long cir_wake_addr;
93 int cir_irq;
94 int cir_wake_irq;
97 u8 chip_major;
98 u8 chip_minor;
101 bool hw_learning_capable;
102 bool hw_tx_capable;
105 bool learning_enabled;
106 bool carrier_detect_enabled;
109 u8 wake_state;
111 u8 study_state;
113 u32 carrier;