HomeSort by relevance Sort by last modified time
    Searched refs:cust_baud_rate (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 296 static int set_custom_baud_rate(int cust_baud_rate, unsigned char flow_ctrl)
310 cust_baud_rate, flow_ctrl);
337 ti2.c_ospeed = cust_baud_rate;
354 unsigned long cust_baud_rate; local
392 sscanf((const char*)buf, "%ld", &cust_baud_rate);
432 if (cust_baud_rate != 115200) {
438 cmd.speed = cust_baud_rate;
444 UIM_VER(" Setting speed to %ld", cust_baud_rate);
458 UIM_VER(" Speed changed to %ld", cust_baud_rate);
461 if (set_custom_baud_rate(cust_baud_rate, flow_ctrl) < 0)
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 49 int cust_baud_rate; variable
363 cust_baud_rate, uart_flow_control);
391 ti2.c_ospeed = cust_baud_rate;
449 if (cust_baud_rate) {
455 cmd.speed = cust_baud_rate;
461 UIM_VER(" Setting speed to %d", cust_baud_rate);
475 UIM_VER(" Speed changed to %d", cust_baud_rate);
732 cust_baud_rate = uart_baud_rate;
733 UIM_VER(" Baudrate %d", cust_baud_rate);

Completed in 919 milliseconds