Home
last modified time | relevance | path

Searched refs:index (Results 5551 - 5575 of 19931) sorted by relevance

1...<<221222223224225226227228229230>>...798

/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dmain.c826 u8 index, u8 algorithm, const u8 *key) in key_write()
833 /* Key index/algo block */ in key_write()
834 kidx = b43_kidx_to_fw(dev, index); in key_write()
840 offset = dev->ktp + (index * B43_SEC_KEYSIZE); in key_write()
848 static void keymac_write(struct b43_wldev *dev, u8 index, const u8 *addr) in keymac_write() argument
856 B43_WARN_ON(index < pairwise_keys_start); in keymac_write()
860 * So we must adjust the index here. in keymac_write()
862 index -= pairwise_keys_start; in keymac_write()
863 B43_WARN_ON(index >= B43_NR_PAIRWISE_KEYS); in keymac_write()
876 (index * in keymac_write()
825 key_write(struct b43_wldev *dev, u8 index, u8 algorithm, const u8 *key) key_write() argument
898 rx_tkip_phase1_write(struct b43_wldev *dev, u8 index, u32 iv32, u16 *phase1key) rx_tkip_phase1_write() argument
942 int index = keyconf->hw_key_idx; b43_op_update_tkip_key() local
962 do_key_write(struct b43_wldev *dev, u8 index, u8 algorithm, const u8 *key, size_t key_len, const u8 *mac_addr) do_key_write() argument
999 b43_key_write(struct b43_wldev *dev, int index, u8 algorithm, const u8 *key, size_t key_len, const u8 *mac_addr, struct ieee80211_key_conf *keyconf) b43_key_write() argument
1058 b43_key_clear(struct b43_wldev *dev, int index) b43_key_clear() argument
1087 unsigned int i, index, count, offset, pairwise_keys_start; b43_dump_keymemory() local
4166 u8 index; b43_op_set_key() local
[all...]
/kernel/linux/linux-5.10/drivers/firewire/
H A Dohci.c702 static void ar_context_link_page(struct ar_context *ctx, unsigned int index) in ar_context_link_page() argument
706 d = &ctx->descriptors[index]; in ar_context_link_page()
715 ctx->last_buffer_index = index; in ar_context_link_page()
747 static inline unsigned int ar_next_buffer_index(unsigned int index) in ar_next_buffer_index() argument
749 return (index + 1) % AR_BUFFERS; in ar_next_buffer_index()
2984 int index, ret = -EBUSY; in ohci_allocate_iso_context() local
2992 index = ffs(*mask) - 1; in ohci_allocate_iso_context()
2993 if (index >= 0) { in ohci_allocate_iso_context()
2994 *mask &= ~(1 << index); in ohci_allocate_iso_context()
2995 regs = OHCI1394_IsoXmitContextBase(index); in ohci_allocate_iso_context()
3080 int index; ohci_start_iso() local
3128 int index; ohci_stop_iso() local
3154 int index; ohci_free_iso_context() local
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H A Dohci.c702 static void ar_context_link_page(struct ar_context *ctx, unsigned int index) in ar_context_link_page() argument
706 d = &ctx->descriptors[index]; in ar_context_link_page()
715 ctx->last_buffer_index = index; in ar_context_link_page()
750 static inline unsigned int ar_next_buffer_index(unsigned int index) in ar_next_buffer_index() argument
752 return (index + 1) % AR_BUFFERS; in ar_next_buffer_index()
2996 int index, ret = -EBUSY; in ohci_allocate_iso_context() local
3004 index = ffs(*mask) - 1; in ohci_allocate_iso_context()
3005 if (index >= 0) { in ohci_allocate_iso_context()
3006 *mask &= ~(1 << index); in ohci_allocate_iso_context()
3007 regs = OHCI1394_IsoXmitContextBase(index); in ohci_allocate_iso_context()
3092 int index; ohci_start_iso() local
3140 int index; ohci_stop_iso() local
3166 int index; ohci_free_iso_context() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelPipeline.cpp104 Float4 x = shaderModel < 0x0104 ? v[2 + dst.index].x : v[2 + src0.index].x; in applyShader()
105 Float4 y = shaderModel < 0x0104 ? v[2 + dst.index].y : v[2 + src0.index].y; in applyShader()
106 Float4 z = shaderModel < 0x0104 ? v[2 + dst.index].z : v[2 + src0.index].z; in applyShader()
107 Float4 w = shaderModel < 0x0104 ? v[2 + dst.index].w : v[2 + src0.index].w; in applyShader()
131 TEXCOORD(d, x, y, z, dst.index); in applyShader()
137 TEXCRD(d, x, y, z, src0.index, src in applyShader()
[all...]
/third_party/vixl/src/aarch64/
H A Dassembler-sve-aarch64.cc1313 int index, in fcmla()
1320 Emit(FCMLA_z_zzzi_h | SVEMulComplexIndexHelper(zm, index) | rotate_bit | in fcmla()
1525 int index, in SVEMulIndexHelper()
1532 // Allowable register number and lane index depends on the lane size. in SVEMulIndexHelper()
1536 VIXL_ASSERT(IsUint3(index)); in SVEMulIndexHelper()
1538 // bit of the index. So, if index is less than four, the top bit of index in SVEMulIndexHelper()
1541 if (index < 4) size = 0; in SVEMulIndexHelper()
1542 // Top two bits of "zm" encode the index in SVEMulIndexHelper()
1310 fcmla(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index, int rot) fcmla() argument
1523 SVEMulIndexHelper(unsigned lane_size_in_bytes_log2, const ZRegister& zm, int index, Instr op_h, Instr op_s, Instr op_d) SVEMulIndexHelper() argument
1566 SVEMulLongIndexHelper(const ZRegister& zm, int index) SVEMulLongIndexHelper() argument
1588 SVEMulComplexIndexHelper(const ZRegister& zm, int index) SVEMulComplexIndexHelper() argument
1607 fmla(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) fmla() argument
1626 fmls(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) fmls() argument
1648 fmul(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, unsigned index) fmul() argument
2201 void Assembler::index(const ZRegister& zd, int start, int step) { index() function in vixl::aarch64::Assembler
2212 void Assembler::index(const ZRegister& zd, index() function in vixl::aarch64::Assembler
2228 void Assembler::index(const ZRegister& zd, const Register& rn, int imm5) { index() function in vixl::aarch64::Assembler
2240 void Assembler::index(const ZRegister& zd, int imm5, const Register& rm) { index() function in vixl::aarch64::Assembler
5325 sdot(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) sdot() argument
5351 udot(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) udot() argument
5972 dup(const ZRegister& zd, const ZRegister& zn, unsigned index) dup() argument
6556 mov(const ZRegister& zd, const ZRegister& zn, unsigned index) mov() argument
6825 cdot(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index, int rot) cdot() argument
6875 cmla(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index, int rot) cmla() argument
7131 fmlalb(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) fmlalb() argument
7159 fmlalt(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) fmlalt() argument
7191 fmlslb(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) fmlslb() argument
7223 fmlslt(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) fmlslt() argument
7285 mla(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) mla() argument
7306 mls(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) mls() argument
7327 mul(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, int index) mul() argument
8002 sqdmlalb(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) sqdmlalb() argument
8065 sqdmlalt(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) sqdmlalt() argument
8113 sqdmlslb(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) sqdmlslb() argument
8176 sqdmlslt(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) sqdmlslt() argument
8221 sqdmulh(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, int index) sqdmulh() argument
8298 sqrdcmlah(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index, int rot) sqrdcmlah() argument
8336 sqrdmlah(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) sqrdmlah() argument
8375 sqrdmlsh(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) sqrdmlsh() argument
8410 sqrdmulh(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, int index) sqrdmulh() argument
9870 usdot(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) usdot() argument
9884 sudot(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) sudot() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debugfs_helper.h31 * @index: An element index. The valid range depends on the use-case.
34 typedef void (*kbase_debugfs_helper_set_attr_fn)(void *array, size_t index, size_t value);
64 * @index: An element index. The valid range depends on the use-case.
68 typedef size_t (*kbase_debugfs_helper_get_attr_fn)(void *array, size_t index);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debugfs_helper.h30 * @index: An element index. The valid range depends on the use-case.
33 typedef void kbase_debugfs_helper_set_attr_fn(void *array, size_t index,
88 * @index: An element index. The valid range depends on the use-case.
92 typedef size_t kbase_debugfs_helper_get_attr_fn(void *array, size_t index);
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/
H A Dbuild.py16 i1 = ss.index("// update js code begin") + len("// update js code begin") + 1
17 i2 = ss.index("// update js code end") - 1
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk.h13 int index, const char *con_id);
16 int index, const char *con_id) in of_clk_get_hw()
15 of_clk_get_hw(struct device_node *np, int index, const char *con_id) of_clk_get_hw() argument
/kernel/linux/linux-5.10/drivers/cpuidle/
H A Dcpuidle-at91.c31 int index) in at91_enter_idle()
34 return index; in at91_enter_idle()
29 at91_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) at91_enter_idle() argument
H A Dcpuidle-clps711x.c19 struct cpuidle_driver *drv, int index) in clps711x_cpuidle_halt()
23 return index; in clps711x_cpuidle_halt()
18 clps711x_cpuidle_halt(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) clps711x_cpuidle_halt() argument
H A Dcpuidle-zynq.c26 struct cpuidle_driver *drv, int index) in zynq_enter_idle()
31 return index; in zynq_enter_idle()
25 zynq_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) zynq_enter_idle() argument
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmcfintc.h85 void mcf_setimr(int index);
86 void mcf_clrimr(int index);
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dcpuidle-s3c64xx.c24 int index) in s3c64xx_enter_idle()
36 return index; in s3c64xx_enter_idle()
22 s3c64xx_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) s3c64xx_enter_idle() argument
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H A Dpgtable-4k.h60 static inline int get_hugepd_cache_index(int index) in get_hugepd_cache_index() argument
62 switch (index) { in get_hugepd_cache_index()
/kernel/linux/linux-5.10/arch/arm/mach-imx/
H A Dcpuidle-imx6sl.c14 struct cpuidle_driver *drv, int index) in imx6sl_enter_wait()
26 return index; in imx6sl_enter_wait()
13 imx6sl_enter_wait(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) imx6sl_enter_wait() argument
/kernel/linux/linux-5.10/drivers/net/can/peak_canfd/
H A Dpeak_canfd_user.h18 int index; /* channel index */ member
22 int echo_idx; /* echo skb free slot index */
40 struct net_device *alloc_peak_canfd_dev(int sizeof_priv, int index,
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dmcfintc.h85 void mcf_setimr(int index);
86 void mcf_clrimr(int index);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H A Dpgtable-4k.h50 static inline int get_hugepd_cache_index(int index) in get_hugepd_cache_index() argument
52 switch (index) { in get_hugepd_cache_index()
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
H A Dcpuidle-s3c64xx.c23 struct cpuidle_driver *drv, int index) in s3c64xx_enter_idle()
35 return index; in s3c64xx_enter_idle()
22 s3c64xx_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) s3c64xx_enter_idle() argument
/kernel/linux/linux-6.6/arch/arm/mach-imx/
H A Dcpuidle-imx6sl.c15 struct cpuidle_driver *drv, int index) in imx6sl_enter_wait()
27 return index; in imx6sl_enter_wait()
14 imx6sl_enter_wait(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) imx6sl_enter_wait() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgp102.c48 gp102_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gp102_ltc_new() argument
50 return nvkm_ltc_new_(&gp102_ltc, device, index, pltc); in gp102_ltc_new()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dnv50.c58 nv50_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) in nv50_mc_new() argument
60 return nvkm_mc_new_(&nv50_mc, device, index, pmc); in nv50_mc_new()
H A Dtu102.c52 tu102_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) in tu102_mc_new() argument
54 return gp100_mc_new_(&tu102_mc, device, index, pmc); in tu102_mc_new()
H A Dnv17.c56 nv17_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) in nv17_mc_new() argument
58 return nvkm_mc_new_(&nv17_mc, device, index, pmc); in nv17_mc_new()

Completed in 31 milliseconds

1...<<221222223224225226227228229230>>...798