| /Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/ | 
| D | gatt_client_test.c | 162 static void gatt_discover(enum bt_att_chan_opt opt)  in gatt_discover()255 static void gatt_subscribe_short(enum bt_att_chan_opt opt)  in gatt_subscribe_short()
 269 static void gatt_unsubscribe_short(enum bt_att_chan_opt opt)  in gatt_unsubscribe_short()
 283 static void gatt_subscribe_long(enum bt_att_chan_opt opt)  in gatt_subscribe_long()
 298 static void gatt_unsubscribe_long(enum bt_att_chan_opt opt)  in gatt_unsubscribe_long()
 
 | 
| D | gatt_server_test.c | 131 static void short_notify(enum bt_att_chan_opt opt)  in short_notify()157 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()  local150 	int opt = mode_fd ? 1 : 0;  in linux_socketcan_set_mode_fd()  local
 
 | 
| /Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_stress/src/ | 
| D | gatt_client_test.c | 156 static void gatt_discover(enum bt_att_chan_opt opt)  in gatt_discover()222 static void gatt_subscribe_long(enum bt_att_chan_opt opt)  in gatt_subscribe_long()
 237 static void gatt_unsubscribe_long(enum bt_att_chan_opt opt)  in gatt_unsubscribe_long()
 
 | 
| /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 | 110 	int ret, sock, opt;  in setup_tcp_socket()  local147 	int ret, sock, opt;  in setup_udp_socket()  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/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/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 | 585 	int opt;  in __wifi_args_to_params()  local1003 	int opt;  in wifi_scan_args_to_params()  local
 1669 	int opt;  in twt_args_to_params()  local
 2067 	int opt;  in wifi_ap_config_args_to_params()  local
 2188 	int opt;  in cmd_wifi_reg_domain()  local
 2554 	int opt;  in parse_mode_args_to_params()  local
 2656 	int opt;  in parse_channel_args_to_params()  local
 2754 	int opt;  in parse_filter_args_to_params()  local
 2883 	int opt;  in parse_dpp_args_auth_init()  local
 2931 	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()  local159 	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()
 541 	uint8_t opt;  in parse_option()  local
 1280 	int opt;  in coap_block_has_more()  local
 
 | 
| D | coap_link_format.c | 387 	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()  local309 	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/drivers/sensor/pixart/paa3905/ | 
| D | paa3905.h | 57 		} opt;  member
 | 
| /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 | 1254 	int opt;  in cmd_shuffle()  local1302 	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) \  argument485 #define SHELL_COND_CMD_ARG(flag, syntax, subcmd, help, handler, mand, opt) \  argument
 
 | 
| /Zephyr-latest/subsys/bluetooth/host/classic/ | 
| D | l2cap_br.c | 724 static void l2cap_br_conf_add_opt(struct net_buf *buf, const struct bt_l2cap_conf_opt *opt)  in l2cap_br_conf_add_opt()1476 	struct bt_l2cap_conf_opt *opt = NULL;  in l2cap_br_conf_req()  local
 
 | 
| /Zephyr-latest/tests/net/socket/udp/src/ | 
| D | main.c | 1731 	int opt;  in run_ancillary_recvmsg_test()  local1965 	int ret, count = 10, opt;  in test_check_ttl()  local
 2268 	int verify, opt;  in ZTEST()  local
 
 | 
| /Zephyr-latest/drivers/wifi/simplelink/ | 
| D | simplelink_sockets.c | 656 	int opt;  in map_credentials()  local
 |