| /OK3568_Linux_fs/kernel/arch/nds32/math-emu/ |
| H A D | fpuemu.c | 73 int ftype = 0; local 80 ftype = S2S; 84 ftype = S2S; 88 ftype = S2S; 92 ftype = S2S; 96 ftype = S2S; 100 ftype = S2S; 104 ftype = S2S; 108 ftype = S2S; 114 ftype = S1D; [all …]
|
| /OK3568_Linux_fs/kernel/usr/ |
| H A D | gen_initramfs.sh | 94 local ftype=$(filetype "${location}") 100 [ "${ftype}" = "invalid" ] && return 0 103 case "${ftype}" in 105 str="${ftype} ${name} ${location} ${str}" 115 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}" 119 str="${ftype} ${name} ${target} ${str}" 122 str="${ftype} ${name} ${str}"
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | gen_initramfs_list.sh | 114 local ftype=$(filetype "${location}") 120 [ "${ftype}" = "invalid" ] && return 0 123 case "${ftype}" in 125 str="${ftype} ${name} ${location} ${str}" 135 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}" 139 str="${ftype} ${name} ${target} ${str}" 142 str="${ftype} ${name} ${str}"
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | gen_initramfs_list.sh | 114 local ftype=$(filetype "${location}") 120 [ "${ftype}" = "invalid" ] && return 0 123 case "${ftype}" in 125 str="${ftype} ${name} ${location} ${str}" 135 str="${ftype} ${name} ${str} ${dev} ${maj} ${min}" 139 str="${ftype} ${name} ${target} ${str}" 142 str="${ftype} ${name} ${str}"
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_probe.h | 179 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument 187 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument 188 __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, #_fmttype) 189 #define ASSIGN_FETCH_TYPE(ptype, ftype, sign) \ argument 190 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, ptype) 193 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument 194 _ASSIGN_FETCH_TYPE(#ptype, ptype, ftype, sizeof(ftype), sign, atype)
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | mesh_plink.c | 1010 enum ieee80211_self_protected_actioncode ftype, in mesh_plink_get_event() argument 1017 matches_local = (ftype == WLAN_SP_MESH_PEERING_CLOSE || in mesh_plink_get_event() 1027 if (ftype != WLAN_SP_MESH_PEERING_OPEN) { in mesh_plink_get_event() 1049 switch (ftype) { in mesh_plink_get_event() 1106 enum ieee80211_self_protected_actioncode ftype; in mesh_process_plink_frame() local 1124 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame() 1125 if ((ftype == WLAN_SP_MESH_PEERING_OPEN && ie_len != 4) || in mesh_process_plink_frame() 1126 (ftype == WLAN_SP_MESH_PEERING_CONFIRM && ie_len != 6) || in mesh_process_plink_frame() 1127 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len != 6 in mesh_process_plink_frame() 1131 ftype, ie_len); in mesh_process_plink_frame() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/dtoc/ |
| H A D | dtb_platdata.py | 88 def get_value(ftype, value): argument 100 if ftype == fdt.TYPE_INT: 102 elif ftype == fdt.TYPE_BYTE: 104 elif ftype == fdt.TYPE_STRING: 106 elif ftype == fdt.TYPE_BOOL: 108 elif ftype == fdt.TYPE_INT64:
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | buildhistory_analysis.py | 224 def _ftype_str(self, ftype): argument 225 if ftype == '-': 227 elif ftype == 'd': 229 elif ftype == 'l': 231 elif ftype == 'c': 233 elif ftype == 'b': 235 elif ftype == 'p': 237 elif ftype == 's': 240 return 'unknown (%s)' % ftype
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | id3.c | 48 int ftype = id3_field_type(field); in utf8_id3tag_findframe() local 52 switch (ftype) { in utf8_id3tag_findframe()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | user.h | 39 unsigned char ftype[8]; member
|
| H A D | ucontext.h | 95 unsigned char ftype[8]; member
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_dir2_data.c | 55 uint8_t ftype = dep->name[dep->namelen]; in xfs_dir2_data_get_ftype() local 57 if (likely(ftype < XFS_DIR3_FT_MAX)) in xfs_dir2_data_get_ftype() 58 return ftype; in xfs_dir2_data_get_ftype() 68 uint8_t ftype) in xfs_dir2_data_put_ftype() argument 70 ASSERT(ftype < XFS_DIR3_FT_MAX); in xfs_dir2_data_put_ftype() 74 dep->name[dep->namelen] = ftype; in xfs_dir2_data_put_ftype()
|
| H A D | xfs_dir2_priv.h | 70 struct xfs_dir2_data_entry *dep, uint8_t ftype); 183 struct xfs_dir2_sf_entry *sfep, uint8_t ftype);
|
| H A D | xfs_dir2_sf.c | 139 uint8_t ftype = sfep->name[sfep->namelen]; in xfs_dir2_sf_get_ftype() local 141 if (ftype < XFS_DIR3_FT_MAX) in xfs_dir2_sf_get_ftype() 142 return ftype; in xfs_dir2_sf_get_ftype() 152 uint8_t ftype) in xfs_dir2_sf_put_ftype() argument 154 ASSERT(ftype < XFS_DIR3_FT_MAX); in xfs_dir2_sf_put_ftype() 157 sfep->name[sfep->namelen] = ftype; in xfs_dir2_sf_put_ftype()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | user.h | 46 unsigned char ftype[8]; member
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs3xdr.c | 522 args->ftype = ntohl(*p++); in nfs3svc_decode_mknodargs() 524 if (args->ftype == NF3BLK || args->ftype == NF3CHR in nfs3svc_decode_mknodargs() 525 || args->ftype == NF3SOCK || args->ftype == NF3FIFO) in nfs3svc_decode_mknodargs() 528 if (args->ftype == NF3BLK || args->ftype == NF3CHR) { in nfs3svc_decode_mknodargs()
|
| H A D | nfs3proc.c | 324 if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) { in nfsd3_proc_mknod() 331 } else if (argp->ftype != NF3SOCK && argp->ftype != NF3FIFO) { in nfsd3_proc_mknod() 336 type = nfs3_ftypes[argp->ftype]; in nfsd3_proc_mknod()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | link.c | 221 int ftype; in ath_paprd_calibrate() local 246 ftype = IEEE80211_FTYPE_DATA | IEEE80211_STYPE_NULLFUNC; in ath_paprd_calibrate() 247 hdr->frame_control = cpu_to_le16(ftype); in ath_paprd_calibrate()
|
| /OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/ |
| H A D | p80211netdev.c | 923 u16 ftype; in p80211_rx_typedrop() local 927 ftype = WLAN_GET_FC_FTYPE(fc); in p80211_rx_typedrop() 929 switch (ftype) { in p80211_rx_typedrop()
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_common.h | 58 struct ext2fs_node **fnode, int *ftype);
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | n_gsm.c | 252 u8 ftype; /* UI or UIH */ member 865 msg = gsm_data_alloc(gsm, dlci->addr, size, gsm->ftype); in gsm_dlci_data_output() 944 msg = gsm_data_alloc(gsm, dlci->addr, size, gsm->ftype); in gsm_dlci_data_output_framed() 1061 msg = gsm_data_alloc(gsm, 0, dlen + 2, gsm->ftype); in gsm_control_reply() 1363 struct gsm_msg *msg = gsm_data_alloc(gsm, 0, ctrl->len + 2, gsm->ftype); in gsm_control_transmit() 2312 gsm->ftype = UIH; in gsm_alloc_mux() 2353 if (gsm->ftype == UIH) in gsm_copy_config_values() 2357 pr_debug("Ftype %d i %d\n", gsm->ftype, c->i); in gsm_copy_config_values() 2420 gsm->ftype = UIH; in gsm_config() 2422 gsm->ftype = UI; in gsm_config()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_client.h | 92 u8 ftype; /* function type, PF or VF */ member
|
| /OK3568_Linux_fs/kernel/include/linux/net/intel/ |
| H A D | i40e_client.h | 84 u8 ftype; /* function type, PF or VF */ member
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | scan.c | 1898 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_single_bss_data() argument 1956 switch (ftype) { in cfg80211_inform_single_bss_data() 2081 enum cfg80211_bss_frame_type ftype, in cfg80211_parse_mbssid_data() argument 2179 ftype, in cfg80211_parse_mbssid_data() 2201 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_data() argument 2209 res = cfg80211_inform_single_bss_data(wiphy, data, ftype, bssid, tsf, in cfg80211_inform_bss_data() 2215 cfg80211_parse_mbssid_data(wiphy, data, ftype, bssid, tsf, in cfg80211_inform_bss_data() 2229 enum cfg80211_bss_frame_type ftype; in cfg80211_parse_mbssid_frame_data() local 2234 ftype = ieee80211_is_beacon(mgmt->frame_control) ? in cfg80211_parse_mbssid_frame_data() 2237 cfg80211_parse_mbssid_data(wiphy, data, ftype, mgmt->bssid, in cfg80211_parse_mbssid_frame_data()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/uvc/ |
| H A D | uvc_driver.c | 518 u8 ftype; in uvc_parse_format() local 582 ftype = UVC_VS_FRAME_UNCOMPRESSED; in uvc_parse_format() 584 ftype = UVC_VS_FRAME_FRAME_BASED; in uvc_parse_format() 603 ftype = UVC_VS_FRAME_MJPEG; in uvc_parse_format() 639 ftype = 0; in uvc_parse_format() 671 buffer[2] == ftype) { in uvc_parse_format() 673 if (ftype != UVC_VS_FRAME_FRAME_BASED) in uvc_parse_format() 694 if (ftype != UVC_VS_FRAME_FRAME_BASED) { in uvc_parse_format()
|