Home
last modified time | relevance | path

Searched defs:idx (Results 226 – 250 of 4286) sorted by relevance

12345678910>>...172

/OK3568_Linux_fs/kernel/drivers/perf/
H A Darm-cci.c39 #define CCI_PMU_CNTR_BASE(model, idx) ((idx) * CCI_PMU_CNTR_SIZE(model)) argument
316 int idx; in cci400_get_event_idx() local
712 static int pmu_is_valid_counter(struct cci_pmu *cci_pmu, int idx) in pmu_is_valid_counter()
717 static u32 pmu_read_register(struct cci_pmu *cci_pmu, int idx, unsigned int offset) in pmu_read_register()
724 int idx, unsigned int offset) in pmu_write_register()
730 static void pmu_disable_counter(struct cci_pmu *cci_pmu, int idx) in pmu_disable_counter()
735 static void pmu_enable_counter(struct cci_pmu *cci_pmu, int idx) in pmu_enable_counter()
741 pmu_counter_is_enabled(struct cci_pmu *cci_pmu, int idx) in pmu_counter_is_enabled()
746 static void pmu_set_event(struct cci_pmu *cci_pmu, int idx, unsigned long event) in pmu_set_event()
803 int idx; in pmu_get_event_idx() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/
H A Docteon_config.h146 #define CFG_GET_MAX_TXQS_NIC_IF(cfg, idx) \ argument
148 #define CFG_GET_NUM_TXQS_NIC_IF(cfg, idx) \ argument
150 #define CFG_GET_MAX_RXQS_NIC_IF(cfg, idx) \ argument
152 #define CFG_GET_NUM_RXQS_NIC_IF(cfg, idx) \ argument
154 #define CFG_GET_NUM_RX_DESCS_NIC_IF(cfg, idx) \ argument
156 #define CFG_GET_NUM_TX_DESCS_NIC_IF(cfg, idx) \ argument
158 #define CFG_GET_NUM_RX_BUF_SIZE_NIC_IF(cfg, idx) \ argument
160 #define CFG_GET_BASE_QUE_NIC_IF(cfg, idx) \ argument
162 #define CFG_GET_GMXID_NIC_IF(cfg, idx) \ argument
172 #define CFG_SET_NUM_RX_DESCS_NIC_IF(cfg, idx, value) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A DM0205.c75 nvbios_M0205Ee(struct nvkm_bios *bios, int idx, in nvbios_M0205Ee()
91 nvbios_M0205Ep(struct nvkm_bios *bios, int idx, in nvbios_M0205Ep()
108 nvbios_M0205Se(struct nvkm_bios *bios, int ent, int idx, u8 *ver, u8 *hdr) in nvbios_M0205Se()
122 nvbios_M0205Sp(struct nvkm_bios *bios, int ent, int idx, u8 *ver, u8 *hdr, in nvbios_M0205Sp()
H A Dperf.c79 nvbios_perf_entry(struct nvkm_bios *bios, int idx, in nvbios_perf_entry()
95 nvbios_perfEp(struct nvkm_bios *bios, int idx, in nvbios_perfEp()
173 nvbios_perfSe(struct nvkm_bios *bios, u32 perfE, int idx, in nvbios_perfSe()
185 nvbios_perfSp(struct nvkm_bios *bios, u32 perfE, int idx, in nvbios_perfSp()
H A Dpmu.c50 nvbios_pmuEe(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr) in nvbios_pmuEe()
63 nvbios_pmuEp(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr, in nvbios_pmuEp()
81 u8 ver, hdr, idx = 0; in nvbios_pmuRm() local
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dtlb-r3k.c93 int idx; in local_flush_tlb_range() local
130 int idx; in local_flush_tlb_kernel_range() local
156 int oldpid, newpid, idx; in local_flush_tlb_page() local
185 int idx, pid; in __update_tlb() local
H A Dtlb-r4k.c133 int idx; in local_flush_tlb_range() local
184 int idx; in local_flush_tlb_kernel_range() local
218 int idx; in local_flush_tlb_page() local
262 int oldpid, idx; in local_flush_tlb_one() local
301 int idx, pid; in __update_tlb() local
/OK3568_Linux_fs/u-boot/board/freescale/corenet_ds/
H A Deth_p4080.c229 int idx = port - FM2_DTSEC1 + 5; in board_ft_fman_fixup_port() local
342 int idx = i - FM1_DTSEC1, lane, slot; in board_eth_init() local
382 int idx = i - FM1_10GEC1, lane, slot; in board_eth_init() local
409 int idx = i - FM2_DTSEC1, lane, slot; in board_eth_init() local
451 int idx = i - FM2_10GEC1, lane, slot; in board_eth_init() local
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dperf_event.c133 int idx; member
233 static inline void alpha_write_pmc(int idx, unsigned long val) in alpha_write_pmc()
241 static inline unsigned long alpha_read_pmc(int idx) in alpha_read_pmc()
253 struct hw_perf_event *hwc, int idx) in alpha_perf_event_set_period()
308 struct hw_perf_event *hwc, int idx, long ovf) in alpha_perf_event_update()
414 int idx = hwc->idx; in maybe_change_configuration() local
497 int idx = cpuc->current_idx[j]; in alpha_pmu_del() local
811 int idx, j; in alpha_perf_event_irq_handler() local
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_fwd_user.c32 static int do_attach(int idx, int prog_fd, int map_fd, const char *name) in do_attach()
50 static int do_detach(int idx, const char *name) in do_detach()
84 int opt, i, idx, err; in main() local
/OK3568_Linux_fs/kernel/arch/csky/mm/
H A Dhighmem.c25 int idx, type; in kmap_atomic_high_prot() local
43 int idx; in kunmap_atomic_high() local
69 int idx, type; in kmap_atomic_pfn() local
/OK3568_Linux_fs/u-boot/drivers/usb/musb/
H A Dmusb_core.c48 # define config_fifo(dir, idx, addr) argument
50 # define config_fifo(dir, idx, addr) \ argument
71 u8 idx; in musb_configure_ep() local
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dkey.c348 int idx, bool uni, bool multi) in __ieee80211_set_default_key()
370 void ieee80211_set_default_key(struct ieee80211_sub_if_data *sdata, int idx, in ieee80211_set_default_key()
379 __ieee80211_set_default_mgmt_key(struct ieee80211_sub_if_data *sdata, int idx) in __ieee80211_set_default_mgmt_key()
395 int idx) in ieee80211_set_default_mgmt_key()
403 __ieee80211_set_default_beacon_key(struct ieee80211_sub_if_data *sdata, int idx) in __ieee80211_set_default_beacon_key()
420 int idx) in ieee80211_set_default_beacon_key()
433 int idx; in ieee80211_key_replace() local
532 ieee80211_key_alloc(u32 cipher, int idx, size_t key_len, in ieee80211_key_alloc()
804 int idx = key->conf.keyidx; in ieee80211_key_link() local
/OK3568_Linux_fs/kernel/net/nfc/
H A Dnetlink.c111 u32 idx; in __get_device_from_cb() local
721 u32 idx; in nfc_genl_get_device() local
759 u32 idx; in nfc_genl_dev_up() local
780 u32 idx; in nfc_genl_dev_down() local
801 u32 idx; in nfc_genl_start_poll() local
842 u32 idx; in nfc_genl_stop_poll() local
935 u32 idx; in nfc_genl_dep_link_up() local
970 u32 idx; in nfc_genl_dep_link_down() local
1019 u32 idx; in nfc_genl_llc_get_params() local
1068 u32 idx; in nfc_genl_llc_set_params() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dbase.c30 nvkm_gpio_drive(struct nvkm_gpio *gpio, int idx, int line, int dir, int out) in nvkm_gpio_drive()
36 nvkm_gpio_sense(struct nvkm_gpio *gpio, int idx, int line) in nvkm_gpio_sense()
49 nvkm_gpio_find(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line, in nvkm_gpio_find()
81 nvkm_gpio_set(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line, int state) in nvkm_gpio_set()
97 nvkm_gpio_get(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line) in nvkm_gpio_get()
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtd_uboot.c107 int idx = 0; in mtd_probe_uclass_mtd_devs() local
123 int idx = 0; in mtd_probe_uclass_spi_nor_devs() local
381 static int get_part(const char *partname, int *idx, loff_t *off, loff_t *size, in get_part()
415 int mtd_arg_off(const char *arg, int *idx, loff_t *off, loff_t *size, in mtd_arg_off()
431 int mtd_arg_off_size(int argc, char *const argv[], int *idx, loff_t *off, in mtd_arg_off_size()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/
H A Di915_syncmap.c33 unsigned int idx) in __sync_print()
146 static int check_seqno(struct i915_syncmap *leaf, unsigned int idx, u32 seqno) in check_seqno()
335 unsigned int step, order, idx; in igt_syncmap_join_below() local
415 unsigned int idx; in igt_syncmap_neighbours() local
449 unsigned int idx, order; in igt_syncmap_compact() local
/OK3568_Linux_fs/kernel/drivers/pnp/
H A Dmanager.c38 static int pnp_assign_port(struct pnp_dev *dev, struct pnp_port *rule, int idx) in pnp_assign_port()
81 static int pnp_assign_mem(struct pnp_dev *dev, struct pnp_mem *rule, int idx) in pnp_assign_mem()
132 static int pnp_assign_irq(struct pnp_dev *dev, struct pnp_irq *rule, int idx) in pnp_assign_irq()
191 static int pnp_assign_dma(struct pnp_dev *dev, struct pnp_dma *rule, int idx) in pnp_assign_dma()
/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-encoder.c30 unsigned int idx,addr; in pvr2_encoder_write_words() local
76 unsigned int idx; in pvr2_encoder_read_words() local
137 unsigned int idx; in pvr2_encoder_cmd() local
298 unsigned int idx; in pvr2_encoder_vcmd() local
/OK3568_Linux_fs/kernel/drivers/net/can/sja1000/
H A Dsja1000_isa.c122 int idx = pdev->id; in sja1000_isa_probe() local
230 int idx = pdev->id; in sja1000_isa_remove() local
258 int idx, err; in sja1000_isa_init() local
304 int idx; in sja1000_isa_exit() local
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dmodelmenu.cpp126 QModelIndex idx = qvariant_cast<QModelIndex>(v); in Q_DECLARE_METATYPE() local
166 QModelIndex idx = m_model->index(i, 0, parent); in createMenu() local
204 QModelIndex idx = qvariant_cast<QModelIndex>(v); in triggered() local
213 QModelIndex idx = qvariant_cast<QModelIndex>(v); in hovered() local
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_pci.c48 int idx; member
120 struct uart_8250_port *port, int idx) in addidata_apci7800_setup()
147 struct uart_8250_port *port, int idx) in afavlab_setup()
202 struct uart_8250_port *port, int idx) in pci_hp_diva_setup()
371 struct uart_8250_port *port, int idx) in sbs_setup()
526 struct uart_8250_port *port, int idx) in pci_siig_setup()
619 struct uart_8250_port *port, int idx) in pci_timedia_setup()
653 struct uart_8250_port *port, int idx) in titan_400l_800l_setup()
754 struct uart_8250_port *port, int idx) in pci_ni8430_setup()
781 struct uart_8250_port *port, int idx) in pci_netmos_9900_setup()
[all …]
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dadt7475.c136 #define TACH_REG(idx) (REG_TACH_BASE + ((idx) * 2)) argument
137 #define TACH_MIN_REG(idx) (REG_TACH_MIN_BASE + ((idx) * 2)) argument
139 #define PWM_REG(idx) (REG_PWM_BASE + (idx)) argument
140 #define PWM_MAX_REG(idx) (REG_PWM_MAX_BASE + (idx)) argument
141 #define PWM_MIN_REG(idx) (REG_PWM_MIN_BASE + (idx)) argument
142 #define PWM_CONFIG_REG(idx) (REG_PWM_CONFIG_BASE + (idx)) argument
144 #define VOLTAGE_REG(idx) (REG_VOLTAGE_BASE + (idx)) argument
145 #define VOLTAGE_MIN_REG(idx) (REG_VOLTAGE_MIN_BASE + ((idx) * 2)) argument
146 #define VOLTAGE_MAX_REG(idx) (REG_VOLTAGE_MAX_BASE + ((idx) * 2)) argument
148 #define TEMP_REG(idx) (REG_TEMP_BASE + (idx)) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dgen8_ppgtt.c113 gen8_pd_range(u64 start, u64 end, int lvl, unsigned int *idx) in gen8_pd_range()
153 gen8_pdp_for_page_index(struct i915_address_space * const vm, const u64 idx) in gen8_pdp_for_page_index()
203 unsigned int idx, len; in __gen8_ppgtt_clear() local
277 unsigned int idx, len; in __gen8_ppgtt_alloc() local
361 u64 idx, in gen8_ppgtt_insert_pte()
539 u64 idx = vma->node.start >> GEN8_PTE_SHIFT; in gen8_ppgtt_insert() local
613 unsigned int idx; in gen8_preallocate_top_level_pdp() local
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dperf_event.c100 static u64 arc_pmu_read_counter(int idx) in arc_pmu_read_counter()
119 struct hw_perf_event *hwc, int idx) in arc_perf_event_update()
248 int idx = hwc->idx; in arc_pmu_event_set_period() local
292 int idx = hwc->idx; in arc_pmu_start() local
317 int idx = hwc->idx; in arc_pmu_stop() local
364 int idx = hwc->idx; in arc_pmu_add() local
406 int idx; in arc_pmu_intr() local

12345678910>>...172