Home
last modified time | relevance | path

Searched defs:info (Results 1 – 25 of 226) sorted by relevance

12345678910

/Zephyr-Core-3.5.0/drivers/counter/
Dcounter_mcux_lpc_rtc.c25 struct counter_config_info info; member
34 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_start() local
45 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_stop() local
59 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_read() local
77 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_set_alarm() local
131 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_set_top_value() local
155 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_get_pending_int() local
164 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_get_top_value() local
171 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_isr() local
207 const struct counter_config_info *info = dev->config; in mcux_lpc_rtc_init() local
Dcounter_mcux_rtc.c27 struct counter_config_info info; member
34 const struct counter_config_info *info = dev->config; in mcux_rtc_start() local
49 const struct counter_config_info *info = dev->config; in mcux_rtc_stop() local
67 const struct counter_config_info *info = dev->config; in mcux_rtc_read() local
96 const struct counter_config_info *info = dev->config; in mcux_rtc_set_alarm() local
150 const struct counter_config_info *info = dev->config; in mcux_rtc_set_top_value() local
174 const struct counter_config_info *info = dev->config; in mcux_rtc_get_pending_int() local
183 const struct counter_config_info *info = dev->config; in mcux_rtc_get_top_value() local
190 const struct counter_config_info *info = dev->config; in mcux_rtc_isr() local
231 const struct counter_config_info *info = dev->config; in mcux_rtc_init() local
/Zephyr-Core-3.5.0/samples/subsys/sensing/simple/src/
Dmain.c17 const struct sensing_sensor_info *info = sensing_get_sensor_info(handle); in acc_data_event_callback() local
35 const struct sensing_sensor_info *info; in main() local
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_past/src/
Dmain.c19 struct bt_le_per_adv_sync_synced_info *info) in sync_cb()
42 const struct bt_le_per_adv_sync_term_info *info) in term_cb()
55 const struct bt_le_per_adv_sync_recv_info *info, in recv_cb()
/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v1/
Dcmsis_msgq.c32 osStatus osMessagePut(osMessageQId queue_id, uint32_t info, uint32_t millisec) in osMessagePut()
65 uint32_t info; in osMessageGet() local
/Zephyr-Core-3.5.0/drivers/spi/
Dspi_dw.c63 const struct spi_dw_config *info = dev->config; in completed() local
95 const struct spi_dw_config *info = dev->config; in push_data() local
164 const struct spi_dw_config *info = dev->config; in pull_data() local
203 static int spi_dw_configure(const struct spi_dw_config *info, in spi_dw_configure()
324 static void spi_dw_update_txftlr(const struct spi_dw_config *info, in spi_dw_update_txftlr()
351 const struct spi_dw_config *info = dev->config; in transceive() local
496 const struct spi_dw_config *info = dev->config; in spi_dw_isr() local
536 const struct spi_dw_config *info = dev->config; in spi_dw_init() local
Dspi_oc_simple.c33 static int spi_oc_simple_configure(const struct spi_oc_simple_cfg *info, in spi_oc_simple_configure()
97 const struct spi_oc_simple_cfg *info = dev->config; in spi_oc_simple_transceive() local
193 const struct spi_oc_simple_cfg *info = dev->config; in spi_oc_simple_init() local
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync/src/
Dmain.c71 static void scan_recv(const struct bt_le_scan_recv_info *info, in scan_recv()
109 struct bt_le_per_adv_sync_synced_info *info) in sync_cb()
124 const struct bt_le_per_adv_sync_term_info *info) in term_cb()
137 const struct bt_le_per_adv_sync_recv_info *info, in recv_cb()
/Zephyr-Core-3.5.0/samples/drivers/led_lp50xx/src/
Dmain.c47 static int prepare_color_buffer(const struct led_info *info, uint8_t *buf, in prepare_color_buffer()
81 const struct led_info *info; in run_led_test() local
176 const struct led_info *info; in run_channel_test() local
285 const struct led_info *info; in run_test() local
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync_conn/src/
Dmain.c24 static void sync_cb(struct bt_le_per_adv_sync *sync, struct bt_le_per_adv_sync_synced_info *info) in sync_cb()
47 const struct bt_le_per_adv_sync_term_info *info) in term_cb()
61 const struct bt_le_per_adv_sync_recv_info *info, struct net_buf_simple *buf) in recv_cb()
157 static void scan_recv(const struct bt_le_scan_recv_info *info, struct net_buf_simple *buf) in scan_recv()
/Zephyr-Core-3.5.0/subsys/net/ip/
Dnet_mgmt.c23 uint8_t info[NET_EVENT_INFO_MAX_SIZE]; member
53 const void *info, size_t length) in mgmt_push_event()
217 const void **info, in mgmt_event_wait_call()
296 const void *info, size_t length) in net_mgmt_event_notify_with_info()
311 const void **info, in net_mgmt_event_wait()
323 const void **info, in net_mgmt_event_wait_on_iface()
/Zephyr-Core-3.5.0/drivers/ipm/
Dipm_sedi.c80 const struct ipm_sedi_config_t *info = dev->config; in ipm_init() local
100 const struct ipm_sedi_config_t *info = dev->config; in ipm_send_isr() local
121 const struct ipm_sedi_config_t *info = dev->config; in ipm_sedi_send() local
218 const struct ipm_sedi_config_t *info = dev->config; in ipm_sedi_complete() local
245 const struct ipm_sedi_config_t *info = dev->config; in ipm_sedi_set_enable() local
/Zephyr-Core-3.5.0/samples/bluetooth/central_past/src/
Dmain.c53 static void scan_recv(const struct bt_le_scan_recv_info *info, in scan_recv()
184 struct bt_le_per_adv_sync_synced_info *info) in sync_cb()
199 const struct bt_le_per_adv_sync_term_info *info) in term_cb()
210 const struct bt_le_per_adv_sync_recv_info *info, in recv_cb()
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_bmr/src/
Dbap_broadcast_sink.c81 const struct bt_iso_recv_info *info, in stream_recv_cb()
121 static void sync_broadcast_pa(const struct bt_le_scan_recv_info *info, in sync_broadcast_pa()
190 static void broadcast_scan_recv(const struct bt_le_scan_recv_info *info, in broadcast_scan_recv()
248 const struct bt_le_per_adv_sync_recv_info *info, in broadcast_pa_recv()
270 struct bt_le_per_adv_sync_synced_info *info) in broadcast_pa_synced()
281 const struct bt_le_per_adv_sync_term_info *info) in broadcast_pa_terminated()
/Zephyr-Core-3.5.0/drivers/flash/
Dflash_page_layout.c12 uint32_t index, struct flash_pages_info *info) in flash_get_page_info()
46 struct flash_pages_info *info) in z_impl_flash_get_page_info_by_offs()
53 struct flash_pages_info *info) in z_impl_flash_get_page_info_by_idx()
/Zephyr-Core-3.5.0/tests/posix/common/src/
Duname.c12 struct utsname info; in ZTEST() local
/Zephyr-Core-3.5.0/samples/bluetooth/iso_receive/src/
Dmain.c95 static void scan_recv(const struct bt_le_scan_recv_info *info, in scan_recv()
134 struct bt_le_per_adv_sync_synced_info *info) in sync_cb()
149 const struct bt_le_per_adv_sync_term_info *info) in term_cb()
163 const struct bt_le_per_adv_sync_recv_info *info, in recv_cb()
211 static void iso_recv(struct bt_iso_chan *chan, const struct bt_iso_recv_info *info, in iso_recv()
/Zephyr-Core-3.5.0/samples/posix/uname/src/
Dmain.c16 struct utsname info; in main() local
48 struct utsname info; in uname_cmd_handler() local
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/adv/periodic/src/
Dper_adv_syncer.c77 static void scan_recv(const struct bt_le_scan_recv_info *info, in scan_recv()
111 struct bt_le_per_adv_sync_synced_info *info) in sync_cb()
126 const struct bt_le_per_adv_sync_term_info *info) in term_cb()
139 const struct bt_le_per_adv_sync_recv_info *info, in recv_cb()
/Zephyr-Core-3.5.0/subsys/testsuite/coverage/
Dcoverage.c22 void __gcov_init(struct gcov_info *info) in __gcov_init()
58 size_t calculate_buff_size(struct gcov_info *info) in calculate_buff_size()
112 size_t populate_buffer(uint8_t *buffer, struct gcov_info *info) in populate_buffer()
/Zephyr-Core-3.5.0/tests/bluetooth/audio/mocks/include/
Dconn.h14 struct bt_conn_info info; member
/Zephyr-Core-3.5.0/arch/arm64/core/xen/
Denlighten.c48 shared_info_t *info = (shared_info_t *) shared_info_buf; in xen_enlighten_init() local
/Zephyr-Core-3.5.0/tests/bluetooth/host/keys/bt_keys_foreach_bond/src/
Dmain.c45 static void bt_foreach_bond_unreachable_cb(const struct bt_bond_info *info, void *user_data) in bt_foreach_bond_unreachable_cb()
93 static void bt_foreach_bond_expected_cb(const struct bt_bond_info *info, void *user_data) in bt_foreach_bond_expected_cb()
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dgatt_cli.c176 struct bt_conn_info info; in gatt_connected() local
215 struct bt_conn_info info; in gatt_disconnected() local
271 static void gatt_advertising_recv(const struct bt_le_scan_recv_info *info, in gatt_advertising_recv()
298 static void scan_recv(const struct bt_le_scan_recv_info *info, in scan_recv()
/Zephyr-Core-3.5.0/subsys/net/l2/ppp/
Doptions.c218 const struct ppp_my_option_info *info; in ppp_my_options_add() local
268 const struct ppp_my_option_info **info, in ppp_my_option_get()
289 const struct ppp_my_option_info *info; in ppp_my_option_parse() local
317 const struct ppp_my_option_info *info, in ppp_my_option_parse_conf_ack()
339 const struct ppp_my_option_info *info, in ppp_my_option_parse_conf_nak()
355 const struct ppp_my_option_info *info, in ppp_my_option_parse_conf_rej()
373 const struct ppp_my_option_info *info; in ppp_my_option_flags() local

12345678910