/Zephyr-latest/include/zephyr/mgmt/hawkbit/ |
D | config.h | 67 struct hawkbit_runtime_config set_config = { in hawkbit_set_server_addr() local 74 return hawkbit_set_config(&set_config); in hawkbit_set_server_addr() 86 struct hawkbit_runtime_config set_config = { in hawkbit_set_server_port() local 93 return hawkbit_set_config(&set_config); in hawkbit_set_server_port() 105 struct hawkbit_runtime_config set_config = { in hawkbit_set_ddi_security_token() local 112 return hawkbit_set_config(&set_config); in hawkbit_set_ddi_security_token() 124 struct hawkbit_runtime_config set_config = { in hawkbit_set_tls_tag() local 131 return hawkbit_set_config(&set_config); in hawkbit_set_tls_tag()
|
/Zephyr-latest/samples/drivers/misc/grove_display/src/ |
D | main.c | 41 uint8_t set_config; in main() local 52 set_config = GLCD_FS_ROWS_2 in main() 56 glcd_function_set(glcd, set_config); in main() 58 set_config = GLCD_DS_DISPLAY_ON | GLCD_DS_CURSOR_ON | GLCD_DS_BLINK_ON; in main() 60 glcd_display_state_set(glcd, set_config); in main()
|
/Zephyr-latest/subsys/net/l2/virtual/ |
D | virtual_mgmt.c | 31 if (!api->set_config) { in virtual_interface_set_config() 68 return api->set_config(iface, type, &config); in virtual_interface_set_config()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_test.c | 117 .set_config = vnd_ethernet_set_config,
|
D | eth_native_posix.c | 411 static int set_config(const struct device *dev, in set_config() function 465 .set_config = set_config,
|
D | eth_nxp_s32_netc_vsi.c | 76 .set_config = nxp_s32_eth_set_config,
|
D | eth_nxp_imx_netc_psi.c | 120 .set_config = netc_eth_set_config,
|
D | eth_litex_liteeth.c | 297 .set_config = eth_set_config,
|
D | eth_esp32.c | 391 .set_config = eth_esp32_set_config,
|
D | eth_nxp_s32_netc_psi.c | 215 .set_config = nxp_s32_eth_set_config,
|
D | eth_w5500.c | 465 .set_config = w5500_set_config,
|
D | eth_dwmac.c | 622 .set_config = dwmac_set_config,
|
D | eth_lan865x.c | 578 .set_config = lan865x_set_config,
|
D | eth_lan9250.c | 652 .set_config = lan9250_set_config,
|
D | eth_numaker.c | 557 .set_config = numaker_eth_set_config,
|
/Zephyr-latest/include/zephyr/net/ |
D | virtual.h | 121 int (*set_config)(struct net_if *iface, member
|
D | ethernet.h | 559 int (*set_config)(const struct device *dev, member
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | ethernet_mgmt.c | 42 if (!api->set_config) { in ethernet_set_config() 222 return api->set_config(net_if_get_device(iface), type, &config); in ethernet_set_config()
|
D | ethernet.c | 212 if (!api || !api->set_config) { in ethernet_mcast_monitor_cb() 231 api->set_config(dev, ETHERNET_CONFIG_TYPE_FILTER, &cfg); in ethernet_mcast_monitor_cb()
|
/Zephyr-latest/tests/net/promiscuous/src/ |
D | main.c | 132 .set_config = eth_fake_set_config,
|
/Zephyr-latest/tests/net/bridge/src/ |
D | main.c | 125 .set_config = eth_fake_set_config,
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | cooked.c | 282 .set_config = interface_set_config,
|
/Zephyr-latest/tests/net/socket/net_mgmt/src/ |
D | main.c | 233 .set_config = eth_fake_set_config,
|
/Zephyr-latest/subsys/net/l2/virtual/ipip/ |
D | ipip.c | 613 .set_config = interface_set_config,
|
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/ |
D | eth_nxp_enet_qos_mac.c | 621 .set_config = eth_nxp_enet_qos_set_config,
|