Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/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-Core-3.4.0/drivers/pcie/host/
Dpcie.c373 struct pcie_scan_opt opt = { in pcie_bdf_lookup() local
384 static bool scan_flag(const struct pcie_scan_opt *opt, uint32_t flag) in scan_flag()
392 static bool scan_dev(uint8_t bus, uint8_t dev, const struct pcie_scan_opt *opt) in scan_dev()
441 static bool scan_bus(uint8_t bus, const struct pcie_scan_opt *opt) in scan_bus()
452 int pcie_scan(const struct pcie_scan_opt *opt) in pcie_scan()
519 struct pcie_scan_opt opt = { in pcie_init() local
/Zephyr-Core-3.4.0/drivers/can/
Dcan_native_posix_linux_socketcan.c47 int fd, opt, ret = -EINVAL; in linux_socketcan_iface_open() local
166 int opt = mode_fd ? 1 : 0; in linux_socketcan_set_mode_fd() local
/Zephyr-Core-3.4.0/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-Core-3.4.0/tests/net/lib/coap/src/
Dmain.c277 uint8_t opt[] = { 0x55, 0xA5, 0x12 }; in ZTEST() local
296 uint8_t opt[] = { 0x55, 0x24, 0x49, 0x55, 0xff, 0x66, 0x77, 0x99}; in ZTEST() local
309 uint8_t opt[] = { 0x55, 0xA5, 0x12, 0x34, 't', 'o', 'k', 'e', 'n', in ZTEST() local
323 uint8_t opt[] = { 0x55, 0xA5, 0x12, 0x34, 't', 'o', 'k', 'e', 'n', in ZTEST() local
337 uint8_t opt[] = { 0x55, 0xA5, 0x12, 0x34, 't', 'o', 'k', 'e', 'n', in ZTEST() local
351 uint8_t opt[] = { 0x55, 0xA5, 0x12, 0x34, 't', 'o', 'k', 'e', 'n', in ZTEST() local
1083 struct coap_option opt; in ZTEST() local
/Zephyr-Core-3.4.0/subsys/net/lib/coap/
Dcoap.c219 static void option_header_set_delta(uint8_t *opt, uint8_t delta) in option_header_set_delta()
224 static void option_header_set_len(uint8_t *opt, uint8_t len) in option_header_set_len()
229 static uint8_t encode_extended_option(uint16_t num, uint8_t *opt, uint16_t *ext) in encode_extended_option()
257 uint8_t opt; /* delta | len */ in encode_option() local
417 static uint8_t option_header_get_delta(uint8_t opt) in option_header_get_delta()
422 static uint8_t option_header_get_len(uint8_t opt) in option_header_get_len()
469 uint16_t opt, uint16_t *opt_ext, uint16_t *hdr_len) in decode_delta()
511 uint8_t opt; in parse_option() local
Dcoap_link_format.c403 uint8_t opt; in clear_more_flag() local
/Zephyr-Core-3.4.0/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-Core-3.4.0/subsys/shell/backends/
Dshell_telnet_protocol.h114 uint8_t opt; member
/Zephyr-Core-3.4.0/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()
Dtcp.c682 uint8_t opt, opt_len; in tcp_options_check() local
/Zephyr-Core-3.4.0/samples/shields/npm6001_ek/src/
Dmain.c301 int opt, long_index = 0; in cmd_gpio_configure() local
/Zephyr-Core-3.4.0/include/zephyr/shell/
Dshell.h405 #define SHELL_CMD_ARG(syntax, subcmd, help, handler, mand, opt) \ argument
427 #define SHELL_COND_CMD_ARG(flag, syntax, subcmd, help, handler, mand, opt) \ argument
/Zephyr-Core-3.4.0/drivers/wifi/simplelink/
Dsimplelink_sockets.c656 int opt; in map_credentials() local
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dl2cap_br.c953 struct bt_l2cap_conf_opt *opt; in l2cap_br_conf_req() local
/Zephyr-Core-3.4.0/subsys/shell/
Dshell.c540 uint32_t opt = (opt8 == SHELL_OPT_ARG_CHECK_SKIP) ? in exec_cmd() local
/Zephyr-Core-3.4.0/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c447 static int coap_options_to_path(struct coap_option *opt, int options_count, in coap_options_to_path()