Searched refs:port_ (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TSSLServerSocket.cpp | 93 if (port_ < 0 || port_ > 0xFFFF) { in listen() 101 resolved_addresses.resolve(address_, std::to_string(port_), SOCK_STREAM, in listen() 170 if (port_ == 0 && retries <= retryLimit_) { in listen() 182 port_ = ntohs(sin->sin6_port); in listen() 185 port_ = ntohs(sin->sin_port); in listen() 203 "TServerSocket::listen() Could not bind to port %d", port_); in listen()
|
D | TServerSocket.h | 158 int port_;
|
D | TSSLSocket.cpp | 280 if (port_ < 0 || port_ > 0xFFFF) { in open() 294 sprintf(port, "%d", port_); in open()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_psoc6.c | 254 static void port_##n##_psoc6_config_func(const struct device *dev); \ 256 static const struct gpio_psoc6_config port_##n##_psoc6_config = { \ 261 .config_func = port_##n##_psoc6_config_func, \ 264 static struct gpio_psoc6_runtime port_##n##_psoc6_runtime = { 0 }; \ 267 &port_##n##_psoc6_runtime, \ 268 &port_##n##_psoc6_config, PRE_KERNEL_1, \ 272 static void port_##n##_psoc6_config_func(const struct device *dev) \
|
D | gpio_sam4l.c | 254 static void port_##n##_sam_config_func(const struct device *dev);\ 256 static const struct gpio_sam_config port_##n##_sam_config = { \ 262 .config_func = port_##n##_sam_config_func, \ 265 static struct gpio_sam_runtime port_##n##_sam_runtime; \ 268 &port_##n##_sam_runtime, \ 269 &port_##n##_sam_config, PRE_KERNEL_1, \ 273 static void port_##n##_sam_config_func(const struct device *dev)\
|
D | gpio_sam.c | 317 static void port_##n##_sam_config_func(const struct device *dev); \ 319 static const struct gpio_sam_config port_##n##_sam_config = { \ 325 .config_func = port_##n##_sam_config_func, \ 328 static struct gpio_sam_runtime port_##n##_sam_runtime; \ 331 &port_##n##_sam_runtime, \ 332 &port_##n##_sam_config, PRE_KERNEL_1, \ 336 static void port_##n##_sam_config_func(const struct device *dev) \
|
D | gpio_stellaris.c | 265 static void port_## n ##_stellaris_config_func(const struct device *dev); \ 267 static struct gpio_stellaris_runtime port_## n ##_stellaris_runtime; \ 275 .config_func = port_## n ##_stellaris_config_func, \ 281 &port_## n ##_stellaris_runtime, \ 286 static void port_## n ##_stellaris_config_func(const struct device *dev) \
|
D | gpio_ene_kb1200.c | 217 static const struct gpio_kb1200_config port_##n##_kb1200_config = { \ 224 &port_##n##_kb1200_config, PRE_KERNEL_1, CONFIG_GPIO_INIT_PRIORITY, \
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | port-endpoint.h | 38 (DT_CHILD(DT_INST_CHILD(inst, ports), port_##pid)), (DT_INST_CHILD(inst, port_##pid)))
|