| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | hash.c | 42 static void str2hashbuf(const unsigned char *msg, size_t len, in str2hashbuf() 70 static u32 TEA_hash_name(const u8 *p, size_t len) in TEA_hash_name() 99 size_t len = fname->disk_name.len; in f2fs_hash_filename() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_cfgvendor.c | 91 IN int event, IN t_u8 *data, IN int len) in woal_cfg80211_vendor_event() 150 IN int event, IN int len) in woal_cfg80211_alloc_vendor_event() 369 const void *data, int len) in woal_cfg80211_subcmd_get_valid_channels() 654 const void *data, int len) in woal_cfg80211_subcmd_get_correlated_time() 729 int len) in woal_cfg80211_subcmd_rssi_monitor() 918 woal_roam_ap_info(IN moal_private *priv, IN t_u8 *data, IN int len) in woal_roam_ap_info() 1022 const void *data, int len) in woal_cfg80211_subcmd_get_roaming_capability() 1076 const void *data, int len) in woal_cfg80211_subcmd_fw_roaming_enable() 1149 const void *data, int len) in woal_cfg80211_subcmd_fw_roaming_config() 1248 const void *data, int len) in woal_cfg80211_subcmd_fw_roaming_support()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | recovery.c | 50 static int is_empty(void *buf, int len) in is_empty() 69 static int first_non_ff(void *buf, int len) in first_non_ff() 101 int err, offs, len; in get_master_node() local 430 int *offs, int *len) in clean_buf() 458 static int no_more_nodes(const struct ubifs_info *c, void *buf, int len, in no_more_nodes() 528 int len = ALIGN(endpt, c->min_io_size); in fix_unclean_leb() local 625 int ret = 0, err, len = c->leb_size - offs, start = offs, min_io_unit; in ubifs_recover_leb() local 947 int len = c->max_write_size, err; in recover_head() local 1018 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb() local 1440 int err, lnum, offs, len; in fix_size_in_place() local
|
| H A D | scan.c | 28 static int scan_padding_bytes(void *buf, int len) in scan_padding_bytes() 57 int ubifs_scan_a_node(const struct ubifs_info *c, void *buf, int len, int lnum, in ubifs_scan_a_node() 228 int len; in ubifs_scanned_corruption() local 258 int err, len = c->leb_size - offs; in ubifs_scan() local
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | recovery.c | 55 static int is_empty(void *buf, int len) in is_empty() 74 static int first_non_ff(void *buf, int len) in first_non_ff() 106 int err, offs, len; in get_master_node() local 436 int *offs, int *len) in clean_buf() 465 static int no_more_nodes(const struct ubifs_info *c, void *buf, int len, in no_more_nodes() 536 int len = ALIGN(endpt, c->min_io_size); in fix_unclean_leb() local 634 int ret = 0, err, len = c->leb_size - offs, start = offs, min_io_unit; in ubifs_recover_leb() local 923 int len = c->max_write_size, err; in recover_head() local 994 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb() local 1425 int err, lnum, offs, len; in fix_size_in_place() local
|
| H A D | scan.c | 33 static int scan_padding_bytes(void *buf, int len) in scan_padding_bytes() 62 int ubifs_scan_a_node(const struct ubifs_info *c, void *buf, int len, int lnum, in ubifs_scan_a_node() 234 int len; in ubifs_scanned_corruption() local 264 int err, len = c->leb_size - offs; in ubifs_scan() local
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | namei_vfat.c | 104 static unsigned int __vfat_striptail_len(unsigned int len, const char *name) in __vfat_striptail_len() 138 unsigned int len; in vfat_hashi() local 156 unsigned int len, const char *str, const struct qstr *name) in vfat_cmpi() 175 unsigned int len, const char *str, const struct qstr *name) in vfat_cmp() 222 static inline int vfat_is_used_badchars(const wchar_t *s, int len) in vfat_is_used_badchars() 281 int len; in to_shortname_char() local 511 xlate_to_uni(const unsigned char *name, int len, unsigned char *outname, in xlate_to_uni() 580 int len, int is_dir, int cluster, in vfat_build_slots() 661 unsigned int len; in vfat_add_entry() local 695 unsigned int len = vfat_striptail_len(qname); in vfat_find() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | libfdt-wrapper.c | 71 int len; in fdt_wrapper_getprop() local 81 const void *buf, const int len) in fdt_wrapper_setprop() 120 int len) in fdt_wrapper_find_node_by_prop_value() 135 static char *fdt_wrapper_get_path(const void *devp, char *buf, int len) in fdt_wrapper_get_path()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_seq.c | 207 unsigned int len = strlen(str); in trace_seq_puts() local 259 void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) in trace_seq_putmem() 286 unsigned int len) in trace_seq_putmem_hex() 379 const void *buf, size_t len, bool ascii) in trace_seq_hex_dump()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | cfi_mtd.c | 68 static int cfi_mtd_read(struct mtd_info *mtd, loff_t from, size_t len, in cfi_mtd_read() 80 static int cfi_mtd_write(struct mtd_info *mtd, loff_t to, size_t len, in cfi_mtd_write() 108 static int cfi_mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in cfi_mtd_lock() 120 static int cfi_mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in cfi_mtd_unlock()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | tx99.c | 50 u32 len = 1200; in ath9k_build_tx99_skb() local 164 unsigned int len; in read_file_tx99() local 177 ssize_t len; in write_file_tx99() local 233 unsigned int len; in read_file_tx99_power() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/ |
| H A D | subpage_prot.c | 88 static void subpage_prot_clear(unsigned long addr, unsigned long len) in subpage_prot_clear() 149 unsigned long len) in subpage_mark_vma_nohuge() 174 unsigned long len) in subpage_mark_vma_nohuge() 191 unsigned long, len, u32 __user *, map) in SYSCALL_DEFINE3() argument
|
| /OK3568_Linux_fs/kernel/arch/x86/pci/ |
| H A D | direct.c | 22 unsigned int devfn, int reg, int len, u32 *value) in pci_conf1_read() 53 unsigned int devfn, int reg, int len, u32 value) in pci_conf1_write() 96 unsigned int devfn, int reg, int len, u32 *value) in pci_conf2_read() 138 unsigned int devfn, int reg, int len, u32 value) in pci_conf2_write()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| H A D | gm200.c | 32 pmu_code(struct nv50_devinit *init, u32 pmu, u32 img, u32 len, bool sec) in pmu_code() 52 pmu_data(struct nv50_devinit *init, u32 pmu, u32 img, u32 len) in pmu_data() 145 u32 len = nvbios_rd16(bios, bit_I.offset + 0x16); in gm200_devinit_post() local 153 u32 len = nvbios_rd16(bios, bit_I.offset + 0x1a); in gm200_devinit_post() local
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | dmxcompat.c | 56 dmxVDLReadLine(FILE * str, char *buf, int len) in dmxVDLReadLine() 70 dmxVDLVirtualEntry(const char *buf, char *name, int *len, int *x, int *y) in dmxVDLVirtualEntry() 94 char *name, int *len, in dmxVDLDisplayEntry() 131 int len; in dmxVDLRead() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/ |
| H A D | fw.c | 21 const unsigned int len, const u8 compatible_revision) in carl9170_fw_find_desc() 132 size_t len) in carl9170_fw_checksum() 223 static int carl9170_fw(struct ar9170 *ar, const __u8 *data, size_t len) in carl9170_fw() 365 carl9170_find_fw_desc(struct ar9170 *ar, const __u8 *fw_data, const size_t len) in carl9170_find_fw_desc()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rcu_segcblist.h | 24 long len; member 71 atomic_long_t len; member 73 long len; member
|
| /OK3568_Linux_fs/kernel/mm/damon/ |
| H A D | dbgfs.c | 100 static ssize_t sprint_schemes(struct damon_ctx *c, char *buf, ssize_t len) in sprint_schemes() 136 ssize_t len; in dbgfs_schemes_read() local 184 static struct damos **str_to_schemes(const char *str, ssize_t len, in str_to_schemes() 283 static ssize_t sprint_target_ids(struct damon_ctx *ctx, char *buf, ssize_t len) in sprint_target_ids() 311 ssize_t len; in dbgfs_target_ids_read() local 329 static unsigned long *str_to_target_ids(const char *str, ssize_t len, in str_to_target_ids() 439 static ssize_t sprint_init_regions(struct damon_ctx *c, char *buf, ssize_t len) in sprint_init_regions() 464 ssize_t len; in dbgfs_init_regions_read() local 521 static int set_init_regions(struct damon_ctx *c, const char *str, ssize_t len) in set_init_regions() 590 ssize_t len; in dbgfs_kdamond_pid_read() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_cfgp2p.c | 132 bool wl_cfgp2p_find_gas_subtype(u8 subtype, u8* data, u32 len) in wl_cfgp2p_find_gas_subtype() 1079 #define wl_cfgp2p_is_wpa_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1082 #define wl_cfgp2p_is_wps_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1085 #define wl_cfgp2p_is_p2p_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1091 #define wl_cfgp2p_is_wfd_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1121 wl_cfgp2p_find_wpaie(u8 *parse, u32 len) in wl_cfgp2p_find_wpaie() 1134 wl_cfgp2p_find_wpsie(u8 *parse, u32 len) in wl_cfgp2p_find_wpsie() 1147 wl_cfgp2p_find_p2pie(u8 *parse, u32 len) in wl_cfgp2p_find_p2pie() 1160 wl_cfgp2p_find_wfdie(u8 *parse, u32 len) in wl_cfgp2p_find_wfdie() 1685 u16 len = ie->len; in wl_cfg80211_change_ifaddr() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfgp2p.c | 149 bool wl_cfgp2p_find_gas_subtype(u8 subtype, u8* data, u32 len) in wl_cfgp2p_find_gas_subtype() 1179 #define wl_cfgp2p_is_wpa_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1182 #define wl_cfgp2p_is_wps_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1185 #define wl_cfgp2p_is_p2p_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1191 #define wl_cfgp2p_is_wfd_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1217 wl_cfgp2p_find_wpaie(const u8 *parse, u32 len) in wl_cfgp2p_find_wpaie() 1230 wl_cfgp2p_find_wpsie(const u8 *parse, u32 len) in wl_cfgp2p_find_wpsie() 1243 wl_cfgp2p_find_p2pie(const u8 *parse, u32 len) in wl_cfgp2p_find_p2pie() 1256 wl_cfgp2p_find_wfdie(const u8 *parse, u32 len) in wl_cfgp2p_find_wfdie() 1805 u16 len = ie->len; local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfgp2p.c | 149 bool wl_cfgp2p_find_gas_subtype(u8 subtype, u8* data, u32 len) in wl_cfgp2p_find_gas_subtype() 1179 #define wl_cfgp2p_is_wpa_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1182 #define wl_cfgp2p_is_wps_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1185 #define wl_cfgp2p_is_p2p_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1191 #define wl_cfgp2p_is_wfd_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1217 wl_cfgp2p_find_wpaie(const u8 *parse, u32 len) in wl_cfgp2p_find_wpaie() 1230 wl_cfgp2p_find_wpsie(const u8 *parse, u32 len) in wl_cfgp2p_find_wpsie() 1243 wl_cfgp2p_find_p2pie(const u8 *parse, u32 len) in wl_cfgp2p_find_p2pie() 1256 wl_cfgp2p_find_wfdie(const u8 *parse, u32 len) in wl_cfgp2p_find_wfdie() 1805 u16 len = ie->len; local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfgp2p.c | 149 bool wl_cfgp2p_find_gas_subtype(u8 subtype, u8* data, u32 len) in wl_cfgp2p_find_gas_subtype() 1179 #define wl_cfgp2p_is_wpa_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1182 #define wl_cfgp2p_is_wps_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1185 #define wl_cfgp2p_is_p2p_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1191 #define wl_cfgp2p_is_wfd_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1217 wl_cfgp2p_find_wpaie(const u8 *parse, u32 len) in wl_cfgp2p_find_wpaie() 1230 wl_cfgp2p_find_wpsie(const u8 *parse, u32 len) in wl_cfgp2p_find_wpsie() 1243 wl_cfgp2p_find_p2pie(const u8 *parse, u32 len) in wl_cfgp2p_find_p2pie() 1256 wl_cfgp2p_find_wfdie(const u8 *parse, u32 len) in wl_cfgp2p_find_wfdie() 1805 u16 len = ie->len; local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | kapi.c | 235 int i, vol_id = -1, len; in ubi_open_volume_nm() local 369 int offset, int len) in leb_read_sanity_check() 423 int len, int check) in ubi_leb_read() 463 int offset, int len, int check) in ubi_leb_read_sg() 514 int offset, int len) in ubi_leb_write() 559 int len) in ubi_leb_change()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | kapi.c | 243 int i, vol_id = -1, len; in ubi_open_volume_nm() local 376 int offset, int len) in leb_read_sanity_check() 430 int len, int check) in ubi_leb_read() 470 int offset, int len, int check) in ubi_leb_read_sg() 522 int offset, int len) in ubi_leb_write() 567 int len) in ubi_leb_change()
|
| /OK3568_Linux_fs/kernel/drivers/spmi/ |
| H A D | spmi.c | 105 u8 sid, u16 addr, u8 *buf, size_t len) in spmi_read_cmd() 119 u8 sid, u16 addr, const u8 *buf, size_t len) in spmi_write_cmd() 162 size_t len) in spmi_ext_register_read() 184 size_t len) in spmi_ext_register_readl() 239 size_t len) in spmi_ext_register_write() 261 size_t len) in spmi_ext_register_writel()
|