/linux-4.1.27/drivers/message/fusion/ |
D | mptdebug.h | 148 DBG_DUMP_FW_DOWNLOAD(MPT_ADAPTER *ioc, u32 *mfp, int numfrags) in DBG_DUMP_FW_DOWNLOAD() argument 156 printk(" %08x", le32_to_cpu(mfp[i])); in DBG_DUMP_FW_DOWNLOAD() 161 DBG_DUMP_PUT_MSG_FRAME(MPT_ADAPTER *ioc, u32 *mfp) in DBG_DUMP_PUT_MSG_FRAME() argument 168 ioc->name, mfp); in DBG_DUMP_PUT_MSG_FRAME() 170 while (mfp[n] == 0) in DBG_DUMP_PUT_MSG_FRAME() 175 printk(" %08x", le32_to_cpu(mfp[ii])); in DBG_DUMP_PUT_MSG_FRAME() 181 DBG_DUMP_FW_REQUEST_FRAME(MPT_ADAPTER *ioc, u32 *mfp) in DBG_DUMP_FW_REQUEST_FRAME() argument 190 printk(" %08x", le32_to_cpu(mfp[i])); in DBG_DUMP_FW_REQUEST_FRAME() 195 DBG_DUMP_REQUEST_FRAME(MPT_ADAPTER *ioc, u32 *mfp) in DBG_DUMP_REQUEST_FRAME() argument 205 printk("%08x ", le32_to_cpu(mfp[i])); in DBG_DUMP_REQUEST_FRAME() [all …]
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-lantiq.c | 214 static int match_mux(const struct ltq_mfp_pin *mfp, unsigned mux) in match_mux() argument 218 if (mfp->func[i] == mux) in match_mux() 231 if (info->mfp[i].pin == pin) in match_mfp() 250 ret = match_mux(&info->mfp[pin], mux); in match_group_mux() 281 pin_func = match_mux(&info->mfp[pin], pin_grp->mux); in ltq_pmx_set() 298 int mfp = match_mfp(info, pin); in ltq_pmx_gpio_request_enable() local 301 if (mfp < 0) { in ltq_pmx_gpio_request_enable() 306 pin_func = match_mux(&info->mfp[mfp], 0); in ltq_pmx_gpio_request_enable() 308 dev_err(info->dev, "No GPIO function on pin%d\n", mfp); in ltq_pmx_gpio_request_enable() 312 return info->apply_mux(pctrldev, mfp, pin_func); in ltq_pmx_gpio_request_enable()
|
D | pinctrl-falcon.c | 385 int mfp, int mux) in falcon_mux_apply() argument 388 int port = PORT(info->mfp[mfp].pin); in falcon_mux_apply() 394 LTQ_PADC_MUX(PORT_PIN(info->mfp[mfp].pin))); in falcon_mux_apply() 481 falcon_info.mfp = falcon_mfp; in pinctrl_falcon_probe()
|
D | pinctrl-lantiq.h | 82 const struct ltq_mfp_pin *mfp; member
|
D | pinctrl-xway.c | 717 const struct ltq_mfp_pin *mfp; member 813 xway_info.mfp = xway_soc->mfp; in pinmux_xway_probe()
|
/linux-4.1.27/arch/arm/plat-pxa/ |
D | mfp.c | 207 unsigned long mfp_read(int mfp) in mfp_read() argument 211 BUG_ON(mfp < 0 || mfp >= MFP_PIN_MAX); in mfp_read() 214 val = mfpr_readl(mfp_table[mfp].mfpr_off); in mfp_read() 220 void mfp_write(int mfp, unsigned long val) in mfp_write() argument 224 BUG_ON(mfp < 0 || mfp >= MFP_PIN_MAX); in mfp_write() 227 mfpr_writel(mfp_table[mfp].mfpr_off, val); in mfp_write()
|
D | Makefile | 7 obj-$(CONFIG_PXA3xx) += mfp.o 8 obj-$(CONFIG_ARCH_MMP) += mfp.o
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_debug.h | 166 __le32 *mfp = (__le32 *)mpi_request; in _debug_dump_mf() local 172 pr_info("%08x ", le32_to_cpu(mfp[i])); in _debug_dump_mf() 185 __le32 *mfp = (__le32 *)mpi_request; in _debug_dump_reply() local 191 pr_info("%08x ", le32_to_cpu(mfp[i])); in _debug_dump_reply() 204 __le32 *mfp = (__le32 *)mpi_request; in _debug_dump_config() local 210 pr_info("%08x ", le32_to_cpu(mfp[i])); in _debug_dump_config()
|
D | mpt3sas_base.c | 3329 __le32 *mfp; in _base_handshake_req_reply_wait() local 3423 mfp = (__le32 *)reply; in _base_handshake_req_reply_wait() 3427 le32_to_cpu(mfp[i])); in _base_handshake_req_reply_wait() 3837 __le32 *mfp; in _base_send_ioc_init() local 3840 mfp = (__le32 *)&mpi_request; in _base_send_ioc_init() 3844 le32_to_cpu(mfp[i])); in _base_send_ioc_init()
|
/linux-4.1.27/Documentation/arm/pxa/ |
D | mfp.txt | 52 see arch/arm/mach-pxa/mach/include/mfp-pxa300.h) 79 - #include <mach/mfp-pxa25x.h> 80 - #include <mach/mfp-pxa27x.h> 81 - #include <mach/mfp-pxa300.h> 82 - #include <mach/mfp-pxa320.h> 83 - #include <mach/mfp-pxa930.h> 95 covered in a single mfp-pxa300.h. 200 - arch/arm/mach-pxa/include/mach/mfp.h 206 - arch/arm/mach-pxa/include/mach/mfp-pxa3xx.h 211 - arch/arm/mach-pxa/include/mach/mfp-pxa2xx.h [all …]
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | mfp-pxa2xx.c | 122 static inline int __mfp_validate(int mfp) in __mfp_validate() argument 124 int gpio = mfp_to_gpio(mfp); in __mfp_validate() 126 if ((mfp > MFP_PIN_GPIO127) || !gpio_desc[gpio].valid) { in __mfp_validate() 155 void pxa2xx_mfp_set_lpm(int mfp, unsigned long lpm) in pxa2xx_mfp_set_lpm() argument 160 gpio = __mfp_validate(mfp); in pxa2xx_mfp_set_lpm()
|
D | Makefile | 13 obj-$(CONFIG_PXA25x) += mfp-pxa2xx.o clock-pxa2xx.o pxa2xx.o pxa25x.o 14 obj-$(CONFIG_PXA27x) += mfp-pxa2xx.o clock-pxa2xx.o pxa2xx.o pxa27x.o 15 obj-$(CONFIG_PXA3xx) += mfp-pxa3xx.o clock-pxa3xx.o pxa3xx.o smemc.o pxa3xx-ulpi.o
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
D | mfp-pxa3xx.h | 144 static inline unsigned long pxa3xx_mfp_read(int mfp) in pxa3xx_mfp_read() argument 146 return mfp_read(mfp); in pxa3xx_mfp_read() 149 static inline void pxa3xx_mfp_write(int mfp, unsigned long val) in pxa3xx_mfp_write() argument 151 mfp_write(mfp, val); in pxa3xx_mfp_write()
|
D | mfp-pxa2xx.h | 140 extern void pxa2xx_mfp_set_lpm(int mfp, unsigned long lpm);
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_debug.h | 168 __le32 *mfp = (__le32 *)mpi_request; in _debug_dump_mf() local 174 printk("%08x ", le32_to_cpu(mfp[i])); in _debug_dump_mf()
|
D | mpt2sas_base.c | 3149 __le32 *mfp; in _base_handshake_req_reply_wait() local 3237 mfp = (__le32 *)reply; in _base_handshake_req_reply_wait() 3241 le32_to_cpu(mfp[i])); in _base_handshake_req_reply_wait() 3715 __le32 *mfp; in _base_send_ioc_init() local 3718 mfp = (__le32 *)&mpi_request; in _base_send_ioc_init() 3722 le32_to_cpu(mfp[i])); in _base_send_ioc_init()
|
/linux-4.1.27/arch/arm/mach-w90x900/ |
D | Makefile | 7 obj-y := irq.o time.o mfp.o gpio.o clock.o
|
/linux-4.1.27/arch/m68k/atari/ |
D | ataints.c | 132 volatile struct MFP *mfp; member 138 .mfp = &st_mfp,
|
/linux-4.1.27/arch/arm/plat-pxa/include/plat/ |
D | mfp.h | 468 unsigned long mfp_read(int mfp); 469 void mfp_write(int mfp, unsigned long mfpr_val);
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/mrvl/ |
D | intc.txt | 20 - mrvl,clr-mfp-irq : Specifies the interrupt that needs to clear MFP edge
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | mmp2.dtsi | 68 mrvl,clr-mfp-irq = <1>;
|
/linux-4.1.27/net/mac80211/ |
D | mlme.c | 3001 sta->sta.mfp = true; in ieee80211_assoc_success() 3003 sta->sta.mfp = false; in ieee80211_assoc_success() 4820 ifmgd->mfp = IEEE80211_MFP_REQUIRED; in ieee80211_mgd_assoc() 4823 ifmgd->mfp = IEEE80211_MFP_DISABLED; in ieee80211_mgd_assoc()
|
D | key.c | 1160 if (sdata->u.mgd.mfp != IEEE80211_MFP_DISABLED) in ieee80211_gtk_rekey_add()
|
D | ieee80211_i.h | 478 } mfp; /* management frame protection */ member
|
D | cfg.c | 214 if (sdata->u.mgd.mfp != IEEE80211_MFP_DISABLED) in ieee80211_add_key() 1081 sta->sta.mfp = !!(set & BIT(NL80211_STA_FLAG_MFP)); in sta_apply_parameters()
|
/linux-4.1.27/net/wireless/ |
D | sme.c | 181 req.use_mfp = params->mfp != NL80211_MFP_NO; in cfg80211_conn_do_work()
|
D | nl80211.c | 7041 enum nl80211_mfp mfp = in nl80211_associate() local 7043 if (mfp == NL80211_MFP_REQUIRED) in nl80211_associate() 7045 else if (mfp != NL80211_MFP_NO) in nl80211_associate() 7710 connect.mfp = nla_get_u32(info->attrs[NL80211_ATTR_USE_MFP]); in nl80211_connect() 7711 if (connect.mfp != NL80211_MFP_REQUIRED && in nl80211_connect() 7712 connect.mfp != NL80211_MFP_NO) in nl80211_connect() 7715 connect.mfp = NL80211_MFP_NO; in nl80211_connect()
|
/linux-4.1.27/include/net/ |
D | mac80211.h | 1632 bool mfp; member
|
D | cfg80211.h | 1862 enum nl80211_mfp mfp; member
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 1508 struct cfg80211_connect_params *sme, bool mfp) in brcmf_set_wsec_mode() argument 1567 if (mfp) in brcmf_set_wsec_mode() 1802 err = brcmf_set_wsec_mode(ndev, sme, sme->mfp == NL80211_MFP_REQUIRED); in brcmf_cfg80211_connect()
|