Home
last modified time | relevance | path

Searched refs:ch_idx (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/staging/most/i2c/
H A Di2c.c67 int ch_idx, in configure_channel() argument
74 BUG_ON(ch_idx < 0 || ch_idx >= NUM_CHANNELS); in configure_channel()
77 pr_err("bad data type for channel %d\n", ch_idx); in configure_channel()
81 if (channel_config->direction != dev->capabilities[ch_idx].direction) { in configure_channel()
82 pr_err("bad direction for channel %d\n", ch_idx); in configure_channel()
123 int ch_idx, struct mbo *mbo) in enqueue() argument
128 BUG_ON(ch_idx < 0 || ch_idx >= NUM_CHANNELS); in enqueue()
130 if (ch_idx == CH_RX) { in enqueue()
168 int ch_idx) in poison_channel() argument
173 BUG_ON(ch_idx < 0 || ch_idx >= NUM_CHANNELS); in poison_channel()
[all …]
/linux/drivers/staging/most/dim2/
H A Ddim2.c262 static void service_done_flag(struct dim2_hdm *dev, int ch_idx) in service_done_flag() argument
264 struct hdm_channel *hdm_ch = dev->hch + ch_idx; in service_done_flag()
337 int ch_idx; in get_active_channels() local
339 for (ch_idx = 0; ch_idx < DMA_CHANNELS; ch_idx++) { in get_active_channels()
340 if (dev->hch[ch_idx].is_initialized) in get_active_channels()
341 buffer[idx++] = &dev->hch[ch_idx].ch; in get_active_channels()
368 int ch_idx; in dim2_task_irq() local
370 for (ch_idx = 0; ch_idx < DMA_CHANNELS; ch_idx++) { in dim2_task_irq()
371 if (!dev->hch[ch_idx].is_initialized) in dim2_task_irq()
375 dim_service_channel(&dev->hch[ch_idx].ch); in dim2_task_irq()
[all …]
/linux/drivers/iio/adc/
H A Dti-tsc2046.c241 static u8 tsc2046_adc_get_cmd(struct tsc2046_adc_priv *priv, int ch_idx, in tsc2046_adc_get_cmd() argument
255 switch (ch_idx) { in tsc2046_adc_get_cmd()
265 return TI_TSC2046_START | FIELD_PREP(TI_TSC2046_ADDR, ch_idx) | pd; in tsc2046_adc_get_cmd()
273 static int tsc2046_adc_read_one(struct tsc2046_adc_priv *priv, int ch_idx, in tsc2046_adc_read_one() argument
276 struct tsc2046_adc_ch_cfg *ch = &priv->ch_cfg[ch_idx]; in tsc2046_adc_read_one()
309 cmd = tsc2046_adc_get_cmd(priv, ch_idx, true); in tsc2046_adc_read_one()
315 tx_buf[i].cmd = tsc2046_adc_get_cmd(priv, ch_idx, false); in tsc2046_adc_read_one()
347 unsigned int ch_idx) in tsc2046_adc_group_set_layout() argument
349 struct tsc2046_adc_ch_cfg *ch = &priv->ch_cfg[ch_idx]; in tsc2046_adc_group_set_layout()
369 unsigned int group, int ch_idx) in tsc2046_adc_group_set_cmd() argument
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Deeprom.c335 int ch_idx; in iwl_eeprom_enh_txp_read_element() local
341 for (ch_idx = 0; ch_idx < n_channels; ch_idx++) { in iwl_eeprom_enh_txp_read_element()
342 struct ieee80211_channel *chan = &data->channels[ch_idx]; in iwl_eeprom_enh_txp_read_element()
511 ((eeprom_ch_info[ch_idx].flags & EEPROM_CHANNEL_##x) ? # x " " : "")
517 int band, ch_idx; in iwl_init_channel_map() local
534 for (ch_idx = 0; ch_idx < eeprom_ch_count; ch_idx++) { in iwl_init_channel_map()
537 eeprom_ch = &eeprom_ch_info[ch_idx]; in iwl_init_channel_map()
542 eeprom_ch_array[ch_idx], in iwl_init_channel_map()
543 eeprom_ch_info[ch_idx].flags, in iwl_init_channel_map()
551 channel->hw_value = eeprom_ch_array[ch_idx]; in iwl_init_channel_map()
[all …]
/linux/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c211 unsigned int ch_idx; member
656 ENETDMAC_CHANCFG_REG, iudma->ch_idx); in iudma_write()
706 int ch_idx = iudma->ch_idx; in iudma_reset_channel() local
712 usb_dmac_writel(udc, 0, ENETDMAC_CHANCFG_REG, ch_idx); in iudma_reset_channel()
714 while (usb_dmac_readl(udc, ENETDMAC_CHANCFG_REG, ch_idx) & in iudma_reset_channel()
724 ch_idx); in iudma_reset_channel()
729 ch_idx); in iudma_reset_channel()
731 ENETDMAC_CHANCFG_REG, ch_idx); in iudma_reset_channel()
734 usb_dmac_writel(udc, ~0, ENETDMAC_IR_REG, ch_idx); in iudma_reset_channel()
746 ENETDMAC_IRMASK_REG, ch_idx); in iudma_reset_channel()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c332 static u32 iwl_get_channel_flags(u8 ch_num, int ch_idx, enum nl80211_band band, in iwl_get_channel_flags() argument
343 if ((ch_idx - NUM_2GHZ_CHANNELS) % 2 == 0) in iwl_get_channel_flags()
383 static enum nl80211_band iwl_nl80211_band_from_channel_idx(int ch_idx) in iwl_nl80211_band_from_channel_idx() argument
385 if (ch_idx >= NUM_2GHZ_CHANNELS + NUM_5GHZ_CHANNELS) { in iwl_nl80211_band_from_channel_idx()
389 if (ch_idx >= NUM_2GHZ_CHANNELS) in iwl_nl80211_band_from_channel_idx()
402 int ch_idx; in iwl_init_channel_map() local
420 for (ch_idx = 0; ch_idx < num_of_ch; ch_idx++) { in iwl_init_channel_map()
422 iwl_nl80211_band_from_channel_idx(ch_idx); in iwl_init_channel_map()
426 __le32_to_cpup((const __le32 *)nvm_ch_flags + ch_idx); in iwl_init_channel_map()
429 __le16_to_cpup((const __le16 *)nvm_ch_flags + ch_idx); in iwl_init_channel_map()
[all …]
/linux/drivers/net/wireless/realtek/rtw88/
H A Dphy.c1508 int ch_idx; in rtw_channel_to_idx() local
1512 ch_idx = channel - 1; in rtw_channel_to_idx()
1516 for (ch_idx = 0; ch_idx < n_channel; ch_idx++) in rtw_channel_to_idx()
1517 if (rtw_channel_idx_5g[ch_idx] == channel) in rtw_channel_to_idx()
1523 if (ch_idx >= n_channel) in rtw_channel_to_idx()
1526 return ch_idx; in rtw_channel_to_idx()
1535 int ch_idx; in rtw_phy_set_tx_power_limit() local
1539 ch_idx = rtw_channel_to_idx(band, ch); in rtw_phy_set_tx_power_limit()
1542 rs >= RTW_RATE_SECTION_MAX || ch_idx < 0) { in rtw_phy_set_tx_power_limit()
1545 regd, band, bw, rs, ch_idx, pwr_limit); in rtw_phy_set_tx_power_limit()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dumc_v8_10.h55 #define SWIZZLE_MODE_TMP_ADDR(na, ch_num, ch_idx) \ argument
56 ((((na) >> 10) * (ch_num) + (ch_idx)) << 10)
/linux/drivers/staging/most/video/
H A Dvideo.c31 int ch_idx; member
98 ret = most_start_channel(mdev->iface, mdev->ch_idx, &comp); in comp_vdev_open()
140 most_stop_channel(mdev->iface, mdev->ch_idx, &comp); in comp_vdev_close()
375 if (mdev->iface == iface && mdev->ch_idx == channel_idx) { in get_comp_dev()
481 mdev->ch_idx = channel_idx; in comp_probe_channel()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c8770 u8 ch_idx; in rt2800_rxiq_calibration() local
8883 for (ch_idx = 0; ch_idx < 2; ch_idx = ch_idx + 1) { in rt2800_rxiq_calibration()
8884 if (ch_idx == 0) { in rt2800_rxiq_calibration()
9045 if (ch_idx == 0) { in rt2800_rxiq_calibration()
9348 static void rt2800_write_dc(struct rt2x00_dev *rt2x00dev, u8 ch_idx, u8 alc, u8 iorq, u8 dc) in rt2800_write_dc() argument
9356 if (ch_idx == 0) in rt2800_write_dc()
9366 static void rt2800_loft_search(struct rt2x00_dev *rt2x00dev, u8 ch_idx, in rt2800_loft_search() argument
9387 rt2800_write_dc(rt2x00dev, ch_idx, 0, iorq, idx0); in rt2800_loft_search()
9393 rt2800_write_dc(rt2x00dev, ch_idx, 0, iorq, idx1); in rt2800_loft_search()
9413 rt2800_write_dc(rt2x00dev, ch_idx, 0, iorq, idxf[iorq]); in rt2800_loft_search()
[all …]
/linux/drivers/hwmon/
H A Dmr75203.c316 u8 vm_idx, ch_idx; in pvt_read_in() local
323 ch_idx = pvt->vd[channel].ch_map; in pvt_read_in()
334 ret = regmap_read(v_map, VM_SDIF_DATA(vm_idx, ch_idx), &n); in pvt_read_in()
/linux/drivers/net/can/usb/etas_es58x/
H A Des58x_core.c2222 int ch_idx; in es58x_probe() local
2231 for (ch_idx = 0; ch_idx < es58x_dev->num_can_ch; ch_idx++) { in es58x_probe()
2232 int ret = es58x_init_netdev(es58x_dev, ch_idx); in es58x_probe()
/linux/drivers/bus/mhi/ep/
H A Dmain.c916 u32 ch_idx) in mhi_ep_queue_channel_db() argument
927 u32 ch_id = ch_idx + i; in mhi_ep_queue_channel_db()
955 u32 ch_int, ch_idx, i; in mhi_ep_check_channel_interrupt() local
962 ch_idx = i * MHI_MASK_CH_LEN; in mhi_ep_check_channel_interrupt()
967 mhi_ep_queue_channel_db(mhi_cntrl, ch_int, ch_idx); in mhi_ep_check_channel_interrupt()
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c2785 u16 ch_idx; in srp_abort() local
2791 ch_idx = blk_mq_unique_tag_to_hwq(tag); in srp_abort()
2792 if (WARN_ON_ONCE(ch_idx >= target->ch_count)) in srp_abort()
2794 ch = &target->ch[ch_idx]; in srp_abort()
3692 int ret, i, ch_idx; in add_target_store() local
3828 for (ch_idx = 0; ch_idx < target->ch_count; ++ch_idx) { in add_target_store()
3829 ch = &target->ch[ch_idx]; in add_target_store()
3831 ch->comp_vector = ch_idx % ibdev->num_comp_vectors; in add_target_store()
3854 ch_idx, in add_target_store()
3856 if (ch_idx == 0) { in add_target_store()
/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b_rfk.c3585 u8 ch_idx = _tssi_ch_to_idx(rtwdev, channel); in _tssi_alimentk() local
3600 if (tssi_info->check_backup_aligmk[path][ch_idx]) { in _tssi_alimentk()
3602 tssi_info->alignment_backup_by_ch[path][ch_idx][0]); in _tssi_alimentk()
3604 tssi_info->alignment_backup_by_ch[path][ch_idx][1]); in _tssi_alimentk()
3606 tssi_info->alignment_backup_by_ch[path][ch_idx][2]); in _tssi_alimentk()
3608 tssi_info->alignment_backup_by_ch[path][ch_idx][3]); in _tssi_alimentk()
3709 tssi_info->check_backup_aligmk[path][ch_idx] = true; in _tssi_alimentk()
3710 tssi_info->alignment_backup_by_ch[path][ch_idx][0] = in _tssi_alimentk()
3712 tssi_info->alignment_backup_by_ch[path][ch_idx][1] = in _tssi_alimentk()
3714 tssi_info->alignment_backup_by_ch[path][ch_idx][2] = in _tssi_alimentk()
[all …]
H A Dphy.c1954 u8 ch_idx = rtw89_channel_to_idx(rtwdev, band, ch); in rtw89_phy_read_txpwr_limit() local
1962 lmt = (*rule_2ghz->lmt)[bw][ntx][rs][bf][regd][ch_idx]; in rtw89_phy_read_txpwr_limit()
1966 lmt = (*rule_2ghz->lmt)[bw][ntx][rs][bf][RTW89_WW][ch_idx]; in rtw89_phy_read_txpwr_limit()
1969 lmt = (*rule_5ghz->lmt)[bw][ntx][rs][bf][regd][ch_idx]; in rtw89_phy_read_txpwr_limit()
1973 lmt = (*rule_5ghz->lmt)[bw][ntx][rs][bf][RTW89_WW][ch_idx]; in rtw89_phy_read_txpwr_limit()
1976 lmt = (*rule_6ghz->lmt)[bw][ntx][rs][bf][regd][reg6][ch_idx]; in rtw89_phy_read_txpwr_limit()
1982 [ch_idx]; in rtw89_phy_read_txpwr_limit()
2213 u8 ch_idx = rtw89_channel_to_idx(rtwdev, band, ch); in rtw89_phy_read_txpwr_limit_ru() local
2221 lmt_ru = (*rule_2ghz->lmt_ru)[ru][ntx][regd][ch_idx]; in rtw89_phy_read_txpwr_limit_ru()
2225 lmt_ru = (*rule_2ghz->lmt_ru)[ru][ntx][RTW89_WW][ch_idx]; in rtw89_phy_read_txpwr_limit_ru()
[all …]
H A Dfw.c8046 if (e->ch_idx >= RTW89_2G_CH_NUM) in fw_txpwr_lmt_2ghz_entry_valid()
8064 [entry.ch_idx] = entry.v; in rtw89_fw_load_txpwr_lmt_2ghz()
8086 if (e->ch_idx >= RTW89_5G_CH_NUM) in fw_txpwr_lmt_5ghz_entry_valid()
8104 [entry.ch_idx] = entry.v; in rtw89_fw_load_txpwr_lmt_5ghz()
8128 if (e->ch_idx >= RTW89_6G_CH_NUM) in fw_txpwr_lmt_6ghz_entry_valid()
8146 [entry.reg_6ghz_power][entry.ch_idx] = entry.v; in rtw89_fw_load_txpwr_lmt_6ghz()
8164 if (e->ch_idx >= RTW89_2G_CH_NUM) in fw_txpwr_lmt_ru_2ghz_entry_valid()
8181 data->v[entry.ru][entry.nt][entry.regd][entry.ch_idx] = entry.v; in rtw89_fw_load_txpwr_lmt_ru_2ghz()
8199 if (e->ch_idx >= RTW89_5G_CH_NUM) in fw_txpwr_lmt_ru_5ghz_entry_valid()
8216 data->v[entry.ru][entry.nt][entry.regd][entry.ch_idx] = entry.v; in rtw89_fw_load_txpwr_lmt_ru_5ghz()
[all …]
H A Dfw.h4701 u8 ch_idx; member
4712 u8 ch_idx; member
4724 u8 ch_idx; member
4733 u8 ch_idx; member
4742 u8 ch_idx; member
4752 u8 ch_idx; member
H A Drtw8852bt_rfk.c3663 u8 ch_idx = _tssi_ch_to_idx(rtwdev, channel); in _tssi_alimentk() local
3772 tssi_info->check_backup_aligmk[path][ch_idx] = true; in _tssi_alimentk()
3773 tssi_info->alignment_backup_by_ch[path][ch_idx][0] = in _tssi_alimentk()
3775 tssi_info->alignment_backup_by_ch[path][ch_idx][1] = in _tssi_alimentk()
3777 tssi_info->alignment_backup_by_ch[path][ch_idx][2] = in _tssi_alimentk()
3779 tssi_info->alignment_backup_by_ch[path][ch_idx][3] = in _tssi_alimentk()
H A Dpci.c947 #define DEF_TXCHADDRS_TYPE2(gen, ch_idx, txch, v...) \ argument
948 [RTW89_TXCH_##ch_idx] = { \
974 #define DEF_RXCHADDRS(gen, ch_idx, rxch, v...) \ argument
975 [RTW89_RXCH_##ch_idx] = { \
/linux/sound/soc/codecs/
H A Dwcd937x.c1315 int ch_idx = mixer->reg; in wcd937x_get_swr_port() local
1319 portidx = wcd->ch_info[ch_idx].port_num; in wcd937x_get_swr_port()
1334 int ch_idx = mixer->reg; in wcd937x_set_swr_port() local
1340 portidx = wcd->ch_info[ch_idx].port_num; in wcd937x_set_swr_port()
1345 wcd937x_connect_port(wcd, portidx, ch_idx, enable); in wcd937x_set_swr_port()
1350 wcd937x_connect_port(wcd, portidx, ch_idx, enable); in wcd937x_set_swr_port()
H A Dwcd938x.c1858 int portidx, ch_idx = mixer->reg; in wcd938x_get_swr_port() local
1862 portidx = wcd->ch_info[ch_idx].port_num; in wcd938x_get_swr_port()
1877 int ch_idx = mixer->reg; in wcd938x_set_swr_port() local
1884 portidx = wcd->ch_info[ch_idx].port_num; in wcd938x_set_swr_port()
1892 wcd938x_connect_port(wcd, portidx, ch_idx, enable); in wcd938x_set_swr_port()
H A Dmadera.c403 int n, i, in_idx, ch_idx; in madera_prop_get_inmode() local
415 ch_idx = 0; in madera_prop_get_inmode()
417 pdata->inmode[in_idx][ch_idx] = tmp[i]; in madera_prop_get_inmode()
419 if (++ch_idx == MADERA_MAX_MUXED_CHANNELS) { in madera_prop_get_inmode()
420 ch_idx = 0; in madera_prop_get_inmode()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c1540 int ch_idx, bitmap_idx; in iwl_mvm_scan_ch_add_n_aps_override() local
1542 ch_idx = iwl_mvm_scan_ch_and_band_to_idx(ch_id, band); in iwl_mvm_scan_ch_add_n_aps_override()
1543 if (ch_idx < 0) in iwl_mvm_scan_ch_add_n_aps_override()
1546 bitmap_idx = ch_idx / 8; in iwl_mvm_scan_ch_add_n_aps_override()
1550 ch_idx = ch_idx % 8; in iwl_mvm_scan_ch_add_n_aps_override()
1551 ch_bitmap[bitmap_idx] |= BIT(ch_idx); in iwl_mvm_scan_ch_add_n_aps_override()