Home
last modified time | relevance | path

Searched defs:idx (Results 476 – 500 of 4286) sorted by relevance

1...<<11121314151617181920>>...172

/OK3568_Linux_fs/kernel/drivers/dma/ioat/
H A Ddma.c337 ioat_alloc_ring_ent(struct dma_chan *chan, int idx, gfp_t flags) in ioat_alloc_ring_ent()
394 int idx; in ioat_alloc_ring() local
414 int idx; in ioat_alloc_ring() local
596 int idx = ioat_chan->tail, i; in __cleanup() local
726 int idx = ioat_chan->tail, i; in ioat_abort_descs() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/
H A Dhalmac_cfg_wmac_88xx.c517 enum halmac_pri_ch_idx idx, enum halmac_bw bw) in cfg_ch_bw_88xx()
552 cfg_pri_ch_idx_88xx(struct halmac_adapter *adapter, enum halmac_pri_ch_idx idx) in cfg_pri_ch_idx_88xx()
890 write_cam_88xx(struct halmac_adapter *adapter, u32 idx, in write_cam_88xx()
984 read_cam_entry_88xx(struct halmac_adapter *adapter, u32 idx, in read_cam_entry_88xx()
1007 clear_cam_entry_88xx(struct halmac_adapter *adapter, u32 idx) in clear_cam_entry_88xx()
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dvfio_ccw_cp.c348 static void ccwchain_cda_free(struct ccwchain *chain, int idx) in ccwchain_cda_free()
488 int idx, in ccwchain_fetch_tic()
508 int idx, in ccwchain_fetch_direct()
608 int idx, in ccwchain_fetch_one()
741 int len, idx, ret; in cp_prefetch() local
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dpvtime.c20 int idx; in kvm_update_stolen_time() local
82 int idx; in kvm_arm_pvtime_set_attr() local
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dmap.c65 u32 *idx = symbol__browser_index(sym); in map_browser__search() local
126 u32 *idx = symbol__browser_index(pos); in map__browse() local
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_mctrl_gpio.h121 struct mctrl_gpios *mctrl_gpio_init(struct uart_port *port, unsigned int idx) in mctrl_gpio_init()
127 struct mctrl_gpios *mctrl_gpio_init_noauto(struct device *dev, unsigned int idx) in mctrl_gpio_init_noauto()
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A Dipmi_si_port_io.c54 int idx; in port_cleanup() local
66 int idx; in ipmi_si_port_setup() local
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Ds3c2416-cpufreq.c118 static int s3c2416_cpufreq_enter_dvs(struct s3c2416_data *s3c_freq, int idx) in s3c2416_cpufreq_enter_dvs()
160 static int s3c2416_cpufreq_leave_dvs(struct s3c2416_data *s3c_freq, int idx) in s3c2416_cpufreq_leave_dvs()
221 int idx, ret, to_dvs = 0; in s3c2416_cpufreq_set_target() local
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dpmu.c169 static unsigned amd_find_fixed_event(int idx) in amd_find_fixed_event()
199 static int amd_is_valid_rdpmc_ecx(struct kvm_vcpu *vcpu, unsigned int idx) in amd_is_valid_rdpmc_ecx()
210 unsigned int idx, u64 *mask) in amd_rdpmc_ecx_to_pmc()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-events.c187 void parse_events__handle_error(struct parse_events_error *err, int idx, in parse_events__handle_error()
348 __add_event(struct list_head *list, int *idx, in __add_event()
392 struct evsel *parse_events__add_event(int idx, struct perf_event_attr *attr, in parse_events__add_event()
399 static int add_event(struct list_head *list, int *idx, in add_event()
407 static int add_event_tool(struct list_head *list, int *idx, in add_event_tool()
455 int parse_events_add_cache(struct list_head *list, int *idx, in parse_events_add_cache()
559 static int add_tracepoint(struct list_head *list, int *idx, in add_tracepoint()
583 static int add_tracepoint_multi_event(struct list_head *list, int *idx, in add_tracepoint_multi_event()
631 static int add_tracepoint_event(struct list_head *list, int *idx, in add_tracepoint_event()
643 static int add_tracepoint_multi_sys(struct list_head *list, int *idx, in add_tracepoint_multi_sys()
[all …]
/OK3568_Linux_fs/kernel/drivers/ntb/hw/mscc/
H A Dntb_hw_switchtec.c155 static int switchtec_ntb_send_msg(struct switchtec_ntb *sndev, int idx, in switchtec_ntb_send_msg()
221 static void switchtec_ntb_mw_clr_direct(struct switchtec_ntb *sndev, int idx) in switchtec_ntb_mw_clr_direct()
235 static void switchtec_ntb_mw_clr_lut(struct switchtec_ntb *sndev, int idx) in switchtec_ntb_mw_clr_lut()
242 static void switchtec_ntb_mw_set_direct(struct switchtec_ntb *sndev, int idx, in switchtec_ntb_mw_set_direct()
261 static void switchtec_ntb_mw_set_lut(struct switchtec_ntb *sndev, int idx, in switchtec_ntb_mw_set_lut()
350 int idx, phys_addr_t *base, in switchtec_ntb_direct_get_addr()
385 int idx, phys_addr_t *base, in switchtec_ntb_lut_get_addr()
402 static int switchtec_ntb_peer_mw_get_addr(struct ntb_dev *ntb, int idx, in switchtec_ntb_peer_mw_get_addr()
729 static u32 switchtec_ntb_spad_read(struct ntb_dev *ntb, int idx) in switchtec_ntb_spad_read()
742 static int switchtec_ntb_spad_write(struct ntb_dev *ntb, int idx, u32 val) in switchtec_ntb_spad_write()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/halrf/
H A Dhalrf.c105 u8 idx, in phydm_get_iqk_cfir()
521 u8 path, idx, i; in halrf_iqk_dbg_cfir_backup() local
552 u8 i, path, idx; in halrf_iqk_dbg_cfir_backup_update() local
590 u8 i, path, idx; in halrf_iqk_dbg_cfir_reload() local
626 u32 idx, in halrf_iqk_dbg_cfir_write()
642 u8 path, idx, i; in halrf_iqk_dbg_cfir_backup_show() local
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_conn.c1054 int idx; in ip_vs_conn_array() local
1090 int idx; in ip_vs_conn_seq_next() local
1303 int idx; in ip_vs_random_dropentry() local
1373 int idx; in ip_vs_conn_flush() local
1408 int idx; in ip_vs_expire_nodest_conn_flush() local
1484 int idx; in ip_vs_conn_init() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_wq.c68 #define WQ_PAGE_ADDR(wq, idx) \ argument
71 #define MASKED_WQE_IDX(wq, idx) ((idx) & (wq)->mask) argument
81 static inline int WQE_PAGE_OFF(struct hinic_wq *wq, u16 idx) in WQE_PAGE_OFF()
87 static inline int WQE_PAGE_NUM(struct hinic_wq *wq, u16 idx) in WQE_PAGE_NUM()
701 int num_wqebbs, u16 idx) in copy_wqe_to_shadow()
718 int num_wqebbs, u16 idx) in copy_wqe_from_shadow()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsrcu.h179 static inline void srcu_read_unlock(struct srcu_struct *ssp, int idx) in srcu_read_unlock()
189 srcu_read_unlock_notrace(struct srcu_struct *ssp, int idx) __releases(ssp) in srcu_read_unlock_notrace()
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dcros_ec_light_prox.c46 int idx = chan->scan_index; in cros_ec_light_prox_read() local
130 int idx = chan->scan_index; in cros_ec_light_prox_write() local
/OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c718 ff_layout_mark_ds_unreachable(struct pnfs_layout_segment *lseg, u32 idx) in ff_layout_mark_ds_unreachable()
727 ff_layout_mark_ds_reachable(struct pnfs_layout_segment *lseg, u32 idx) in ff_layout_mark_ds_reachable()
744 u32 idx; in ff_layout_choose_ds_for_read() local
987 ff_layout_pg_set_mirror_write(struct nfs_pageio_descriptor *desc, u32 idx) in ff_layout_pg_set_mirror_write()
996 ff_layout_pg_get_mirror_write(struct nfs_pageio_descriptor *desc, u32 idx) in ff_layout_pg_get_mirror_write()
1056 u32 idx = hdr->pgio_mirror_idx + 1; in ff_layout_resend_pnfs_read() local
1094 u32 idx) in ff_layout_async_handle_error_v4()
1168 u32 idx) in ff_layout_async_handle_error_v3()
1203 u32 idx) in ff_layout_async_handle_error()
1230 u32 idx, u64 offset, u64 length, in ff_layout_io_track_ds_error()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dbookmarks.cpp396 QModelIndex idx = index(item); in entryChanged() local
676 QModelIndex idx = sourceModel()->index(source_row, 0, source_parent); in filterAcceptsRow() local
704 QModelIndex idx = m_proxyModel->mapFromSource(model->index(menu)); in AddBookmarkDialog() local
828 QModelIndex idx = m_bookmarksModel->index(childNode); in expandNodes() local
860 QModelIndex idx = currentIndex; in newFolder() local
905 QModelIndex idx = m_bookmarksModel->index(i, 0, m_root); in dropEvent() local
944 QModelIndex idx = m_bookmarksModel->index(i, 0, m_root); in build() local
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_wr.c45 u32 idx; member
156 static inline int smc_wr_tx_get_free_slot_index(struct smc_link *link, u32 *idx) in smc_wr_tx_get_free_slot_index()
188 u32 idx = link->wr_tx_cnt; in smc_wr_tx_get_free_slot() local
236 u32 idx = pend->idx; in smc_wr_tx_put_slot() local
/OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/
H A Dvsp1_entity.c561 #define VSP1_ENTITY_ROUTE_RPF(idx) \ argument
565 #define VSP1_ENTITY_ROUTE_UDS(idx) \ argument
569 #define VSP1_ENTITY_ROUTE_UIF(idx) \ argument
573 #define VSP1_ENTITY_ROUTE_WPF(idx) \ argument
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_fq_pie.c137 u32 idx; in fq_pie_qdisc_enqueue() local
377 u32 idx; in fq_pie_timer() local
398 u32 idx; in fq_pie_init() local
510 u32 idx; in fq_pie_reset() local
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk3308_codec.c891 static u32 to_mapped_grp(struct rk3308_codec_priv *rk3308, int idx) in to_mapped_grp()
897 int type, int idx, u32 *grp) in adc_for_each_grp()
1072 int idx, grp, is_master; in rk3308_set_dai_fmt() local
1252 int idx, grp; in rk3308_codec_adc_dig_config() local
2335 int idx = 0; in rk3308_codec_adc_grps_route_config() local
2358 unsigned int idx; in rk3308_codec_adc_grps_route_default() local
2465 int idx; in has_en_always_grps() local
2579 int idx, grp; in rk3308_codec_adc_reinit_mics() local
2662 int idx, grp; in rk3308_codec_adc_ana_enable() local
2880 int idx, grp; in rk3308_codec_adc_ana_disable() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dtestmode.c185 mt76_testmode_param_set(struct mt76_testmode_data *td, u16 idx) in mt76_testmode_param_set()
191 mt76_testmode_param_present(struct mt76_testmode_data *td, u16 idx) in mt76_testmode_param_present()
358 int idx = 0; in mt76_testmode_cmd() local
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dlogfile.c264 u16 nr_clients, idx; in ntfs_check_log_client_array() local
375 pgoff_t idx; in ntfs_check_and_load_restart_page() local
529 pgoff_t idx = pos >> PAGE_SHIFT; in ntfs_check_logfile() local
/OK3568_Linux_fs/kernel/drivers/md/
H A Draid1-10.c78 unsigned idx) in resync_fetch_page()
98 int idx = 0; in md_bio_reset_resync_pages() local

1...<<11121314151617181920>>...172