Searched refs:conf_type (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/serial/8250/
H A D8250_core.c2893 const struct serial8250_config *conf_type = &uart_config[up->port.type]; fcr_get_rxtrig_bytes() local
2896 bytes = conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(up->fcr)]; fcr_get_rxtrig_bytes()
2903 const struct serial8250_config *conf_type = &uart_config[up->port.type]; bytes_to_fcr_rxtrig() local
2906 if (!conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(UART_FCR_R_TRIG_00)]) bytes_to_fcr_rxtrig()
2910 if (bytes < conf_type->rxtrig_bytes[i]) bytes_to_fcr_rxtrig()
3025 const struct serial8250_config *conf_type = &uart_config[up->port.type]; register_dev_spec_attr_grp() local
3027 if (conf_type->rxtrig_bytes[0]) register_dev_spec_attr_grp()

Completed in 99 milliseconds