Searched refs:set_config (Results 1 – 16 of 16) sorted by relevance
/Zephyr-Core-2.7.6/samples/subsys/display/grove_display/src/ |
D | main.c | 41 uint8_t set_config; in main() local 53 set_config = GLCD_FS_ROWS_2 in main() 57 glcd_function_set(glcd, set_config); in main() 59 set_config = GLCD_DS_DISPLAY_ON | GLCD_DS_CURSOR_ON | GLCD_DS_BLINK_ON; in main() 61 glcd_display_state_set(glcd, set_config); in main()
|
/Zephyr-Core-2.7.6/subsys/net/l2/virtual/ |
D | virtual_mgmt.c | 31 if (!api->set_config) { in virtual_interface_set_config() 61 return api->set_config(iface, type, &config); in virtual_interface_set_config()
|
/Zephyr-Core-2.7.6/include/net/ |
D | virtual.h | 108 int (*set_config)(struct net_if *iface, member
|
D | ethernet.h | 420 int (*set_config)(const struct device *dev, member
|
/Zephyr-Core-2.7.6/drivers/ethernet/ |
D | eth_native_posix.c | 536 static int set_config(const struct device *dev, in set_config() function 608 .set_config = set_config,
|
D | eth_w5500.c | 398 .set_config = w5500_set_config,
|
D | eth_stm32_hal.c | 860 .set_config = eth_stm32_hal_set_config,
|
D | eth_mcux.c | 1143 .set_config = eth_mcux_set_config,
|
D | eth_sam_gmac.c | 2150 .set_config = eth_sam_gmac_set_config,
|
/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/ |
D | ethernet_mgmt.c | 42 if (!api->set_config) { in ethernet_set_config() 201 return api->set_config(net_if_get_device(iface), type, &config); in ethernet_set_config()
|
/Zephyr-Core-2.7.6/tests/net/promiscuous/src/ |
D | main.c | 132 .set_config = eth_fake_set_config,
|
/Zephyr-Core-2.7.6/tests/net/bridge/src/ |
D | main.c | 120 .set_config = eth_fake_set_config,
|
/Zephyr-Core-2.7.6/tests/net/socket/net_mgmt/src/ |
D | main.c | 233 .set_config = eth_fake_set_config,
|
/Zephyr-Core-2.7.6/subsys/net/l2/virtual/ipip/ |
D | ipip.c | 557 .set_config = interface_set_config,
|
/Zephyr-Core-2.7.6/tests/net/iface/src/ |
D | main.c | 251 .set_config = eth_fake_set_config,
|
/Zephyr-Core-2.7.6/tests/net/ethernet_mgmt/src/ |
D | main.c | 508 .set_config = eth_fake_set_config,
|