OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:st_fd
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wpan/ti_st/uim-sysfs/
uim.c
663
int
st_fd
,err;
local
771
st_fd
= open(INSTALL_SYSFS_ENTRY, O_RDONLY);
772
if (
st_fd
< 0) {
780
err = read(
st_fd
, &install, 1);
787
p.fd =
st_fd
;
800
close(
st_fd
);
801
st_fd
= open(INSTALL_SYSFS_ENTRY, O_RDONLY);
802
if (
st_fd
< 0) {
810
err = read(
st_fd
, &install, 1);
822
close(
st_fd
);
[
all
...]
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c
688
int
st_fd
,err;
local
877
st_fd
= open("/dev/rfkill", O_RDONLY);
878
if (
st_fd
< 0) {
885
p.fd =
st_fd
;
911
err = read(
st_fd
, &rf_event, sizeof(rf_event));
932
close(
st_fd
);
936
close(
st_fd
);
Completed in 474 milliseconds