/Zephyr-latest/subsys/net/l2/ppp/ |
D | ppp_l2.c | 312 static int ppp_enable(struct net_if *iface, bool state) in ppp_enable()
|
/Zephyr-latest/drivers/ethernet/nxp_imx_netc/ |
D | dsa_nxp_imx_netc.c | 131 static void netc_eth_phylink_callback(const struct device *dev, struct phy_link_state *state, in netc_eth_phylink_callback()
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | main.c | 113 struct getopt_state *state; in cmd_demo_getopt_ts() local
|
/Zephyr-latest/drivers/net/ |
D | ppp.c | 114 enum ppp_driver_state state; member 357 static const char *ppp_driver_state_str(enum ppp_driver_state state) in ppp_driver_state_str()
|
/Zephyr-latest/drivers/can/ |
D | can_shell.c | 238 static const char *can_shell_state_to_string(enum can_state state) in can_shell_state_to_string() 331 enum can_state state; in cmd_can_show() local
|
D | can_handlers.c | 241 static inline int z_vrfy_can_get_state(const struct device *dev, enum can_state *state, in z_vrfy_can_get_state()
|
D | can_mcan.c | 462 enum can_state state; in can_mcan_state_change_handler() local 848 int can_mcan_get_state(const struct device *dev, enum can_state *state, in can_mcan_get_state()
|
D | can_mcp2515.c | 712 static int mcp2515_get_state(const struct device *dev, enum can_state *state, in mcp2515_get_state() 774 enum can_state state; in mcp2515_handle_errors() local
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | media_proxy.c | 540 static void mcc_read_media_state_cb(struct bt_conn *conn, int err, uint8_t state) in mcc_read_media_state_cb() 1570 const uint8_t state = mprx.local_player.calls->get_media_state(); in media_proxy_ctrl_get_media_state() local 2101 void media_proxy_pl_media_state_cb(uint8_t state) in media_proxy_pl_media_state_cb()
|
/Zephyr-latest/subsys/shell/ |
D | shell.c | 46 enum shell_receive_state state) in receive_state_change() 97 static inline void state_set(const struct shell *sh, enum shell_state state) in state_set() 1483 enum shell_state state = state_get(sh); in shell_stop() local
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn_iso_types.h | 79 uint8_t state:3; /* CIG_STATE_NO_CIG, CIG_STATE_CONFIGURABLE (central only), member
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_internal.h | 117 struct bt_gatt_ots_object_state state; member
|
/Zephyr-latest/subsys/dfu/boot/ |
D | mcuboot.c | 297 struct boot_swap_state state; in boot_is_img_confirmed() local
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_nrfx_twis.c | 71 enum pm_device_state state; in shim_nrf_twis_is_resumed() local
|
D | i2c_omap.c | 332 static void i2c_omap_set_sda(void *io_context, int state) in i2c_omap_set_sda() 352 static void i2c_omap_set_scl(void *io_context, int state) in i2c_omap_set_scl()
|
D | i2c_dw.h | 119 volatile uint8_t state; /* last direction of transfer */ member
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_esp32.c | 190 struct phy_link_state *state, in phy_link_state_changed()
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/ |
D | main.c | 359 uint8_t state; in gen_onoff_status() local
|
/Zephyr-latest/tests/drivers/input/kbd_matrix/src/ |
D | main.c | 23 } state; variable
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_obj_swmgmt.c | 206 static void set_sw_update_state(struct lwm2m_swmgmt_data *instance, uint8_t state) in set_sw_update_state() 232 static void set_sw_update_act_state(struct lwm2m_swmgmt_data *instance, bool state) in set_sw_update_act_state()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | dfu_cli.h | 199 uint8_t state; member
|
/Zephyr-latest/drivers/pcie/host/ |
D | controller.c | 350 struct pcie_bus_state stack[MAX_TRAVERSE_STACK], *state; in pcie_generic_ctrl_enumerate() local
|
/Zephyr-latest/drivers/charger/ |
D | charger_bq24190.c | 32 enum charger_status state; member
|
/Zephyr-latest/kernel/ |
D | queue.c | 87 static inline bool handle_poll_events(struct k_queue *queue, uint32_t state) in handle_poll_events()
|
/Zephyr-latest/include/zephyr/net/ |
D | phy.h | 234 static inline int phy_get_link_state(const struct device *dev, struct phy_link_state *state) in phy_get_link_state()
|