OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UIM_VER
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c
129
UIM_VER
(" wrote %d bytes", (int)write(dev_fd, buffer, 4));
130
UIM_VER
(" reading %d bytes", (int)read(dev_fd, resp_buffer, 15));
133
UIM_VER
(" %x ", resp_buffer[index]);
209
UIM_VER
(" read_hci_event");
270
UIM_VER
(" Command complete started");
362
UIM_VER
(" Changing baud rate to %u, flow control to %u",
431
UIM_VER
(" signal received, opening %s", uart_dev_name);
461
UIM_VER
(" Setting speed to %d", cust_baud_rate);
475
UIM_VER
(" Speed changed to %d", cust_baud_rate);
512
UIM_VER
(" BD address changed to %s", uim_bd_address)
[
all
...]
uim.h
62
#define
UIM_VER
(fmt, arg...)
66
#define
UIM_VER
(fmt, arg...) ALOGE("uim:"fmt"\n" , ## arg)
70
#define
UIM_VER
(fmt, arg...)
/hardware/ti/wpan/ti_st/uim-sysfs/
uim.c
75
UIM_VER
(" wrote %d bytes", (int)write(dev_fd, buffer, 4));
76
UIM_VER
(" reading %d bytes", (int)read(dev_fd, resp_buffer, 15));
79
UIM_VER
(" %x ", resp_buffer[index]);
151
UIM_VER
(" read_hci_event");
208
UIM_VER
(" Command complete started");
309
UIM_VER
(" Changing baud rate to %u, flow control to %u",
444
UIM_VER
(" Setting speed to %ld", cust_baud_rate);
458
UIM_VER
(" Speed changed to %ld", cust_baud_rate);
494
UIM_VER
(" BD address changed to %s", uim_bd_address);
527
UIM_VER
(" Removing gps_drv ")
[
all
...]
uim.h
60
#define
UIM_VER
(fmt, arg...)
64
#define
UIM_VER
(fmt, arg...) ALOGE("uim:"fmt"\n" , ## arg)
68
#define
UIM_VER
(fmt, arg...)
Completed in 29 milliseconds