/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/renesas/ |
D | pinctrl-ra-common.h | 25 #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/ |
D | gatt_client_test.c | 152 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()
|
D | gatt_server_test.c | 119 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/ |
D | can_native_linux_adapt.c | 48 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/ |
D | pcie.c | 371 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/ |
D | main.c | 115 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/ |
D | socket_echo.c | 29 int opt; in main() local
|
/Zephyr-latest/boards/nxp/frdm_mcxn236/ |
D | board.c | 39 spc_active_mode_dcdc_option_t opt = { in power_mode_od() local
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/ |
D | board.c | 36 spc_active_mode_dcdc_option_t opt = { in power_mode_od() local
|
/Zephyr-latest/drivers/misc/grove_lcd_rgb/ |
D | grove_lcd_rgb.c | 125 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/ |
D | wifi_shell.c | 567 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/ |
D | dhcpv4_server.c | 112 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/ |
D | coap.c | 248 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
|
D | coap_link_format.c | 403 uint8_t opt; in clear_more_flag() local
|
/Zephyr-latest/tests/net/lib/coap/src/ |
D | main.c | 290 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/ |
D | auxdisplay_jhd1313.c | 190 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/ |
D | shell_telnet_protocol.h | 114 uint8_t opt; member
|
/Zephyr-latest/subsys/net/ip/ |
D | 6lo.c | 36 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/ |
D | main.c | 301 int opt, long_index = 0; in cmd_gpio_configure() local
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztest.c | 1284 int opt; in cmd_shuffle() local 1332 int opt; in cmd_run_suite() local
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 463 #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/ |
D | l2cap_br.c | 711 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/ |
D | main.c | 1717 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/ |
D | simplelink_sockets.c | 656 int opt; in map_credentials() local
|
/Zephyr-latest/subsys/shell/ |
D | shell.c | 543 uint32_t opt = (opt8 == SHELL_OPT_ARG_CHECK_SKIP) ? in exec_cmd() local
|