/Linux-v6.1/drivers/staging/most/i2c/ |
D | i2c.c | 64 int ch_idx, in configure_channel() argument 71 BUG_ON(ch_idx < 0 || ch_idx >= NUM_CHANNELS); in configure_channel() 74 pr_err("bad data type for channel %d\n", ch_idx); in configure_channel() 78 if (channel_config->direction != dev->capabilities[ch_idx].direction) { in configure_channel() 79 pr_err("bad direction for channel %d\n", ch_idx); in configure_channel() 120 int ch_idx, struct mbo *mbo) in enqueue() argument 125 BUG_ON(ch_idx < 0 || ch_idx >= NUM_CHANNELS); in enqueue() 127 if (ch_idx == CH_RX) { in enqueue() 165 int ch_idx) in poison_channel() argument 170 BUG_ON(ch_idx < 0 || ch_idx >= NUM_CHANNELS); in poison_channel() [all …]
|
/Linux-v6.1/drivers/staging/most/dim2/ |
D | dim2.c | 259 static void service_done_flag(struct dim2_hdm *dev, int ch_idx) in service_done_flag() argument 261 struct hdm_channel *hdm_ch = dev->hch + ch_idx; in service_done_flag() 334 int ch_idx; in get_active_channels() local 336 for (ch_idx = 0; ch_idx < DMA_CHANNELS; ch_idx++) { in get_active_channels() 337 if (dev->hch[ch_idx].is_initialized) in get_active_channels() 338 buffer[idx++] = &dev->hch[ch_idx].ch; in get_active_channels() 365 int ch_idx; in dim2_task_irq() local 367 for (ch_idx = 0; ch_idx < DMA_CHANNELS; ch_idx++) { in dim2_task_irq() 368 if (!dev->hch[ch_idx].is_initialized) in dim2_task_irq() 372 dim_service_channel(&dev->hch[ch_idx].ch); in dim2_task_irq() [all …]
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-eeprom-parse.c | 335 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 …]
|
D | iwl-nvm-parse.c | 295 static u32 iwl_get_channel_flags(u8 ch_num, int ch_idx, enum nl80211_band band, in iwl_get_channel_flags() argument 306 if ((ch_idx - NUM_2GHZ_CHANNELS) % 2 == 0) in iwl_get_channel_flags() 338 static enum nl80211_band iwl_nl80211_band_from_channel_idx(int ch_idx) in iwl_nl80211_band_from_channel_idx() argument 340 if (ch_idx >= NUM_2GHZ_CHANNELS + NUM_5GHZ_CHANNELS) { in iwl_nl80211_band_from_channel_idx() 344 if (ch_idx >= NUM_2GHZ_CHANNELS) in iwl_nl80211_band_from_channel_idx() 354 int ch_idx; in iwl_init_channel_map() local 372 for (ch_idx = 0; ch_idx < num_of_ch; ch_idx++) { in iwl_init_channel_map() 374 iwl_nl80211_band_from_channel_idx(ch_idx); in iwl_init_channel_map() 378 __le32_to_cpup((const __le32 *)nvm_ch_flags + ch_idx); in iwl_init_channel_map() 381 __le16_to_cpup((const __le16 *)nvm_ch_flags + ch_idx); in iwl_init_channel_map() [all …]
|
/Linux-v6.1/drivers/iio/adc/ |
D | ti-tsc2046.c | 240 static u8 tsc2046_adc_get_cmd(struct tsc2046_adc_priv *priv, int ch_idx, in tsc2046_adc_get_cmd() argument 254 switch (ch_idx) { in tsc2046_adc_get_cmd() 264 return TI_TSC2046_START | FIELD_PREP(TI_TSC2046_ADDR, ch_idx) | pd; in tsc2046_adc_get_cmd() 272 static int tsc2046_adc_read_one(struct tsc2046_adc_priv *priv, int ch_idx, in tsc2046_adc_read_one() argument 275 struct tsc2046_adc_ch_cfg *ch = &priv->ch_cfg[ch_idx]; in tsc2046_adc_read_one() 307 cmd = tsc2046_adc_get_cmd(priv, ch_idx, true); in tsc2046_adc_read_one() 313 tx_buf[i].cmd = tsc2046_adc_get_cmd(priv, ch_idx, false); in tsc2046_adc_read_one() 352 unsigned int ch_idx) in tsc2046_adc_group_set_layout() argument 354 struct tsc2046_adc_ch_cfg *ch = &priv->ch_cfg[ch_idx]; in tsc2046_adc_group_set_layout() 374 unsigned int group, int ch_idx) in tsc2046_adc_group_set_cmd() argument [all …]
|
/Linux-v6.1/drivers/usb/gadget/udc/ |
D | bcm63xx_udc.c | 211 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-v6.1/drivers/net/wireless/realtek/rtw88/ |
D | phy.c | 1508 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-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | umc_v8_10.h | 54 #define SWIZZLE_MODE_TMP_ADDR(na, ch_num, ch_idx) \ argument 55 ((((na) >> 10) * (ch_num) + (ch_idx)) << 10)
|
/Linux-v6.1/drivers/staging/most/video/ |
D | video.c | 31 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() 376 if (mdev->iface == iface && mdev->ch_idx == channel_idx) { in get_comp_dev() 482 mdev->ch_idx = channel_idx; in comp_probe_channel()
|
/Linux-v6.1/drivers/net/wireless/ralink/rt2x00/ |
D | rt2800lib.c | 8731 u8 ch_idx; in rt2800_rxiq_calibration() local 8844 for (ch_idx = 0; ch_idx < 2; ch_idx = ch_idx + 1) { in rt2800_rxiq_calibration() 8845 if (ch_idx == 0) { in rt2800_rxiq_calibration() 9008 if (ch_idx == 0) { in rt2800_rxiq_calibration() 9311 static void rt2800_write_dc(struct rt2x00_dev *rt2x00dev, u8 ch_idx, u8 alc, u8 iorq, u8 dc) in rt2800_write_dc() argument 9319 if (ch_idx == 0) in rt2800_write_dc() 9329 static void rt2800_loft_search(struct rt2x00_dev *rt2x00dev, u8 ch_idx, in rt2800_loft_search() argument 9350 rt2800_write_dc(rt2x00dev, ch_idx, 0, iorq, idx0); in rt2800_loft_search() 9356 rt2800_write_dc(rt2x00dev, ch_idx, 0, iorq, idx1); in rt2800_loft_search() 9376 rt2800_write_dc(rt2x00dev, ch_idx, 0, iorq, idxf[iorq]); in rt2800_loft_search() [all …]
|
/Linux-v6.1/drivers/hwmon/ |
D | mr75203.c | 315 u8 vm_idx, ch_idx; in pvt_read_in() local 322 ch_idx = pvt->vd[channel].ch_map; in pvt_read_in() 333 ret = regmap_read(v_map, VM_SDIF_DATA(vm_idx, ch_idx), &n); in pvt_read_in()
|
/Linux-v6.1/drivers/bus/mhi/ep/ |
D | main.c | 793 u32 ch_idx) in mhi_ep_queue_channel_db() argument 804 u32 ch_id = ch_idx + i; in mhi_ep_queue_channel_db() 832 u32 ch_int, ch_idx, i; in mhi_ep_check_channel_interrupt() local 839 ch_idx = i * MHI_MASK_CH_LEN; in mhi_ep_check_channel_interrupt() 844 mhi_ep_queue_channel_db(mhi_cntrl, ch_int, ch_idx); in mhi_ep_check_channel_interrupt()
|
/Linux-v6.1/drivers/net/can/usb/etas_es58x/ |
D | es58x_core.c | 2243 int ch_idx, ret; in es58x_probe() local 2253 for (ch_idx = 0; ch_idx < es58x_dev->num_can_ch; ch_idx++) { in es58x_probe() 2254 ret = es58x_init_netdev(es58x_dev, ch_idx); in es58x_probe()
|
/Linux-v6.1/drivers/net/wireless/realtek/rtw89/ |
D | phy.c | 1577 u8 ch_idx = rtw89_channel_to_idx(rtwdev, band, ch); in rtw89_phy_read_txpwr_limit() local 1583 lmt = (*chip->txpwr_lmt_2g)[bw][ntx][rs][bf][regd][ch_idx]; in rtw89_phy_read_txpwr_limit() 1586 [RTW89_WW][ch_idx]; in rtw89_phy_read_txpwr_limit() 1589 lmt = (*chip->txpwr_lmt_5g)[bw][ntx][rs][bf][regd][ch_idx]; in rtw89_phy_read_txpwr_limit() 1592 [RTW89_WW][ch_idx]; in rtw89_phy_read_txpwr_limit() 1595 lmt = (*chip->txpwr_lmt_6g)[bw][ntx][rs][bf][regd][ch_idx]; in rtw89_phy_read_txpwr_limit() 1598 [RTW89_WW][ch_idx]; in rtw89_phy_read_txpwr_limit() 1822 u8 ch_idx = rtw89_channel_to_idx(rtwdev, band, ch); in rtw89_phy_read_txpwr_limit_ru() local 1828 lmt_ru = (*chip->txpwr_lmt_ru_2g)[ru][ntx][regd][ch_idx]; in rtw89_phy_read_txpwr_limit_ru() 1831 [RTW89_WW][ch_idx]; in rtw89_phy_read_txpwr_limit_ru() [all …]
|
/Linux-v6.1/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 2794 u16 ch_idx; in srp_abort() local 2801 ch_idx = blk_mq_unique_tag_to_hwq(tag); in srp_abort() 2802 if (WARN_ON_ONCE(ch_idx >= target->ch_count)) in srp_abort() 2804 ch = &target->ch[ch_idx]; in srp_abort() 3639 int ret, i, ch_idx; in add_target_store() local 3775 for (ch_idx = 0; ch_idx < target->ch_count; ++ch_idx) { in add_target_store() 3776 ch = &target->ch[ch_idx]; in add_target_store() 3778 ch->comp_vector = ch_idx % ibdev->num_comp_vectors; in add_target_store() 3801 ch_idx, in add_target_store() 3803 if (ch_idx == 0) { in add_target_store()
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | scan.c | 1522 int ch_idx, bitmap_idx; in iwl_mvm_scan_ch_add_n_aps_override() local 1524 ch_idx = iwl_mvm_scan_ch_and_band_to_idx(ch_id, band); in iwl_mvm_scan_ch_add_n_aps_override() 1525 if (ch_idx < 0) in iwl_mvm_scan_ch_add_n_aps_override() 1528 bitmap_idx = ch_idx / 8; in iwl_mvm_scan_ch_add_n_aps_override() 1532 ch_idx = ch_idx % 8; in iwl_mvm_scan_ch_add_n_aps_override() 1533 ch_bitmap[bitmap_idx] |= BIT(ch_idx); in iwl_mvm_scan_ch_add_n_aps_override()
|
/Linux-v6.1/sound/soc/codecs/ |
D | wcd938x.c | 2897 int portidx, ch_idx = mixer->reg; in wcd938x_get_swr_port() local 2901 portidx = wcd->ch_info[ch_idx].port_num; in wcd938x_get_swr_port() 2916 int ch_idx = mixer->reg; in wcd938x_set_swr_port() local 2923 portidx = wcd->ch_info[ch_idx].port_num; in wcd938x_set_swr_port() 2931 wcd938x_connect_port(wcd, portidx, ch_idx, enable); in wcd938x_set_swr_port()
|
D | madera.c | 403 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()
|