Searched refs:rd (Results 1 – 5 of 5) sorted by relevance
/device/linaro/hikey/wpan/uim/ |
D | uim.c | 90 int remain, rd; in read_hci_event() local 105 rd = read(fd, buf, 1); in read_hci_event() 106 if (rd <= 0 && rd_retry_count++ < 4) { in read_hci_event() 121 rd = read(fd, buf + count, 3 - count); in read_hci_event() 122 if (rd <= 0) in read_hci_event() 124 count += rd; in read_hci_event() 134 rd = read(fd, buf + count, remain - (count - 3)); in read_hci_event() 135 if (rd <= 0) in read_hci_event() 137 count += rd; in read_hci_event()
|
/device/google/muskie/ |
D | WCNSS_qcom_cfg.ini | 578 # Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
|
/device/google/taimen/ |
D | WCNSS_qcom_cfg.ini | 578 # Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
|
/device/google/bonito/ |
D | WCNSS_qcom_cfg.ini | 595 # Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
|
/device/google/crosshatch/ |
D | WCNSS_qcom_cfg.ini | 595 # Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
|