/linux-6.3-rc2/drivers/reset/hisilicon/ |
A D | hi6220_reset.c | 45 unsigned long idx) in hi6220_peripheral_assert() 57 unsigned long idx) in hi6220_peripheral_deassert() 74 unsigned long idx) in hi6220_media_assert() 83 unsigned long idx) in hi6220_media_deassert() 107 unsigned long idx) in hi6220_ao_assert() 126 unsigned long idx) in hi6220_ao_deassert()
|
A D | reset-hi3660.c | 23 unsigned long idx, bool assert) in hi3660_reset_program_hw() 36 unsigned long idx) in hi3660_reset_assert() 42 unsigned long idx) in hi3660_reset_deassert() 48 unsigned long idx) in hi3660_reset_dev()
|
/linux-6.3-rc2/net/netfilter/ |
A D | nft_set_bitmap.c | 53 u32 *idx, u32 *off) in nft_bitmap_location() 71 nft_bitmap_active(const u8 *bitmap, u32 idx, u32 off, u8 genmask) in nft_bitmap_active() 82 u32 idx, off; in nft_bitmap_lookup() local 131 u32 idx, off; in nft_bitmap_insert() local 154 u32 idx, off; in nft_bitmap_remove() local 169 u32 idx, off; in nft_bitmap_activate() local 183 u32 idx, off; in nft_bitmap_flush() local 200 u32 idx, off; in nft_bitmap_deactivate() local
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | perf_event.c | 180 static u32 sparc_default_read_pmc(int idx) in sparc_default_read_pmc() 731 static u32 sparc_vt_read_pmc(int idx) in sparc_vt_read_pmc() 815 static u64 mask_for_index(int idx) in mask_for_index() 820 static u64 nop_for_index(int idx) in nop_for_index() 864 struct hw_perf_event *hwc, int idx) in sparc_perf_event_update() 958 int idx = hwc->idx; in calculate_single_pcr() local 993 int idx = hwc->idx; in calculate_multiple_pcrs() local 1008 int idx = cp->hw.idx; in calculate_multiple_pcrs() local 1084 int idx = active_event_index(cpuc, event); in sparc_pmu_start() local 1101 int idx = active_event_index(cpuc, event); in sparc_pmu_stop() local [all …]
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | tlb.h | 8 #define _UNIQUE_ENTRYHI(base, idx) \ argument 11 #define UNIQUE_ENTRYHI(idx) _UNIQUE_ENTRYHI(CKSEG0, idx) argument 12 #define UNIQUE_GUEST_ENTRYHI(idx) _UNIQUE_ENTRYHI(CKSEG1, idx) argument
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
A D | boost.c | 59 nvbios_boostEe(struct nvkm_bios *bios, int idx, in nvbios_boostEe() 75 nvbios_boostEp(struct nvkm_bios *bios, int idx, in nvbios_boostEp() 92 u32 data, idx = 0; in nvbios_boostEm() local 101 nvbios_boostSe(struct nvkm_bios *bios, int idx, in nvbios_boostSe() 113 nvbios_boostSp(struct nvkm_bios *bios, int idx, in nvbios_boostSp()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/ |
A D | i40e_hmc.c | 190 u32 idx) in i40e_remove_pd_bp() 245 u32 idx) in i40e_prep_remove_sd_bp() 274 u32 idx, bool is_pf) in i40e_remove_sd_bp_new() 294 u32 idx) in i40e_prep_remove_pd_page() 323 u32 idx, bool is_pf) in i40e_remove_pd_page_new()
|
/linux-6.3-rc2/include/linux/ |
A D | srcu.h | 72 static inline void __srcu_read_unlock_nmisafe(struct srcu_struct *ssp, int idx) in __srcu_read_unlock_nmisafe() 252 static inline void srcu_read_unlock(struct srcu_struct *ssp, int idx) in srcu_read_unlock() 268 static inline void srcu_read_unlock_nmisafe(struct srcu_struct *ssp, int idx) in srcu_read_unlock_nmisafe() 279 srcu_read_unlock_notrace(struct srcu_struct *ssp, int idx) __releases(ssp) in srcu_read_unlock_notrace() 293 static inline void srcu_up_read(struct srcu_struct *ssp, int idx) in srcu_up_read()
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | perf_event_mipsxx.c | 184 static unsigned int mipsxx_pmu_swizzle_perf_idx(unsigned int idx) in mipsxx_pmu_swizzle_perf_idx() 191 static u64 mipsxx_pmu_read_counter(unsigned int idx) in mipsxx_pmu_read_counter() 214 static u64 mipsxx_pmu_read_counter_64(unsigned int idx) in mipsxx_pmu_read_counter_64() 234 static void mipsxx_pmu_write_counter(unsigned int idx, u64 val) in mipsxx_pmu_write_counter() 275 static unsigned int mipsxx_pmu_read_control(unsigned int idx) in mipsxx_pmu_read_control() 395 static void mipsxx_pmu_disable_event(int idx) in mipsxx_pmu_disable_event() 411 int idx) in mipspmu_event_set_period() 451 int idx) in mipspmu_event_update() 503 int idx; in mipspmu_add() local 539 int idx = hwc->idx; in mipspmu_del() local [all …]
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | xsk.h | 50 __u32 idx) in xsk_ring_prod__fill_addr() 58 xsk_ring_cons__comp_addr(const struct xsk_ring_cons *comp, __u32 idx) in xsk_ring_cons__comp_addr() 66 __u32 idx) in xsk_ring_prod__tx_desc() 74 xsk_ring_cons__rx_desc(const struct xsk_ring_cons *rx, __u32 idx) in xsk_ring_cons__rx_desc() 118 static inline __u32 xsk_ring_prod__reserve(struct xsk_ring_prod *prod, __u32 nb, __u32 *idx) in xsk_ring_prod__reserve() 137 static inline __u32 xsk_ring_cons__peek(struct xsk_ring_cons *cons, __u32 nb, __u32 *idx) in xsk_ring_cons__peek()
|
/linux-6.3-rc2/arch/csky/mm/ |
A D | tlb.c | 80 int idx; in flush_tlb_range() local 120 int idx; in flush_tlb_kernel_range() local 151 int oldpid, idx; in flush_tlb_page() local 182 int oldpid, idx; in flush_tlb_one() local
|
/linux-6.3-rc2/arch/x86/events/ |
A D | msr.c | 20 static bool test_aperfmperf(int idx, void *data) in test_aperfmperf() 25 static bool test_ptsc(int idx, void *data) in test_ptsc() 30 static bool test_irperf(int idx, void *data) in test_irperf() 35 static bool test_therm_status(int idx, void *data) in test_therm_status() 40 static bool test_intel(int idx, void *data) in test_intel()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | tls.c | 25 int idx; in get_free_idx() local 85 static void set_tls_desc(struct task_struct *p, int idx, in set_tls_desc() 115 int do_set_thread_area(struct task_struct *p, int idx, in do_set_thread_area() 196 static void fill_user_desc(struct user_desc *info, int idx, in fill_user_desc() 215 int do_get_thread_area(struct task_struct *p, int idx, in do_get_thread_area()
|
/linux-6.3-rc2/drivers/clk/baikal-t1/ |
A D | ccu-rst.c | 104 static int ccu_rst_reset(struct reset_controller_dev *rcdev, unsigned long idx) in ccu_rst_reset() 121 unsigned long idx, bool high) in ccu_rst_set() 134 unsigned long idx) in ccu_rst_assert() 140 unsigned long idx) in ccu_rst_deassert() 146 unsigned long idx) in ccu_rst_status()
|
/linux-6.3-rc2/arch/arm64/kvm/ |
A D | pmu.c | 65 #define PMEVTYPER_READ_CASE(idx) \ argument 69 #define PMEVTYPER_WRITE_CASE(idx) \ argument 111 static u64 kvm_vcpu_pmu_read_evtype_direct(int idx) in kvm_vcpu_pmu_read_evtype_direct() 128 static void kvm_vcpu_pmu_write_evtype_direct(int idx, u32 val) in kvm_vcpu_pmu_write_evtype_direct()
|
/linux-6.3-rc2/drivers/clk/samsung/ |
A D | clk.c | 101 unsigned int idx, ret; in samsung_clk_register_alias() local 131 unsigned int idx, ret; in samsung_clk_register_fixed_rate() local 160 unsigned int idx; in samsung_clk_register_fixed_factor() local 181 unsigned int idx; in samsung_clk_register_mux() local 204 unsigned int idx; in samsung_clk_register_div() local 234 unsigned int idx; in samsung_clk_register_gate() local
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_mps.c | 31 static int cxgb4_mps_ref_dec(struct adapter *adap, u16 idx) in cxgb4_mps_ref_dec() 54 u16 idx, const u8 *mask) in cxgb4_mps_ref_inc() 102 u16 *idx, u64 *hash, bool sleep_ok) in cxgb4_alloc_mac_filt() 148 unsigned int idx, in cxgb4_free_raw_mac_filt() 167 unsigned int idx, in cxgb4_alloc_raw_mac_filt() 191 int idx, bool sleep_ok) in cxgb4_free_encap_mac_filt()
|
/linux-6.3-rc2/drivers/iio/multiplexer/ |
A D | iio-mux.c | 40 static int iio_mux_select(struct mux *mux, int idx) in iio_mux_select() 93 int idx = chan - mux->chan; in mux_read_raw() local 124 int idx = chan - mux->chan; in mux_read_avail() local 151 int idx = chan - mux->chan; in mux_write_raw() local 182 int idx = chan - mux->chan; in mux_read_ext_info() local 204 int idx = chan - mux->chan; in mux_write_ext_info() local 242 u32 state, const char *label, int idx) in mux_configure_channel()
|
/linux-6.3-rc2/arch/xtensa/kernel/ |
A D | perf_event.c | 126 static inline uint32_t xtensa_pmu_read_counter(int idx) in xtensa_pmu_read_counter() 131 static inline void xtensa_pmu_write_counter(int idx, uint32_t v) in xtensa_pmu_write_counter() 137 struct hw_perf_event *hwc, int idx) in xtensa_perf_event_update() 155 struct hw_perf_event *hwc, int idx) in xtensa_perf_event_set_period() 243 int idx = hwc->idx; in xtensa_pmu_start() local 261 int idx = hwc->idx; in xtensa_pmu_stop() local 285 int idx = hwc->idx; in xtensa_pmu_add() local
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
A D | gt215.c | 43 read_vco(struct gt215_clk *clk, int idx) in read_vco() 61 read_clk(struct gt215_clk *clk, int idx, bool ignore_en) in read_clk() 108 read_pll(struct gt215_clk *clk, int idx, u32 pll) in read_pll() 187 gt215_clk_info(struct nvkm_clk *base, int idx, u32 khz, in gt215_clk_info() 235 gt215_pll_info(struct nvkm_clk *base, int idx, u32 pll, u32 khz, in gt215_pll_info() 275 int idx, u32 pll, int dom) in calc_clk() 363 prog_pll(struct gt215_clk *clk, int idx, u32 pll, int dom) in prog_pll() 407 prog_clk(struct gt215_clk *clk, int idx, int dom) in prog_clk()
|
/linux-6.3-rc2/arch/loongarch/kernel/ |
A D | ptrace.c | 278 unsigned long idx) in ptrace_hbp_get_event() 302 unsigned long idx, in ptrace_hbp_set_event() 325 unsigned long idx) in ptrace_hbp_create() 417 unsigned long idx) in ptrace_hbp_get_initialised_bp() 429 unsigned long idx, u32 *ctrl) in ptrace_hbp_get_ctrl() 443 unsigned long idx, u64 *mask) in ptrace_hbp_get_mask() 457 unsigned long idx, u64 *addr) in ptrace_hbp_get_addr() 493 unsigned long idx, u64 mask) in ptrace_hbp_set_mask() 512 unsigned long idx, u64 addr) in ptrace_hbp_set_addr() 538 int ret, idx = 0; in hw_break_get() local [all …]
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | perf_event.c | 408 int idx = event->hw.idx; in armv8pmu_event_is_chained() local 525 int idx = event->hw.idx; in armv8pmu_read_hw_counter() local 543 int idx = hwc->idx; in armv8pmu_event_needs_bias() local 574 int idx = hwc->idx; in armv8pmu_read_counter() local 595 int idx = event->hw.idx; in armv8pmu_write_hw_counter() local 608 int idx = hwc->idx; in armv8pmu_write_counter() local 629 int idx = hwc->idx; in armv8pmu_write_event_type() local 837 int idx; in armv8pmu_handle_irq() local 897 int idx; in armv8pmu_get_single_idx() local 909 int idx; in armv8pmu_get_chain_idx() local [all …]
|
/linux-6.3-rc2/arch/x86/events/amd/ |
A D | core.c | 455 int idx, new = -1; in __amd_get_nb_event_constraints() local 646 static bool amd_pmu_test_overflow_topbit(int idx) in amd_pmu_test_overflow_topbit() 655 static bool amd_pmu_test_overflow_status(int idx) in amd_pmu_test_overflow_status() 671 static void amd_pmu_wait_on_overflow(int idx) in amd_pmu_wait_on_overflow() 692 int idx; in amd_pmu_check_overflow() local 724 int idx; in amd_pmu_enable_all() local 886 int handled = 0, idx; in amd_pmu_v2_handle_irq() local 967 amd_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in amd_get_event_constraints() 1076 amd_get_event_constraints_f15h(struct cpu_hw_events *cpuc, int idx, in amd_get_event_constraints_f15h() 1151 amd_get_event_constraints_f17h(struct cpu_hw_events *cpuc, int idx, in amd_get_event_constraints_f17h() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/ |
A D | agg-rx.c | 16 mt76_aggr_release(struct mt76_rx_tid *tid, struct sk_buff_head *frames, int idx) in mt76_aggr_release() 36 int idx; in mt76_rx_aggr_release_frames() local 47 int idx = tid->head % tid->size; in mt76_rx_aggr_release_head() local 60 int start, idx, nframes; in mt76_rx_aggr_check_release() local 155 u16 seqno, head, size, idx; in mt76_rx_aggr_reorder() local
|
/linux-6.3-rc2/include/rdma/ |
A D | uverbs_ioctl.h | 640 unsigned int idx) in uverbs_attr_is_valid() 669 u16 idx) in uverbs_attr_get() 678 u16 idx) in uverbs_attr_get_enum_id() 689 u16 idx) in uverbs_attr_get_obj() 701 u16 idx) in uverbs_attr_get_uobject() 791 size_t idx, in _uverbs_copy_from() 818 size_t idx, in _uverbs_copy_from_or_zero() 897 size_t idx, u64 allowed_bits) in uverbs_get_flags64() 903 size_t idx, u64 allowed_bits) in uverbs_get_flags32() 908 size_t idx, const void *from, size_t size) in uverbs_copy_to() [all …]
|