/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | cxusb-analog.c | 985 if (f->index != 0) in cxusb_medion_v_enum_fmt_vid_cap() 1092 u32 index = inp->index; in cxusb_medion_enum_input() local 1094 if (index >= CXUSB_INPUT_CNT) in cxusb_medion_enum_input() 1097 *inp = cxusb_medion_inputs[index].input; in cxusb_medion_enum_input() 1098 inp->index = index; in cxusb_medion_enum_input() 1101 if (index == cxdev->input) { in cxusb_medion_enum_input() 1223 if (tuner->index != 0) in cxusb_medion_g_tuner() 1280 if (tuner->index ! in cxusb_medion_s_tuner() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/sti/hva/ |
H A D | hva-v4l2.c | 274 if (unlikely(f->index >= hva->nb_of_streamformats)) in hva_enum_fmt_stream() 277 f->pixelformat = hva->streamformats[f->index]; in hva_enum_fmt_stream() 288 if (unlikely(f->index >= hva->nb_of_pixelformats)) in hva_enum_fmt_frame() 291 f->pixelformat = hva->pixelformats[f->index]; in hva_enum_fmt_frame() 573 if (buf->index >= vq->num_buffers) { in hva_qbuf() 574 dev_dbg(dev, "%s buffer index %d out of range (%d)\n", in hva_qbuf() 575 ctx->name, buf->index, vq->num_buffers); in hva_qbuf() 579 vb2_buf = vb2_get_buffer(vq, buf->index); in hva_qbuf() 947 ctx->name, vb->index, vbuf->field); in hva_buf_prepare() 961 ctx->name, vb->index, in hva_buf_prepare() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | acx.c | 1181 u8 index, u8 tpl_valid) in wl1271_acx_keep_alive_config() 1196 acx->index = index; in wl1271_acx_keep_alive_config() 1237 acx->index = WL1271_ACX_TRIG_IDX_RSSI; in wl1271_acx_rssi_snr_trigger() 1660 acx->index = ACX_RATE_MGMT_ALL_PARAMS; in wl12xx_acx_set_rate_mgmt_params() 1790 int wl1271_acx_set_rx_filter(struct wl1271 *wl, u8 index, bool enable, in wl1271_acx_set_rx_filter() argument 1799 WARN_ON(index >= WL1271_MAX_RX_FILTERS); in wl1271_acx_set_rx_filter() 1803 index, enable, filter); in wl1271_acx_set_rx_filter() 1819 acx->index = index; in wl1271_acx_set_rx_filter() 1180 wl1271_acx_keep_alive_config(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 index, u8 tpl_valid) wl1271_acx_keep_alive_config() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/imx/ |
H A D | imx-media-csi.c | 89 int ipu_buf_num; /* ipu double buffer index: 0-1 */ 320 /* toggle IPU double-buffer index */ in csi_idmac_eof_interrupt() 1070 priv->active_output_pad = local->index; in csi_link_setup() 1073 if (local->index == CSI_SRC_PAD_IDMAC) { in csi_link_setup() 1252 ret = imx_media_enum_mbus_formats(&code->code, code->index, in csi_enum_mbus_code() 1264 if (code->index != 0) { in csi_enum_mbus_code() 1275 code->index, in csi_enum_mbus_code() 1297 fse->index > (fse->pad == CSI_SINK_PAD ? 0 : 3)) in csi_enum_frame_size() 1310 fse->min_width = fse->index & 1 ? in csi_enum_frame_size() 1313 fse->min_height = fse->index in csi_enum_frame_size() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bgmac.c | 137 int index = ring->end % BGMAC_TX_RING_SLOTS; in bgmac_dma_tx_add() local 138 struct bgmac_slot_info *slot = &ring->slots[index]; in bgmac_dma_tx_add() 171 bgmac_dma_tx_add_buf(bgmac, ring, index, skb_headlen(skb), flags); in bgmac_dma_tx_add() 178 index = (index + 1) % BGMAC_TX_RING_SLOTS; in bgmac_dma_tx_add() 179 slot = &ring->slots[index]; in bgmac_dma_tx_add() 188 bgmac_dma_tx_add_buf(bgmac, ring, index, len, flags); in bgmac_dma_tx_add() 215 int index = (ring->end + i) % BGMAC_TX_RING_SLOTS; in bgmac_dma_tx_add() local 216 struct bgmac_slot_info *slot = &ring->slots[index]; in bgmac_dma_tx_add() 217 u32 ctl1 = le32_to_cpu(ring->cpu_base[index] in bgmac_dma_tx_add() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | cxusb-analog.c | 985 if (f->index != 0) in cxusb_medion_v_enum_fmt_vid_cap() 1092 u32 index = inp->index; in cxusb_medion_enum_input() local 1094 if (index >= CXUSB_INPUT_CNT) in cxusb_medion_enum_input() 1097 *inp = cxusb_medion_inputs[index].input; in cxusb_medion_enum_input() 1098 inp->index = index; in cxusb_medion_enum_input() 1101 if (index == cxdev->input) { in cxusb_medion_enum_input() 1223 if (tuner->index != 0) in cxusb_medion_g_tuner() 1280 if (tuner->index ! in cxusb_medion_s_tuner() [all...] |
/kernel/linux/linux-6.6/drivers/net/dsa/realtek/ |
H A D | rtl8366rb.c | 1528 static int rtl8366rb_get_vlan_mc(struct realtek_priv *priv, u32 index, in rtl8366rb_get_vlan_mc() argument 1537 if (index >= RTL8366RB_NUM_VLANS) in rtl8366rb_get_vlan_mc() 1542 RTL8366RB_VLAN_MC_BASE(index) + i, in rtl8366rb_get_vlan_mc() 1559 static int rtl8366rb_set_vlan_mc(struct realtek_priv *priv, u32 index, in rtl8366rb_set_vlan_mc() argument 1566 if (index >= RTL8366RB_NUM_VLANS || in rtl8366rb_set_vlan_mc() 1584 RTL8366RB_VLAN_MC_BASE(index) + i, in rtl8366rb_set_vlan_mc() 1612 static int rtl8366rb_set_mc_index(struct realtek_priv *priv, int port, int index) in rtl8366rb_set_mc_index() argument 1619 pvid_enabled = !!index; in rtl8366rb_set_mc_index() 1621 if (port >= priv->num_ports || index >= RTL8366RB_NUM_VLANS) in rtl8366rb_set_mc_index() 1627 (index in rtl8366rb_set_mc_index() [all...] |
/kernel/linux/linux-6.6/drivers/net/dsa/qca/ |
H A D | qca8k-8xxx.c | 964 ds->dst->index, ds->index); in qca8k_mdio_register() 1693 mib_eth_data->req_port = dp->index; in qca8k_get_ethtool_stats_eth() 1749 if (dp->index != 0) in qca8k_master_change() 1883 ret = qca8k_rmw(priv, QCA8K_PORT_LOOKUP_CTRL(dp->index), in qca8k_setup() 1891 qca8k_port_set_status(priv, dp->index, 0); in qca8k_setup() 1895 ret = qca8k_write(priv, QCA8K_REG_PORT_HDR_CTRL(dp->index), in qca8k_setup() 1899 dev_err(priv->dev, "failed enabling QCA header mode on port %d", dp->index); in qca8k_setup() 1926 u8 port = dp->index; in qca8k_setup() 1963 qca8k_setup_hol_fixup(priv, dp->index); in qca8k_setup() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_83xx_init.c | 1911 int index, i, j, err; in qlcnic_83xx_poll_read_list() local 1929 index = p_dev->ahw->reset.array_index; in qlcnic_83xx_poll_read_list() 1935 p_dev->ahw->reset.array[index++] = j; in qlcnic_83xx_poll_read_list() 1937 if (index == QLC_83XX_MAX_RESET_SEQ_ENTRIES) in qlcnic_83xx_poll_read_list() 1977 int index, entries; in qlcnic_83xx_exec_template_cmd() local 1984 index = p_dev->ahw->reset.seq_index; in qlcnic_83xx_exec_template_cmd() 1986 for (; (!p_dev->ahw->reset.seq_end) && (index < entries); index++) { in qlcnic_83xx_exec_template_cmd() 2022 __func__, p_hdr->cmd, index); in qlcnic_83xx_exec_template_cmd() 2028 p_dev->ahw->reset.seq_index = index; in qlcnic_83xx_exec_template_cmd() [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | serial-tegra.c | 1425 int index; in tegra_uart_parse_dt() local 1440 index = of_property_match_string(np, "dma-names", "rx"); in tegra_uart_parse_dt() 1441 if (index < 0) { in tegra_uart_parse_dt() 1445 index = of_property_match_string(np, "dma-names", "tx"); in tegra_uart_parse_dt() 1446 if (index < 0) { in tegra_uart_parse_dt() 1459 for (count = 0, index = 0; count < n_entries; count += 3, in tegra_uart_parse_dt() 1460 index++) { in tegra_uart_parse_dt() 1466 tup->baud_tolerance[index].lower_range_baud = in tegra_uart_parse_dt() 1473 tup->baud_tolerance[index].upper_range_baud = in tegra_uart_parse_dt() 1480 tup->baud_tolerance[index] in tegra_uart_parse_dt() [all...] |
/kernel/linux/linux-6.6/drivers/soc/ti/ |
H A D | knav_qmss_queue.c | 694 int index = pool->region_offset + i; in kdesc_fill_pool() local 697 dma_addr = region->dma_start + (region->desc_size * index); in kdesc_fill_pool() 1105 if (!of_get_property(child, "link-index", NULL)) { in knav_queue_setup_regions() 1110 ret = of_property_read_u32(child, "link-index", in knav_queue_setup_regions() 1113 dev_err(dev, "link index not found for %s\n", in knav_queue_setup_regions() 1215 u32 temp[2], start, end, id, index; in knav_setup_queue_range() local 1286 index = id - qmgr->start_queue; in knav_setup_queue_range() 1288 &qmgr->reg_peek[index].ptr_size_thresh); in knav_setup_queue_range() 1290 &qmgr->reg_push[index].ptr_size_thresh); in knav_setup_queue_range() 1369 struct device_node *node, int index) in knav_queue_map_reg() 1368 knav_queue_map_reg(struct knav_device *kdev, struct device_node *node, int index) knav_queue_map_reg() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-vchiq.c | 757 p->index = port->index; in port_to_mmal_msg() 789 m.u.port_info_set.port_index = port->index; in port_info_set() 845 m.u.port_info_get.index = port->index; in port_info_get() 872 /* port type and index cached to use on port info set because in port_info_get() 876 port->index = rmsg->u.port_info_get_reply.port_index; in port_info_get() 1641 int idx; /* port index */ in vchiq_mmal_component_init() 1661 * Use the array index in instance->component rather than rolling in vchiq_mmal_component_init() 1675 component->control.index in vchiq_mmal_component_init() [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/ |
H A D | HalBtc8723b2Ant.c | 91 u8 index, in halbtc8723b2ant_WifiRssiState() 98 u8 wifiRssiState = pCoexSta->preWifiRssiState[index]; in halbtc8723b2ant_WifiRssiState() 104 (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || in halbtc8723b2ant_WifiRssiState() 105 (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW) in halbtc8723b2ant_WifiRssiState() 121 return pCoexSta->preWifiRssiState[index]; in halbtc8723b2ant_WifiRssiState() 125 (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || in halbtc8723b2ant_WifiRssiState() 126 (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW) in halbtc8723b2ant_WifiRssiState() 134 (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) || in halbtc8723b2ant_WifiRssiState() 135 (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM) in halbtc8723b2ant_WifiRssiState() 153 pCoexSta->preWifiRssiState[index] in halbtc8723b2ant_WifiRssiState() 89 halbtc8723b2ant_WifiRssiState( struct btc_coexist *pBtCoexist, u8 index, u8 levelNum, u8 rssiThresh, u8 rssiThresh1 ) halbtc8723b2ant_WifiRssiState() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/typec/ |
H A D | class.c | 255 partner->plug[plug->index] = altmode; in typec_altmode_set_partner() 276 partner->plug[plug->index] = NULL; in typec_altmode_put_partner() 1028 sprintf(name, "plug%d", desc->index); in typec_register_plug() 1032 plug->index = desc->index; in typec_register_plug() 2145 size_t index = 0; in typec_port_register_altmodes() local 2168 if (index >= n) { in typec_port_register_altmodes() 2176 desc.mode = index + 1; in typec_port_register_altmodes() 2186 altmodes[index] = alt; in typec_port_register_altmodes() 2187 index in typec_port_register_altmodes() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | e1000_phy.c | 1679 u16 phy_data, index; in igb_get_cable_length_m88() local 1685 index = (phy_data & M88E1000_PSSR_CABLE_LENGTH) >> in igb_get_cable_length_m88() 1687 if (index >= ARRAY_SIZE(e1000_m88_cable_length_table) - 1) { in igb_get_cable_length_m88() 1692 phy->min_cable_length = e1000_m88_cable_length_table[index]; in igb_get_cable_length_m88() 1693 phy->max_cable_length = e1000_m88_cable_length_table[index + 1]; in igb_get_cable_length_m88() 1705 u16 phy_data, phy_data2, index, default_page, is_cm; in igb_get_cable_length_m88_gen2() local 1799 index = (phy_data & M88E1000_PSSR_CABLE_LENGTH) >> in igb_get_cable_length_m88_gen2() 1801 if (index >= ARRAY_SIZE(e1000_m88_cable_length_table) - 1) { in igb_get_cable_length_m88_gen2() 1806 phy->min_cable_length = e1000_m88_cable_length_table[index]; in igb_get_cable_length_m88_gen2() 1807 phy->max_cable_length = e1000_m88_cable_length_table[index in igb_get_cable_length_m88_gen2() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/nxp/ |
H A D | imx7-media-csi.c | 989 * the search criteria at the requested match index. 992 * the requested match index. 993 * @index: The requested match index. 995 static int imx7_csi_enum_mbus_formats(u32 *code, u32 index) in imx7_csi_enum_mbus_formats() argument 1007 if (index == 0) { in imx7_csi_enum_mbus_formats() 1012 index--; in imx7_csi_enum_mbus_formats() 1039 unsigned int index = f->index; in imx7_csi_video_enum_fmt_vid_cap() local 1064 if (index in imx7_csi_video_enum_fmt_vid_cap() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/hva/ |
H A D | hva-v4l2.c | 274 if (unlikely(f->index >= hva->nb_of_streamformats)) in hva_enum_fmt_stream() 277 f->pixelformat = hva->streamformats[f->index]; in hva_enum_fmt_stream() 288 if (unlikely(f->index >= hva->nb_of_pixelformats)) in hva_enum_fmt_frame() 291 f->pixelformat = hva->pixelformats[f->index]; in hva_enum_fmt_frame() 573 if (buf->index >= vq->num_buffers) { in hva_qbuf() 574 dev_dbg(dev, "%s buffer index %d out of range (%d)\n", in hva_qbuf() 575 ctx->name, buf->index, vq->num_buffers); in hva_qbuf() 579 vb2_buf = vb2_get_buffer(vq, buf->index); in hva_qbuf() 947 ctx->name, vb->index, vbuf->field); in hva_buf_prepare() 961 ctx->name, vb->index, in hva_buf_prepare() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/microchip/ |
H A D | microchip-isc-base.c | 495 u32 index = f->index; in isc_enum_fmt_vid_cap() local 504 if (index >= isc->controller_formats_size) in isc_enum_fmt_vid_cap() 507 f->pixelformat = isc->controller_formats[index].fourcc; in isc_enum_fmt_vid_cap() 524 if (!index) { in isc_enum_fmt_vid_cap() 532 /* If the index is not raw, we don't have anymore formats to report */ in isc_enum_fmt_vid_cap() 545 if (index == supported_index) { in isc_enum_fmt_vid_cap() 1052 if (inp->index != 0) in isc_enum_input() 1098 if (fsize->index) in isc_enum_framesizes() 1755 unsigned int code, int *index) in isc_find_format_by_code() 1754 isc_find_format_by_code(struct isc_device *isc, unsigned int code, int *index) isc_find_format_by_code() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/ |
H A D | mtk_vcodec_enc.c | 129 if (f->index >= num_formats) in vidioc_enum_fmt() 132 f->pixelformat = formats[f->index].fourcc; in vidioc_enum_fmt() 164 if (fsize->index != 0) in vidioc_enum_framesizes() 856 ctx->id, vb2_v4l2->vb2_buf.index, ctx->param_change); in vb2ops_venc_buf_queue() 1053 ctx->id, dst_buf->vb2_buf.index, bs_buf.va, in mtk_venc_encode_header() 1102 ctx->id, vb2_v4l2->vb2_buf.index, enc_prm.bitrate); in mtk_venc_param_change() 1111 ctx->id, vb2_v4l2->vb2_buf.index, enc_prm.frm_rate); in mtk_venc_param_change() 1125 ctx->id, vb2_v4l2->vb2_buf.index, in mtk_venc_param_change() 1230 src_buf->vb2_buf.index, dst_buf->vb2_buf.index, re in mtk_venc_worker() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov9650.c | 1074 if (code->index >= ARRAY_SIZE(ov965x_formats)) in ov965x_enum_mbus_code() 1077 code->code = ov965x_formats[code->index].code; in ov965x_enum_mbus_code() 1087 if (fse->index >= ARRAY_SIZE(ov965x_framesizes)) in ov965x_enum_frame_sizes() 1096 fse->min_width = ov965x_framesizes[fse->index].width; in ov965x_enum_frame_sizes() 1098 fse->max_height = ov965x_framesizes[fse->index].height; in ov965x_enum_frame_sizes() 1216 unsigned int index = ARRAY_SIZE(ov965x_formats); in ov965x_set_fmt() local 1224 while (--index) in ov965x_set_fmt() 1225 if (ov965x_formats[index].code == mf->code) in ov965x_set_fmt() 1229 mf->code = ov965x_formats[index].code; in ov965x_set_fmt() 1246 ov965x->tslb_reg = ov965x_formats[index] in ov965x_set_fmt() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | acx.c | 1181 u8 index, u8 tpl_valid) in wl1271_acx_keep_alive_config() 1196 acx->index = index; in wl1271_acx_keep_alive_config() 1237 acx->index = WL1271_ACX_TRIG_IDX_RSSI; in wl1271_acx_rssi_snr_trigger() 1660 acx->index = ACX_RATE_MGMT_ALL_PARAMS; in wl12xx_acx_set_rate_mgmt_params() 1790 int wl1271_acx_set_rx_filter(struct wl1271 *wl, u8 index, bool enable, in wl1271_acx_set_rx_filter() argument 1799 WARN_ON(index >= WL1271_MAX_RX_FILTERS); in wl1271_acx_set_rx_filter() 1803 index, enable, filter); in wl1271_acx_set_rx_filter() 1819 acx->index = index; in wl1271_acx_set_rx_filter() 1180 wl1271_acx_keep_alive_config(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 index, u8 tpl_valid) wl1271_acx_keep_alive_config() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu8_hwmgr.c | 1377 unsigned int index, in smu8_dpm_get_pp_table_entry_callback() 1386 uint8_t clock_info_index = smu8_clock_info->index; in smu8_dpm_get_pp_table_entry_callback() 1391 smu8_ps->levels[index].engineClock = table->entries[clock_info_index].clk; in smu8_dpm_get_pp_table_entry_callback() 1392 smu8_ps->levels[index].vddcIndex = (uint8_t)table->entries[clock_info_index].v; in smu8_dpm_get_pp_table_entry_callback() 1394 smu8_ps->level = index + 1; in smu8_dpm_get_pp_table_entry_callback() 1397 smu8_ps->levels[index].dsDividerIndex = 5; in smu8_dpm_get_pp_table_entry_callback() 1398 smu8_ps->levels[index].ssDividerIndex = 5; in smu8_dpm_get_pp_table_entry_callback() 1597 PHM_PerformanceLevelDesignation designation, uint32_t index, in smu8_get_performance_level() 1611 level_index = index > ps->level - 1 ? ps->level - 1 : index; in smu8_get_performance_level() 1374 smu8_dpm_get_pp_table_entry_callback( struct pp_hwmgr *hwmgr, struct pp_hw_power_state *hw_ps, unsigned int index, const void *clock_info) smu8_dpm_get_pp_table_entry_callback() argument 1596 smu8_get_performance_level(struct pp_hwmgr *hwmgr, const struct pp_hw_power_state *state, PHM_PerformanceLevelDesignation designation, uint32_t index, PHM_PerformanceLevel *level) smu8_get_performance_level() argument [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | cq.c | 717 int *cqe_size, int *index, int *inlen) in create_cq_user() 792 *index = ucmd.uar_page_index; in create_cq_user() 797 *index = context->bfregi.sys_pages[0]; in create_cq_user() 881 u32 **cqb, int *index, int *inlen) in create_cq_kernel() 918 *index = dev->mdev->priv.uar->index; in create_cq_kernel() 953 int index; in mlx5_ib_create_cq() local 983 &index, &inlen); in mlx5_ib_create_cq() 989 &index, &inlen); in mlx5_ib_create_cq() 1008 MLX5_SET(cqc, cqc, uar_page, index); in mlx5_ib_create_cq() 715 create_cq_user(struct mlx5_ib_dev *dev, struct ib_udata *udata, struct mlx5_ib_cq *cq, int entries, u32 **cqb, int *cqe_size, int *index, int *inlen) create_cq_user() argument 879 create_cq_kernel(struct mlx5_ib_dev *dev, struct mlx5_ib_cq *cq, int entries, int cqe_size, u32 **cqb, int *index, int *inlen) create_cq_kernel() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_regs.h | 333 #define GEN10_PAT_INDEX(index) _MMIO(0x40e0 + (index) * 4) 359 #define GEN12_PAT_INDEX(index) _MMIO(0x4800 + (index) * 4) 360 #define _PAT_INDEX(index) _PICK_EVEN_2RANGES(index, 8, \ 363 #define XEHP_PAT_INDEX(index) MCR_REG(_PAT_INDEX(index)) 364 #define XELPMP_PAT_INDEX(index) _MMIO(_PAT_INDEX(index)) [all...] |
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
H A D | q6afe.c | 921 * q6afe_get_port_id() - Get port id from a given port index 923 * @index: port index 927 int q6afe_get_port_id(int index) in q6afe_get_port_id() argument 929 if (index < 0 || index >= AFE_PORT_MAX) in q6afe_get_port_id() 932 return port_maps[index].port_id; in q6afe_get_port_id() 1194 int index, pkt_size; in q6afe_port_stop() local 1197 index = port->token; in q6afe_port_stop() 1198 if (index < in q6afe_port_stop() [all...] |