Lines Matching refs:ifp
82 s32 brcmf_fil_cmd_data_set(struct brcmf_if *ifp, u32 cmd, void *data, u32 len);
83 s32 brcmf_fil_cmd_data_get(struct brcmf_if *ifp, u32 cmd, void *data, u32 len);
84 s32 brcmf_fil_cmd_int_set(struct brcmf_if *ifp, u32 cmd, u32 data);
85 s32 brcmf_fil_cmd_int_get(struct brcmf_if *ifp, u32 cmd, u32 *data);
87 s32 brcmf_fil_iovar_data_set(struct brcmf_if *ifp, const char *name, const void *data,
89 s32 brcmf_fil_iovar_data_get(struct brcmf_if *ifp, const char *name, void *data,
91 s32 brcmf_fil_iovar_int_set(struct brcmf_if *ifp, const char *name, u32 data);
92 s32 brcmf_fil_iovar_int_get(struct brcmf_if *ifp, const char *name, u32 *data);
94 s32 brcmf_fil_bsscfg_data_set(struct brcmf_if *ifp, const char *name, void *data,
96 s32 brcmf_fil_bsscfg_data_get(struct brcmf_if *ifp, const char *name, void *data,
98 s32 brcmf_fil_bsscfg_int_set(struct brcmf_if *ifp, const char *name, u32 data);
99 s32 brcmf_fil_bsscfg_int_get(struct brcmf_if *ifp, const char *name, u32 *data);
100 s32 brcmf_fil_xtlv_data_set(struct brcmf_if *ifp, const char *name, u16 id,
102 s32 brcmf_fil_xtlv_data_get(struct brcmf_if *ifp, const char *name, u16 id,
104 s32 brcmf_fil_xtlv_int_set(struct brcmf_if *ifp, const char *name, u16 id, u32 data);
105 s32 brcmf_fil_xtlv_int_get(struct brcmf_if *ifp, const char *name, u16 id, u32 *data);
106 s32 brcmf_fil_xtlv_int8_get(struct brcmf_if *ifp, const char *name, u16 id, u8 *data);
107 s32 brcmf_fil_xtlv_int16_get(struct brcmf_if *ifp, const char *name, u16 id, u16 *data);