/Zephyr-latest/tests/drivers/uart/uart_emul/src/ |
D | device.c | 291 static int uart_dummy_emul_init(const struct emul *target, const struct device *parent) in uart_dummy_emul_init()
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_pca9420.c | 139 const struct device *parent; member 529 #define REGULATOR_PCA9420_DEFINE_COND(inst, child, parent) \ argument
|
/Zephyr-latest/lib/net_buf/ |
D | buf.c | 553 void net_buf_frag_insert(struct net_buf *parent, struct net_buf *frag) in net_buf_frag_insert() 579 struct net_buf *net_buf_frag_del_debug(struct net_buf *parent, in net_buf_frag_del_debug()
|
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/ |
D | emul_sbs_gauge.c | 355 static int emul_sbs_sbs_gauge_init(const struct emul *target, const struct device *parent) in emul_sbs_sbs_gauge_init()
|
/Zephyr-latest/kernel/ |
D | userspace.c | 113 struct k_thread *parent; member 601 void k_thread_perms_inherit(struct k_thread *parent, struct k_thread *child) in k_thread_perms_inherit()
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | icm42688_emul.c | 107 static int icm42688_emul_init(const struct emul *target, const struct device *parent) in icm42688_emul_init()
|
/Zephyr-latest/subsys/retention/ |
D | retention.c | 52 const struct device *parent; member
|
/Zephyr-latest/drivers/sensor/bosch/bmi160/ |
D | emul_bmi160.c | 584 static int emul_bosch_bmi160_init(const struct emul *target, const struct device *parent) in emul_bosch_bmi160_init()
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_common.c | 842 struct net_buf *const parent, in udc_ctrl_alloc_stage() 878 struct net_buf *const parent, in udc_ctrl_alloc_status()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_scan_aux.c | 2446 static void scan_aux_stop_all_chains_for_parent(void *parent) in scan_aux_stop_all_chains_for_parent() 2533 int ull_scan_aux_stop(void *parent) in ull_scan_aux_stop()
|
D | lll.h | 238 void *parent; member 568 static inline void lll_hdr_init(void *lll, void *parent) in lll_hdr_init()
|
D | ull_scan.c | 690 void *parent; local
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_inet.c | 188 struct net_context *parent = user_data; in zsock_accepted_cb() local 437 int zsock_accept_ctx(struct net_context *parent, struct sockaddr *addr, in zsock_accept_ctx()
|
D | sockets_tls.c | 2210 int ztls_accept_ctx(struct tls_context *parent, struct sockaddr *addr, in ztls_accept_ctx()
|
/Zephyr-latest/tests/drivers/regulator/api/src/ |
D | main.c | 12 static const struct device *const parent = DEVICE_DT_GET(DT_NODELABEL(regulator)); variable
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_rpi_pico.c | 176 enum rpi_pico_clkid parent; member
|
/Zephyr-latest/drivers/espi/ |
D | espi_mchp_xec_host_v2.c | 83 const struct device *parent; member
|
/Zephyr-latest/subsys/shell/ |
D | shell.c | 632 const struct shell_static_entry *parent = selected_cmd_get(sh); in execute() local
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 2339 #define TEST_FUNC(parent) { /* No operation */ } in ZTEST() argument 2340 #define TEST_FUNC_AND_COMMA(parent) TEST_FUNC(parent), in ZTEST() argument
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 1109 def parent(self) -> Optional['Node']: member in Node
|
/Zephyr-latest/subsys/net/ip/ |
D | net_pkt.c | 706 struct net_buf *parent,
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 2894 def _parse_block(self, end_token, parent, prev): argument
|
/Zephyr-latest/include/zephyr/net/ |
D | net_pkt.h | 1602 #define net_pkt_frag_del(pkt, parent, frag) \ argument
|