Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 743) sorted by relevance

12345678910>>...30

/Zephyr-latest/subsys/net/l2/ppp/
Dlink.c38 if (proto->open) { in do_network()
39 proto->open(ctx); in do_network()
55 if (proto->open) { in do_network()
57 proto->open(ctx); in do_network()
88 if (proto->open) { in do_auth()
89 proto->open(ctx); in do_auth()
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_open_flags.c22 fd = open(THE_FILE, 0); in test_file_open_flags()
32 fd = open(THE_FILE, O_RDONLY); in test_file_open_flags()
41 fd = open(THE_FILE, O_WRONLY); in test_file_open_flags()
51 fd = open(THE_FILE, O_RDWR); in test_file_open_flags()
63 fd = open(THE_FILE, O_CREAT | O_WRONLY, 0440); in test_file_open_flags()
92 fd = open(THE_FILE, 0); in test_file_open_flags()
121 fd = open(THE_FILE, O_RDONLY); in test_file_open_flags()
150 fd = open(THE_FILE, O_WRONLY); in test_file_open_flags()
178 fd = open(THE_FILE, O_APPEND | O_WRONLY); in test_file_open_flags()
206 fd = open(THE_FILE, O_APPEND | O_RDWR); in test_file_open_flags()
[all …]
/Zephyr-latest/boards/ambiq/apollo4p_evb/
Dapollo4p_evb-pinctrl.dtsi34 drive-open-drain;
42 drive-open-drain;
50 drive-open-drain;
58 drive-open-drain;
66 drive-open-drain;
74 drive-open-drain;
82 drive-open-drain;
90 drive-open-drain;
/Zephyr-latest/scripts/utils/
Dboard_v1_to_v2.py77 with open(board_settings_file, encoding='utf-8') as f:
89 with open(board_settings_file, "w") as f:
94 with open(board_defconfig_file) as f:
118 with open(board_defconfig_file, "w") as f:
123 with open(board_kconfig_defconfig_file) as f:
154 with open(board_kconfig_defconfig_file, "w") as f:
163 with open(board_kconfig_file) as f:
173 with open(new_board_kconfig_file, "w") as f:
179 with open(new_board_kconfig_file, "a") as f:
Dgen_util_macros.py36 with open("util_listify.h", "w") as file:
64 with open("util_internal_is_eq.h", "w") as file:
86 with open("util_internal_util_inc.h", "w") as file:
108 with open("util_internal_util_dec.h", "w") as file:
131 with open("util_internal_util_x2.h", "w") as file:
/Zephyr-latest/boards/rakwireless/rak11720/
Drak11720_apollo3-pinctrl.dtsi22 drive-open-drain;
30 drive-open-drain;
38 drive-open-drain;
46 drive-open-drain;
54 drive-open-drain;
62 drive-open-drain;
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/
Dxmc47_relax_kit.overlay53 drive-open-drain;
59 drive-open-drain;
70 /delete-property/ drive-open-drain;
76 drive-open-drain;
81 /delete-property/ drive-open-drain;
87 drive-open-drain;
/Zephyr-latest/tests/drivers/w1/w1_api/boards/
Dnucleo_g0b1re.overlay9 * enable open-drain drive such that no external push-pull to
10 * open-drain converter is required. An external pull-up resistor
14 drive-open-drain;
/Zephyr-latest/boards/ambiq/apollo3_evb/
Dapollo3_evb-pinctrl.dtsi28 drive-open-drain;
36 drive-open-drain;
44 drive-open-drain;
52 drive-open-drain;
60 drive-open-drain;
68 drive-open-drain;
/Zephyr-latest/boards/ambiq/apollo4p_blue_kxr_evb/
Dapollo4p_blue_kxr_evb-pinctrl.dtsi27 drive-open-drain;
35 drive-open-drain;
43 drive-open-drain;
51 drive-open-drain;
59 drive-open-drain;
67 drive-open-drain;
75 drive-open-drain;
/Zephyr-latest/dts/riscv/ite/
Dit8xxx2-pinctrl-map.dtsi147 drive-open-drain;
152 drive-open-drain;
157 drive-open-drain;
162 drive-open-drain;
167 drive-open-drain;
172 drive-open-drain;
177 drive-open-drain;
182 drive-open-drain;
187 drive-open-drain;
192 drive-open-drain;
[all …]
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/
Dmec1501modular_assy6885-pinctrl.dtsi13 drive-open-drain;
17 drive-open-drain;
21 drive-open-drain;
25 drive-open-drain;
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/
Dmec15xxevb_assy6853-pinctrl.dtsi13 drive-open-drain;
17 drive-open-drain;
21 drive-open-drain;
25 drive-open-drain;
/Zephyr-latest/doc/_scripts/
Dgen_helpers.py21 with open(path, encoding="utf-8") as f:
28 with open(path, "w", encoding="utf-8") as f:
/Zephyr-latest/samples/subsys/pm/latency/src/
Dtest.h9 void (*open)(const struct device *dev); member
18 api->open(dev); in test_open()
/Zephyr-latest/boards/ambiq/apollo3p_evb/
Dapollo3p_evb-pinctrl.dtsi28 drive-open-drain;
36 drive-open-drain;
44 drive-open-drain;
52 drive-open-drain;
60 drive-open-drain;
68 drive-open-drain;
/Zephyr-latest/soc/nuvoton/npcm/common/esiost/
Desiost.py167 with output.open("r+b") as output_file:
217 with output.open("r+b") as output_file:
219 with input_file_path.open("r+b") as input_file:
283 with input_file_path.open("r+b") as input_file:
298 with output.open("r+b") as output_file:
315 with open(filepath, "rb") as f:
333 with output.open("r+b") as output_file:
351 with output.open("r+b") as f:
359 with output.open("r+b") as output_file:
375 with output.open("r+b") as output_file:
[all …]
/Zephyr-latest/soc/aspeed/ast10x0/tools/
Dgen_uart_booting_image.py14 with open(src,'rb') as r:
24 with open(dst, 'w+b') as w:
/Zephyr-latest/scripts/build/
Dgen_iter_sections.py15 with open(filepath) as fp:
20 with open(filepath, "w") as fp:
26 with open(filepath, "w") as fp:
Dparse_syscalls.py71 with open(file_list, "r", encoding="utf-8") as fp:
118 with open(one_file, "r", encoding="utf-8") as fp:
145 with open(path, 'r') as fp:
149 with open(path, 'w') as fp:
152 with open(path, 'w') as fp:
/Zephyr-latest/boards/nxp/imx95_evk/
Dimx95_evk-pinctrl.dtsi13 drive-open-drain;
24 drive-open-drain;
68 drive-open-drain;
/Zephyr-latest/soc/nuvoton/npcx/common/ecst/
Decst.py227 with output.open("r+b") as output_file:
243 with output.open("r+b") as output_file:
315 with output.open("r+b") as output_file:
390 with output.open("r+b") as output_file:
425 with output.open("r+b") as output_file:
489 with output.open("r+b") as output_file:
530 with input_file_path.open("r+b") as input_file:
531 with output.open("r+b") as output_file:
610 with output.open("r+b") as output_file:
641 with output.open("r+b") as output_file:
[all …]
/Zephyr-latest/boards/nxp/imx93_evk/
Dimx93_evk-pinctrl.dtsi35 drive-open-drain;
46 drive-open-drain;
57 drive-open-drain;
68 drive-open-drain;
/Zephyr-latest/tests/drivers/i2c/i2c_api/boards/
Dcyw920829m2evk_02.overlay24 drive-open-drain;
29 drive-open-drain;
Dcy8cproto_063_ble.overlay25 drive-open-drain;
30 drive-open-drain;

12345678910>>...30