/Linux-v5.10/arch/nds32/math-emu/ |
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 …]
|
/Linux-v5.10/usr/ |
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}"
|
/Linux-v5.10/kernel/trace/ |
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)
|
/Linux-v5.10/net/mac80211/ |
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 …]
|
/Linux-v5.10/arch/arm/include/asm/ |
D | user.h | 46 unsigned char ftype[8]; member
|
/Linux-v5.10/fs/xfs/libxfs/ |
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()
|
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);
|
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()
|
D | xfs_dir2_node.c | 2195 int ftype; /* new file type */ in xfs_dir2_node_replace() local 2211 ftype = args->filetype; in xfs_dir2_node_replace() 2251 xfs_dir2_data_put_ftype(state->mp, dep, ftype); in xfs_dir2_node_replace()
|
/Linux-v5.10/drivers/net/wireless/ath/ath9k/ |
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()
|
/Linux-v5.10/fs/nfsd/ |
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()
|
D | nfs3proc.c | 319 if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) { in nfsd3_proc_mknod() 326 } else if (argp->ftype != NF3SOCK && argp->ftype != NF3FIFO) { in nfsd3_proc_mknod() 331 type = nfs3_ftypes[argp->ftype]; in nfsd3_proc_mknod()
|
D | xdr3.h | 60 __u32 ftype; member
|
D | vfs.c | 372 umode_t ftype = 0; in nfsd_setattr() local 380 ftype = S_IFREG; in nfsd_setattr() 400 err = fh_verify(rqstp, fhp, ftype, accmode); in nfsd_setattr()
|
/Linux-v5.10/drivers/net/ethernet/intel/iavf/ |
D | iavf_client.h | 92 u8 ftype; /* function type, PF or VF */ member
|
D | iavf_client.c | 208 cinst->lan_info.ftype = IAVF_CLIENT_FTYPE_VF; in iavf_client_add_instance()
|
/Linux-v5.10/drivers/staging/wlan-ng/ |
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()
|
/Linux-v5.10/drivers/tty/ |
D | n_gsm.c | 249 u8 ftype; /* UI or UIH */ member 808 msg = gsm_data_alloc(gsm, dlci->addr, size, gsm->ftype); in gsm_dlci_data_output() 877 msg = gsm_data_alloc(gsm, dlci->addr, size, gsm->ftype); in gsm_dlci_data_output_framed() 994 msg = gsm_data_alloc(gsm, 0, dlen + 2, gsm->ftype); in gsm_control_reply() 1296 struct gsm_msg *msg = gsm_data_alloc(gsm, 0, ctrl->len + 1, gsm->ftype); in gsm_control_transmit() 2224 gsm->ftype = UIH; in gsm_alloc_mux() 2245 if (gsm->ftype == UIH) in gsm_copy_config_values() 2249 pr_debug("Ftype %d i %d\n", gsm->ftype, c->i); in gsm_copy_config_values() 2319 gsm->ftype = UIH; in gsm_config() 2321 gsm->ftype = UI; in gsm_config()
|
/Linux-v5.10/include/linux/net/intel/ |
D | i40e_client.h | 84 u8 ftype; /* function type, PF or VF */ member
|
/Linux-v5.10/net/wireless/ |
D | scan.c | 1871 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_single_bss_data() argument 1929 switch (ftype) { in cfg80211_inform_single_bss_data() 2047 enum cfg80211_bss_frame_type ftype, in cfg80211_parse_mbssid_data() argument 2143 ftype, in cfg80211_parse_mbssid_data() 2165 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_data() argument 2173 res = cfg80211_inform_single_bss_data(wiphy, data, ftype, bssid, tsf, in cfg80211_inform_bss_data() 2179 cfg80211_parse_mbssid_data(wiphy, data, ftype, bssid, tsf, in cfg80211_inform_bss_data() 2193 enum cfg80211_bss_frame_type ftype; in cfg80211_parse_mbssid_frame_data() local 2198 ftype = ieee80211_is_beacon(mgmt->frame_control) ? in cfg80211_parse_mbssid_frame_data() 2201 cfg80211_parse_mbssid_data(wiphy, data, ftype, mgmt->bssid, in cfg80211_parse_mbssid_frame_data()
|
D | mlme.c | 768 __le16 ftype = mgmt->frame_control & in cfg80211_rx_mgmt_khz() local 786 if (reg->frame_type != ftype) in cfg80211_rx_mgmt_khz()
|
/Linux-v5.10/drivers/media/usb/uvc/ |
D | uvc_driver.c | 512 u8 ftype; in uvc_parse_format() local 576 ftype = UVC_VS_FRAME_UNCOMPRESSED; in uvc_parse_format() 578 ftype = UVC_VS_FRAME_FRAME_BASED; in uvc_parse_format() 597 ftype = UVC_VS_FRAME_MJPEG; in uvc_parse_format() 633 ftype = 0; in uvc_parse_format() 665 buffer[2] == ftype) { in uvc_parse_format() 667 if (ftype != UVC_VS_FRAME_FRAME_BASED) in uvc_parse_format() 688 if (ftype != UVC_VS_FRAME_FRAME_BASED) { in uvc_parse_format()
|
/Linux-v5.10/drivers/net/wireless/ath/wil6210/ |
D | txrx.c | 377 u8 ftype; in wil_rx_get_cid_by_skb() local 383 ftype = wil_rxdesc_ftype(d) << 2; in wil_rx_get_cid_by_skb() 384 if (likely(ftype == IEEE80211_FTYPE_DATA)) { in wil_rx_get_cid_by_skb() 426 ta, vif->wdev.iftype, ftype, skb->len); in wil_rx_get_cid_by_skb() 452 u8 ftype; in wil_vring_reap_rx() local 535 ftype = wil_rxdesc_ftype(d) << 2; in wil_vring_reap_rx() 536 if (unlikely(ftype != IEEE80211_FTYPE_DATA)) { in wil_vring_reap_rx()
|
D | txrx_edma.c | 758 u8 ftype; in wil_check_bar() local 765 ftype = wil_rx_status_get_frame_type(wil, msg); in wil_check_bar() 766 if (ftype == IEEE80211_FTYPE_DATA) in wil_check_bar()
|
/Linux-v5.10/include/net/ |
D | cfg80211.h | 6197 enum cfg80211_bss_frame_type ftype, 6206 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_width() argument 6217 return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf, in cfg80211_inform_bss_width() 6225 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss() argument 6236 return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf, in cfg80211_inform_bss()
|