Home
last modified time | relevance | path

Searched refs:set_config (Results 1 – 25 of 43) sorted by relevance

12

/Zephyr-latest/include/zephyr/mgmt/hawkbit/
Dconfig.h67 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/
Dmain.c41 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/
Dvirtual_mgmt.c31 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/
Deth_test.c117 .set_config = vnd_ethernet_set_config,
Deth_native_posix.c411 static int set_config(const struct device *dev, in set_config() function
465 .set_config = set_config,
Deth_nxp_s32_netc_vsi.c76 .set_config = nxp_s32_eth_set_config,
Deth_nxp_imx_netc_psi.c120 .set_config = netc_eth_set_config,
Deth_litex_liteeth.c297 .set_config = eth_set_config,
Deth_esp32.c391 .set_config = eth_esp32_set_config,
Deth_nxp_s32_netc_psi.c215 .set_config = nxp_s32_eth_set_config,
Deth_w5500.c465 .set_config = w5500_set_config,
Deth_dwmac.c622 .set_config = dwmac_set_config,
Deth_lan865x.c578 .set_config = lan865x_set_config,
Deth_lan9250.c652 .set_config = lan9250_set_config,
Deth_numaker.c557 .set_config = numaker_eth_set_config,
/Zephyr-latest/include/zephyr/net/
Dvirtual.h121 int (*set_config)(struct net_if *iface, member
Dethernet.h559 int (*set_config)(const struct device *dev, member
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet_mgmt.c42 if (!api->set_config) { in ethernet_set_config()
222 return api->set_config(net_if_get_device(iface), type, &config); in ethernet_set_config()
Dethernet.c212 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/
Dmain.c132 .set_config = eth_fake_set_config,
/Zephyr-latest/tests/net/bridge/src/
Dmain.c125 .set_config = eth_fake_set_config,
/Zephyr-latest/subsys/net/lib/capture/
Dcooked.c282 .set_config = interface_set_config,
/Zephyr-latest/tests/net/socket/net_mgmt/src/
Dmain.c233 .set_config = eth_fake_set_config,
/Zephyr-latest/subsys/net/l2/virtual/ipip/
Dipip.c613 .set_config = interface_set_config,
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
Deth_nxp_enet_qos_mac.c621 .set_config = eth_nxp_enet_qos_set_config,

12