Searched refs:rfkill_state_path (Results 1 – 4 of 4) sorted by relevance
/device/board/kaihong/khdvk_3566b/kernel/bluetooth/src/ |
D | upio.c | 105 static char rfkill_state_path[128]; variable 164 …(void)sprintf_s(rfkill_state_path, sizeof(rfkill_state_path), "/sys/class/rfkill/rfkill%d/state", … in init_rfkill() 317 fd = open(rfkill_state_path, O_WRONLY); in upio_set_bluetooth_power() 320 rfkill_state_path, strerror(errno), errno); in upio_set_bluetooth_power() 327 rfkill_state_path, strerror(errno), errno); in upio_set_bluetooth_power()
|
/device/board/osware/imx8mm/drivers/bluetooth/source/src/ |
D | upio.c | 105 static char rfkill_state_path[128]; variable 164 …(void)sprintf_s(rfkill_state_path, sizeof(rfkill_state_path), "/sys/class/rfkill/rfkill%d/state", … in init_rfkill() 317 fd = open(rfkill_state_path, O_WRONLY); in upio_set_bluetooth_power() 320 rfkill_state_path, strerror(errno), errno); in upio_set_bluetooth_power() 327 rfkill_state_path, strerror(errno), errno); in upio_set_bluetooth_power()
|
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/ |
D | upio.c | 101 static char *rfkill_state_path = NULL; variable 182 asprintf(&rfkill_state_path, "/sys/class/rfkill/rfkill%d/state", rfkill_id); in init_rfkill() 224 rfkill_state_path, strerror(errno), errno); in bt_wake_up_host_mode_set() 347 fd = open(rfkill_state_path, O_WRONLY); in upio_set_bluetooth_power() 352 rfkill_state_path, strerror(errno), errno); in upio_set_bluetooth_power() 361 rfkill_state_path, strerror(errno), errno); in upio_set_bluetooth_power()
|
/device/board/unionman/unionpi_tiger/hardware/bt/src/ |
D | upio.c | 100 static char *rfkill_state_path = NULL; variable 171 (void)asprintf(&rfkill_state_path, "/sys/class/rfkill/rfkill%d/state", rfkill_id); in init_rfkill() 205 …HILOGE("bt_wake_up_host_mode_set : write(%s) failed: %s (%d)", rfkill_state_path, strerror(errno),… in bt_wake_up_host_mode_set() 332 fd = open(rfkill_state_path, O_WRONLY); in upio_set_bluetooth_power() 334 …HILOGE("set_bluetooth_power : open(%s) for write failed: %s (%d)", rfkill_state_path, strerror(err… in upio_set_bluetooth_power() 340 …HILOGE("set_bluetooth_power : write(%s) failed: %s (%d)", rfkill_state_path, strerror(errno), errn… in upio_set_bluetooth_power()
|