Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/renesas/
Dpinctrl-ra-common.h25 #define RA_PINCFG(port, pin, psel, opt) \ argument
31 #define RA_PINCFG__40(port, pin, psel, opt) RA_PINCFG(port, pin, psel, opt) argument
35 #define RA_PINCFG__48(port, pin, psel, opt) RA_PINCFG(port, pin, psel, opt) argument
39 #define RA_PINCFG__64(port, pin, psel, opt) RA_PINCFG(port, pin, psel, opt) argument
43 #define RA_PINCFG_100(port, pin, psel, opt) RA_PINCFG(port, pin, psel, opt) argument
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_client_test.c152 static void gatt_discover(enum bt_att_chan_opt opt) in gatt_discover()
245 static void gatt_subscribe_short(enum bt_att_chan_opt opt) in gatt_subscribe_short()
259 static void gatt_unsubscribe_short(enum bt_att_chan_opt opt) in gatt_unsubscribe_short()
273 static void gatt_subscribe_long(enum bt_att_chan_opt opt) in gatt_subscribe_long()
288 static void gatt_unsubscribe_long(enum bt_att_chan_opt opt) in gatt_unsubscribe_long()
Dgatt_server_test.c119 static void short_notify(enum bt_att_chan_opt opt) in short_notify()
145 static void long_notify(enum bt_att_chan_opt opt) in long_notify()
/Zephyr-latest/drivers/can/
Dcan_native_linux_adapt.c48 int fd, opt, ret = -EINVAL; in linux_socketcan_iface_open() local
150 int opt = mode_fd ? 1 : 0; in linux_socketcan_set_mode_fd() local
/Zephyr-latest/drivers/pcie/host/
Dpcie.c371 static bool scan_flag(const struct pcie_scan_opt *opt, uint32_t flag) in scan_flag()
379 static bool scan_dev(uint8_t bus, uint8_t dev, const struct pcie_scan_opt *opt) in scan_dev()
428 static bool scan_bus(uint8_t bus, const struct pcie_scan_opt *opt) in scan_bus()
439 int pcie_scan(const struct pcie_scan_opt *opt) in pcie_scan()
506 struct pcie_scan_opt opt = { in pcie_init() local
/Zephyr-latest/samples/net/sockets/echo_service/src/
Dmain.c115 int ret, sock, opt; in setup_tcp_socket() local
152 int ret, sock, opt; in setup_udp_socket() local
/Zephyr-latest/samples/net/sockets/echo/src/
Dsocket_echo.c29 int opt; in main() local
/Zephyr-latest/boards/nxp/frdm_mcxn236/
Dboard.c39 spc_active_mode_dcdc_option_t opt = { in power_mode_od() local
/Zephyr-latest/boards/nxp/frdm_mcxn947/
Dboard.c36 spc_active_mode_dcdc_option_t opt = { in power_mode_od() local
/Zephyr-latest/drivers/misc/grove_lcd_rgb/
Dgrove_lcd_rgb.c125 void glcd_display_state_set(const struct device *dev, uint8_t opt) in glcd_display_state_set()
149 void glcd_input_state_set(const struct device *dev, uint8_t opt) in glcd_input_state_set()
193 void glcd_function_set(const struct device *dev, uint8_t opt) in glcd_function_set()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c567 int opt; in __wifi_args_to_params() local
971 int opt; in wifi_scan_args_to_params() local
1633 int opt; in twt_args_to_params() local
2032 int opt; in wifi_ap_config_args_to_params() local
2153 int opt; in cmd_wifi_reg_domain() local
2521 int opt; in parse_mode_args_to_params() local
2623 int opt; in parse_channel_args_to_params() local
2721 int opt; in parse_filter_args_to_params() local
2850 int opt; in parse_dpp_args_auth_init() local
2898 int opt; in parse_dpp_args_chirp() local
[all …]
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_server.c112 uint8_t *opt = NULL; in dhcpv4_find_option() local
159 uint8_t *opt; in dhcpv4_find_message_type_option() local
180 uint8_t *opt; in dhcpv4_find_server_id_option() local
201 uint8_t *opt; in dhcpv4_find_client_id_option() local
228 uint8_t *opt; in dhcpv4_find_requested_ip_option() local
249 uint8_t *opt; in dhcpv4_find_ip_lease_time_option() local
271 uint8_t *opt; in dhcpv4_find_parameter_request_list_option() local
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c248 static void option_header_set_delta(uint8_t *opt, uint8_t delta) in option_header_set_delta()
253 static void option_header_set_len(uint8_t *opt, uint8_t len) in option_header_set_len()
258 static uint8_t encode_extended_option(uint16_t num, uint8_t *opt, uint16_t *ext) in encode_extended_option()
286 uint8_t opt; /* delta | len */ in encode_option() local
446 static uint8_t option_header_get_delta(uint8_t opt) in option_header_get_delta()
451 static uint8_t option_header_get_len(uint8_t opt) in option_header_get_len()
498 uint16_t opt, uint16_t *opt_ext, uint16_t *hdr_len) in decode_delta()
540 uint8_t opt; in parse_option() local
1279 int opt; in coap_block_has_more() local
Dcoap_link_format.c403 uint8_t opt; in clear_more_flag() local
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c290 uint8_t opt[] = { 0x55, 0xA5, 0x12 }; in ZTEST() local
309 uint8_t opt[] = { 0x55, 0x24, 0x49, 0x55, 0xff, 0x66, 0x77, 0x99}; in ZTEST() local
322 uint8_t opt[] = { 0x55, 0xA5, 0x12, 0x34, 't', 'o', 'k', 'e', 'n', in ZTEST() local
336 uint8_t opt[] = { 0x55, 0xA5, 0x12, 0x34, 't', 'o', 'k', 'e', 'n', in ZTEST() local
350 uint8_t opt[] = { 0x55, 0xA5, 0x12, 0x34, 't', 'o', 'k', 'e', 'n', in ZTEST() local
364 uint8_t opt[] = { 0x55, 0xA5, 0x12, 0x34, 't', 'o', 'k', 'e', 'n', in ZTEST() local
1104 struct coap_option opt; in ZTEST() local
/Zephyr-latest/drivers/auxdisplay/
Dauxdisplay_jhd1313.c190 static void auxdisplay_jhd1313_input_state_set(const struct device *dev, uint8_t opt) in auxdisplay_jhd1313_input_state_set()
231 static void auxdisplay_jhd1313_function_set(const struct device *dev, uint8_t opt) in auxdisplay_jhd1313_function_set()
/Zephyr-latest/subsys/shell/backends/
Dshell_telnet_protocol.h114 uint8_t opt; member
/Zephyr-latest/subsys/net/ip/
D6lo.c36 static inline uint8_t get_6co_compress(struct net_icmpv6_nd_opt_6co *opt) in get_6co_compress()
41 static inline uint8_t get_6co_cid(struct net_icmpv6_nd_opt_6co *opt) in get_6co_cid()
/Zephyr-latest/samples/shields/npm6001_ek/src/
Dmain.c301 int opt, long_index = 0; in cmd_gpio_configure() local
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c1284 int opt; in cmd_shuffle() local
1332 int opt; in cmd_run_suite() local
/Zephyr-latest/include/zephyr/shell/
Dshell.h463 #define SHELL_CMD_ARG(syntax, subcmd, help, handler, mand, opt) \ argument
485 #define SHELL_COND_CMD_ARG(flag, syntax, subcmd, help, handler, mand, opt) \ argument
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br.c711 static void l2cap_br_conf_add_opt(struct net_buf *buf, const struct bt_l2cap_conf_opt *opt) in l2cap_br_conf_add_opt()
1362 struct bt_l2cap_conf_opt *opt = NULL; in l2cap_br_conf_req() local
/Zephyr-latest/tests/net/socket/udp/src/
Dmain.c1717 int opt; in run_ancillary_recvmsg_test() local
1951 int ret, count = 10, opt; in test_check_ttl() local
2254 int verify, opt; in ZTEST() local
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_sockets.c656 int opt; in map_credentials() local
/Zephyr-latest/subsys/shell/
Dshell.c543 uint32_t opt = (opt8 == SHELL_OPT_ARG_CHECK_SKIP) ? in exec_cmd() local

12