| /Zephyr-4.1.0/subsys/net/l2/wifi/ |
| D | wifi_utils.c | 127 uint8_t *chan_idx) in wifi_utils_get_all_chans_in_range() argument 153 idx = *chan_idx; in wifi_utils_get_all_chans_in_range() 161 *chan_idx = idx; in wifi_utils_get_all_chans_in_range() 165 idx = *chan_idx; in wifi_utils_get_all_chans_in_range() 184 *chan_idx = idx; in wifi_utils_get_all_chans_in_range() 191 idx = *chan_idx; in wifi_utils_get_all_chans_in_range() 203 *chan_idx = idx; in wifi_utils_get_all_chans_in_range() 318 uint8_t chan_idx = 0; in wifi_utils_parse_scan_chan() local 387 &chan_idx)) { in wifi_utils_parse_scan_chan() 392 if (chan_idx > max_channels) { in wifi_utils_parse_scan_chan() [all …]
|
| /Zephyr-4.1.0/tests/drivers/sensor/bmi160/src/ |
| D | i2c.c | 47 for (int chan_idx = 0; chan_idx < ARRAY_SIZE(channels); ++chan_idx) { in ZTEST_USER_F() local 48 zassert_equal(-EIO, sensor_attr_get(fixture->dev_i2c, channels[chan_idx], in ZTEST_USER_F()
|
| D | spi.c | 47 for (int chan_idx = 0; chan_idx < ARRAY_SIZE(channels); ++chan_idx) { in ZTEST_USER_F() local 48 zassert_equal(-EIO, sensor_attr_get(fixture->dev_spi, channels[chan_idx], in ZTEST_USER_F()
|
| D | fixture.c | 36 struct sensor_chan_spec chan_spec = {.chan_type = values[i].channel, .chan_idx = 0}; in sensor_bmi160_setup_emulator()
|
| /Zephyr-4.1.0/drivers/sensor/ |
| D | default_rtio_sensor.c | 192 channels[i].chan_type, channels[i].chan_idx); in sensor_submit_fallback_sync() 339 .chan_idx = channel.chan_idx, in get_frame_count() 343 .chan_idx = channel.chan_idx, in get_frame_count() 347 .chan_idx = channel.chan_idx, in get_frame_count() 504 chan_spec.chan_idx); in decode() 509 chan_spec.chan_idx); in decode() 514 chan_spec.chan_idx); in decode() 519 chan_spec.chan_idx); in decode()
|
| D | sensor_shell.c | 371 sensor_channel_name[ch.chan_type], ch.chan_idx); in sensor_shell_processing_callback() 380 ch.chan_type, ch.chan_idx, base_size, in sensor_shell_processing_callback() 387 frame_count, sensor_channel_name[ch.chan_type], ch.chan_idx); in sensor_shell_processing_callback() 470 ch.chan_idx, data->shift, accumulator_buffer.count, in sensor_shell_processing_callback() 491 ch.chan_idx, accumulator_buffer.count, in sensor_shell_processing_callback() 516 ch.chan_idx, in sensor_shell_processing_callback() 521 ++ch.chan_idx; in sensor_shell_processing_callback() 523 ch.chan_idx = 0; in sensor_shell_processing_callback()
|
| /Zephyr-4.1.0/samples/subsys/zbus/remote_mock/src/ |
| D | mock_proxy.c | 51 static const struct zbus_channel *decoder(uint8_t chan_idx) in decoder() argument 53 if (chan_idx == 1) { in decoder() 55 } else if (chan_idx == 2) { in decoder()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/l2cap/general/src/ |
| D | main_l2cap_ecred.c | 370 static void send_sdu(int iteration, int chan_idx, int bytes) in send_sdu() argument 372 struct bt_l2cap_chan *chan = &channels[chan_idx].le.chan; in send_sdu() 376 sys_put_le32(iteration, channels[chan_idx].payload); in send_sdu() 378 if (channels[chan_idx].buf != 0) { in send_sdu() 383 if (chan_idx == 0) { in send_sdu() 390 TEST_FAIL("Failed to get buff on ch %i, iteration %i should never happen", chan_idx, in send_sdu() 391 chan_idx); in send_sdu() 394 channels[chan_idx].buf = buf; in send_sdu() 396 net_buf_add_mem(buf, channels[chan_idx].payload, bytes); in send_sdu() 398 LOG_DBG("bt_l2cap_chan_sending ch: %i bytes: %i iteration: %i", chan_idx, bytes, iteration); in send_sdu() [all …]
|
| /Zephyr-4.1.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
| D | lll_df.c | 221 uint8_t chan_idx, bool cte_info_in_s1, uint8_t phy) in lll_df_conf_cte_rx_enable() argument 248 node_rx->chan_idx = chan_idx; in lll_df_conf_cte_rx_enable()
|
| D | lll_adv_sync.c | 376 lll_chan_set(aux_ptr->chan_idx); 507 uint8_t chan_idx; local 515 chan_idx = lll_chan_sel_2(lll->data_chan_counter, lll->data_chan_id, 523 aux_ptr->chan_idx = chan_idx;
|
| D | lll_adv_aux.c | 132 uint8_t chan_idx; in prepare_cb() local 155 chan_idx = lll_chan_sel_2(lll->data_chan_counter, aux->data_chan_id, in prepare_cb() 183 chan_idx = aux_ptr->chan_idx; in prepare_cb() 212 lll_chan_set(chan_idx); in prepare_cb() 468 lll_chan_set(aux_ptr->chan_idx); in isr_tx_chain() 550 uint8_t chan_idx; in aux_ptr_chan_idx_set() local 559 chan_idx = lll_chan_sel_2(lll->data_chan_counter, aux->data_chan_id, in aux_ptr_chan_idx_set() 567 aux_ptr->chan_idx = chan_idx; in aux_ptr_chan_idx_set()
|
| D | lll_sync.c | 52 static int prepare_cb_common(struct lll_prepare_param *p, uint8_t chan_idx); 269 uint8_t chan_idx; in create_prepare_cb() local 285 chan_idx = data_channel_calc(lll); in create_prepare_cb() 290 err = prepare_cb_common(p, chan_idx); in create_prepare_cb() 315 cfg->ant_ids, chan_idx, in create_prepare_cb() 357 uint8_t chan_idx; in prepare_cb() local 373 chan_idx = data_channel_calc(lll); in prepare_cb() 378 err = prepare_cb_common(p, chan_idx); in prepare_cb() 400 cfg->ant_ids, chan_idx, in prepare_cb() 431 static int prepare_cb_common(struct lll_prepare_param *p, uint8_t chan_idx) in prepare_cb_common() argument [all …]
|
| D | lll_df_internal.h | 59 uint8_t chan_idx, bool cte_info_in_s1, uint8_t phy);
|
| D | lll_df_types.h | 109 uint8_t chan_idx; member
|
| /Zephyr-4.1.0/include/zephyr/bluetooth/ |
| D | direction.h | 117 uint8_t chan_idx; member 171 uint8_t chan_idx; member
|
| /Zephyr-4.1.0/drivers/sensor/amd_sb_tsi/ |
| D | sb_tsi_emul.c | 110 if (ch.chan_type != SENSOR_CHAN_AMBIENT_TEMP && ch.chan_idx != 0) { in sb_tsi_emul_set_channel() 127 if (ch.chan_type != SENSOR_CHAN_AMBIENT_TEMP || ch.chan_idx != 0) { in sb_tsi_emul_get_sample_range()
|
| /Zephyr-4.1.0/subsys/bluetooth/controller/ll_sw/ |
| D | lll_chan.c | 103 uint8_t chan_idx; in lll_chan_iso_event() local 108 chan_idx = prn_e % 37; in lll_chan_iso_event() 110 if ((chan_map[chan_idx >> 3] & (1 << (chan_idx % 8))) == 0U) { in lll_chan_iso_event() 112 chan_idx = chan_sel_remap(chan_map, *remap_idx); in lll_chan_iso_event() 115 *remap_idx = chan_sel_remap_index(chan_map, chan_idx); in lll_chan_iso_event() 118 return chan_idx; in lll_chan_iso_event()
|
| /Zephyr-4.1.0/drivers/sensor/pixart/paa3905/ |
| D | paa3905_decoder.c | 86 if (chan_spec.chan_idx != 0) { in paa3905_decoder_get_frame_count() 142 if (max_count == 0 || chan_spec.chan_idx != 0) { in paa3905_decoder_decode()
|
| /Zephyr-4.1.0/drivers/sensor/bosch/bma4xx/ |
| D | bma4xx.c | 384 if (channels[i].chan_idx != 0) { in bma4xx_submit_one_shot() 409 channels[i].chan_type, channels[i].chan_idx); in bma4xx_submit_one_shot() 476 if (ch.chan_idx != 0) { in bma4xx_decoder_get_frame_count() 606 if (max_count == 0 || ch.chan_idx != 0) { in bma4xx_one_shot_decode() 624 .chan_idx = 0}, in bma4xx_one_shot_decode()
|
| /Zephyr-4.1.0/drivers/wifi/nrf_wifi/src/ |
| D | fmac_main.c | 320 int chan_idx = 0; in nrf_wifi_reg_domain() local 383 for (chan_idx = 0; chan_idx < reg_domain_info.reg_chan_count; chan_idx++) { in nrf_wifi_reg_domain() 384 chan_info = &(reg_domain->chan_info[chan_idx]); in nrf_wifi_reg_domain() 385 reg_domain_chan_info = &(reg_domain_info.reg_chan_info[chan_idx]); in nrf_wifi_reg_domain()
|
| /Zephyr-4.1.0/tests/subsys/zbus/unittests/src/ |
| D | main.c | 390 int *chan_idx = user_data; in check_chan_iterator() local 392 LOG_DBG("Idx %d - Channel %s", *chan_idx, chan->name); in check_chan_iterator() 394 switch (*chan_idx) { in check_chan_iterator() 428 ++(*chan_idx); in check_chan_iterator() 519 int chan_idx = 0; in ZTEST() local 522 zbus_iterate_over_channels_with_user_data(check_chan_iterator, &chan_idx), in ZTEST()
|
| /Zephyr-4.1.0/tests/drivers/build_all/sensor/src/ |
| D | generic_test.c | 114 struct sensor_chan_spec ch_spec = {.chan_type = ch, .chan_idx = 0}; in run_generic_test() 170 ch_spec.chan_idx, rv, iteration + 1, in run_generic_test()
|
| /Zephyr-4.1.0/subsys/bluetooth/host/ |
| D | direction.c | 404 report->chan_idx = evt->chan_idx; in hci_df_prepare_connectionless_iq_report() 452 report->chan_idx = evt->chan_idx; in hci_df_vs_prepare_connectionless_iq_report() 703 report->chan_idx = evt->data_chan_idx; in hci_df_prepare_connection_iq_report() 705 report->chan_idx = evt->data_chan_idx; in hci_df_prepare_connection_iq_report() 755 report->chan_idx = evt->data_chan_idx; in hci_df_vs_prepare_connection_iq_report() 757 report->chan_idx = evt->data_chan_idx; in hci_df_vs_prepare_connection_iq_report()
|
| /Zephyr-4.1.0/drivers/sensor/bosch/bme280/ |
| D | bme280_decoder.c | 15 if (chan_spec.chan_idx != 0) { in bme280_decoder_get_frame_count()
|
| /Zephyr-4.1.0/drivers/sensor/adi/adxl345/ |
| D | adxl345_decoder.c | 111 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in adxl345_decode_stream() 177 if (chan_spec.chan_idx != 0) { in adxl345_decoder_get_frame_count()
|