OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enable_ldo_path
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/bt/msm8909/libbt-vendor/src/
bt_vendor_qcom.c
333
char rfkill_type[64], *
enable_ldo_path
= NULL;
local
415
ret = asprintf(&
enable_ldo_path
, "/sys/class/rfkill/rfkill%d/device/extldo", rfkill_id);
416
if( (ret < 0 ) || (
enable_ldo_path
== NULL) )
421
if ((fd_ldo = open(
enable_ldo_path
, O_RDWR)) < 0) {
422
ALOGE("open(%s) failed: %s (%d)",
enable_ldo_path
, strerror(errno), errno);
428
ALOGE("read(%s) failed: %s (%d)",
enable_ldo_path
, strerror(errno), errno);
[
all
...]
/hardware/qcom/bt/msm8992/libbt-vendor/src/
bt_vendor_qcom.c
320
char rfkill_type[64], *
enable_ldo_path
= NULL;
local
402
ret = asprintf(&
enable_ldo_path
, "/sys/class/rfkill/rfkill%d/device/extldo", rfkill_id);
403
if( (ret < 0 ) || (
enable_ldo_path
== NULL) )
408
if ((fd_ldo = open(
enable_ldo_path
, O_RDWR)) < 0) {
409
ALOGE("open(%s) failed: %s (%d)",
enable_ldo_path
, strerror(errno), errno);
415
ALOGE("read(%s) failed: %s (%d)",
enable_ldo_path
, strerror(errno), errno);
[
all
...]
/hardware/qcom/bt/msm8996/libbt-vendor/src/
bt_vendor_qcom.c
320
char rfkill_type[64], *
enable_ldo_path
= NULL;
local
402
ret = asprintf(&
enable_ldo_path
, "/sys/class/rfkill/rfkill%d/device/extldo", rfkill_id);
403
if( (ret < 0 ) || (
enable_ldo_path
== NULL) )
408
if ((fd_ldo = open(
enable_ldo_path
, O_RDWR)) < 0) {
409
ALOGE("open(%s) failed: %s (%d)",
enable_ldo_path
, strerror(errno), errno);
415
ALOGE("read(%s) failed: %s (%d)",
enable_ldo_path
, strerror(errno), errno);
[
all
...]
Completed in 72 milliseconds