Home
last modified time | relevance | path

Searched defs:nelem (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/
H A Dwrap_sdram_config.c294 void socfpga_get_seq_ac_init(const u32 **init, unsigned int *nelem) in socfpga_get_seq_ac_init()
300 void socfpga_get_seq_inst_init(const u32 **init, unsigned int *nelem) in socfpga_get_seq_inst_init()
/OK3568_Linux_fs/kernel/drivers/misc/sgi-gru/
H A Dgru_instructions.h142 unsigned long nelem; /* DW 3 */ member
384 unsigned int tri0, unsigned char xtype, unsigned long nelem, in gru_vload()
397 unsigned int tri0, unsigned char xtype, unsigned long nelem, in gru_vstore()
411 unsigned long nelem, unsigned long hints) in gru_ivload()
424 unsigned char xtype, unsigned long nelem, unsigned long hints) in gru_ivstore()
436 unsigned long value, unsigned char xtype, unsigned long nelem, in gru_vset()
451 unsigned long nelem, unsigned long hints) in gru_ivset()
464 unsigned long nelem, unsigned char xtype, unsigned long stride, in gru_vflush()
486 unsigned int tri0, unsigned int xtype, unsigned long nelem, in gru_bcopy()
501 unsigned long nelem, unsigned long hints) in gru_bstore()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dvec.h289 unsigned nelem = v ? v->length () : 0; in reserve() local
389 unsigned nelem = v ? v->length () : 0; in reserve() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dvec.h289 unsigned nelem = v ? v->length () : 0; in reserve() local
389 unsigned nelem = v ? v->length () : 0; in reserve() local
/OK3568_Linux_fs/external/xserver/dix/
H A Dptrveloc.c196 int nelem = 1; in AccelSetProfileProperty() local
241 int nelem = 1; in AccelSetDecelProperty() local
285 int nelem = 1; in AccelSetAdaptDecelProperty() local
332 int nelem = 1; in AccelSetScaleProperty() local
/OK3568_Linux_fs/kernel/drivers/sbus/char/
H A Doradax.c403 static void dax_unlock_pages(struct dax_ctx *ctx, int ccb_index, int nelem) in dax_unlock_pages()
437 int nelem, u64 *err_va) in dax_lock_pages()
758 static void dax_prt_ccbs(struct dax_ccb *ccb, int nelem) in dax_prt_ccbs()
777 static int dax_preprocess_usr_ccbs(struct dax_ctx *ctx, int idx, int nelem) in dax_preprocess_usr_ccbs()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dprivcmd.c107 unsigned nelem, size_t size, in gather_array()
151 static int traverse_pages(unsigned nelem, size_t size, in traverse_pages()
187 static int traverse_pages_block(unsigned nelem, size_t size, in traverse_pages_block()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.h98 static inline size_t size_vstruct(size_t nelem, size_t elem_size, size_t base) in size_vstruct()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_qstor.c269 unsigned int nelem; in qs_qc_prep() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_crypto_api.h2791 const size_t nelem = sizeof(dsa_key_vals) / sizeof(dsa_key_vals[0]); in get_dsa_key_vals() local
2809 const size_t nelem = sizeof(ecdsa_key_vals) / sizeof(ecdsa_key_vals[0]); in get_ecdsa_key_vals() local
2824 const size_t nelem = sizeof(rsa_key_vals) / sizeof(rsa_key_vals[0]); in get_rsa_key_vals() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/tehuti/
H A Dtehuti.c928 static struct rxdb *bdx_rxdb_create(int nelem) in bdx_rxdb_create()
H A Dtehuti.h179 int nelem; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c751 static void *alloc_ring(struct device *dev, size_t nelem, size_t hwsize, in alloc_ring()
/OK3568_Linux_fs/u-boot/drivers/ddr/altera/
H A Dsequencer.c3583 unsigned int nelem = 0; in hc_initialize_rom_data() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c618 static void *alloc_ring(struct pci_dev *pdev, size_t nelem, size_t elem_size, in alloc_ring()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c657 static void *alloc_ring(struct device *dev, size_t nelem, size_t elem_size, in alloc_ring()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drm.c3535 int id, type, nelem; in get_sysctl_pci_bus_info() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_dp.c1881 const int *array, int nelem) in snprintf_int_array()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/
H A Darm_neon.h10840 #define __STRUCTN(t, sz, nelem) \ argument