uart_8250_em485Regular
4.4: Absent ⚠️
4.8: ✅struct uart_8250_em485 {
struct timer_list start_tx_timer;
struct timer_list stop_tx_timer;
struct timer_list *active_timer;
};
4.10: ✅struct uart_8250_em485 {
struct timer_list start_tx_timer;
struct timer_list stop_tx_timer;
struct timer_list *active_timer;
};
4.13: ✅struct uart_8250_em485 {
struct timer_list start_tx_timer;
struct timer_list stop_tx_timer;
struct timer_list *active_timer;
};
4.15: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
};
4.18: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
};
5.0: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
};
5.3: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
};
5.4: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
};
5.8: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
unsigned int tx_stopped;
};
5.11: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
unsigned int tx_stopped;
};
5.13: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
unsigned int tx_stopped;
};
5.15: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
unsigned int tx_stopped;
};
5.19: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
unsigned int tx_stopped;
};
6.2: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
unsigned int tx_stopped;
};
6.5: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
unsigned int tx_stopped;
};
6.8: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
unsigned int tx_stopped;
};
arm64: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
};
armhf: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
};
ppc64el: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
};
riscv64: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
};
aws: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
};
azure: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
};
gcp: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
};
lowlatency: ✅struct uart_8250_em485 {
struct hrtimer start_tx_timer;
struct hrtimer stop_tx_timer;
struct hrtimer *active_timer;
struct uart_8250_port *port;
};
Regular
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ⚠️struct uart_8250_port *port
struct timer_list start_tx_timer ➡️ struct hrtimer start_tx_timer
struct timer_list stop_tx_timer ➡️ struct hrtimer stop_tx_timer
struct timer_list *active_timer ➡️ struct hrtimer *active_timer
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️unsigned int tx_stopped
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅